com.saelist.stx.parser
Class Token
java.lang.Object
com.saelist.stx.parser.Token
- public class Token
- extends java.lang.Object
Tokens for free form structured text.
|
Constructor Summary |
Token(int line,
int column,
int type,
java.lang.String value)
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
logger
public static Logger logger
TEXT
public static final int TEXT
- See Also:
- Constant Field Values
SPACES
public static final int SPACES
- See Also:
- Constant Field Values
SPACE
public static final int SPACE
- See Also:
- Constant Field Values
NEWLINE
public static final int NEWLINE
- See Also:
- Constant Field Values
CR
public static final int CR
- See Also:
- Constant Field Values
TAB
public static final int TAB
- See Also:
- Constant Field Values
LBR
public static final int LBR
- See Also:
- Constant Field Values
RBR
public static final int RBR
- See Also:
- Constant Field Values
SQ
public static final int SQ
- See Also:
- Constant Field Values
DQ
public static final int DQ
- See Also:
- Constant Field Values
Token
public Token(int line,
int column,
int type,
java.lang.String value)
getLine
public int getLine()
getColumn
public int getColumn()
getType
public int getType()
getValue
public java.lang.String getValue()
toString
public java.lang.String toString()
getTypeName
public java.lang.String getTypeName()
equals
public boolean equals(java.lang.Object object)