APTCONVERT 1.1

fr.pixware.apt.parse
Class Parser

java.lang.Object
  extended byfr.pixware.apt.parse.Parser

public class Parser
extends java.lang.Object


Field Summary
static int JUSTIFY_CENTER
           
static int JUSTIFY_LEFT
           
static int JUSTIFY_RIGHT
           
static int TAB_WIDTH
           
 
Constructor Summary
Parser()
           
 
Method Summary
 int getSourceLineNumber()
           
 java.lang.String getSourceName()
           
 void parse(Source source, Sink sink)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JUSTIFY_CENTER

public static final int JUSTIFY_CENTER
See Also:
Constant Field Values

JUSTIFY_LEFT

public static final int JUSTIFY_LEFT
See Also:
Constant Field Values

JUSTIFY_RIGHT

public static final int JUSTIFY_RIGHT
See Also:
Constant Field Values

TAB_WIDTH

public static final int TAB_WIDTH
See Also:
Constant Field Values
Constructor Detail

Parser

public Parser()
Method Detail

parse

public void parse(Source source,
                  Sink sink)
           throws ParseException
Throws:
ParseException

getSourceName

public java.lang.String getSourceName()

getSourceLineNumber

public int getSourceLineNumber()

APTCONVERT 1.1