net.sf.joost.grammar
Interface Sym
- All Known Implementing Classes:
- Yylex
- public interface Sym
CUP generated interface containing symbol constants.
PI_START
public static final int PI_START
- See Also:
- Constant Field Values
GE
public static final int GE
- See Also:
- Constant Field Values
SLASH
public static final int SLASH
- See Also:
- Constant Field Values
COMMENT
public static final int COMMENT
- See Also:
- Constant Field Values
DSLASH
public static final int DSLASH
- See Also:
- Constant Field Values
MINUS
public static final int MINUS
- See Also:
- Constant Field Values
STAR
public static final int STAR
- See Also:
- Constant Field Values
BAR
public static final int BAR
- See Also:
- Constant Field Values
AND
public static final int AND
- See Also:
- Constant Field Values
LT
public static final int LT
- See Also:
- Constant Field Values
RPAR
public static final int RPAR
- See Also:
- Constant Field Values
OR
public static final int OR
- See Also:
- Constant Field Values
COMMA
public static final int COMMA
- See Also:
- Constant Field Values
DDOT
public static final int DDOT
- See Also:
- Constant Field Values
DIV
public static final int DIV
- See Also:
- Constant Field Values
PLUS
public static final int PLUS
- See Also:
- Constant Field Values
DOT
public static final int DOT
- See Also:
- Constant Field Values
LE
public static final int LE
- See Also:
- Constant Field Values
QNAME
public static final int QNAME
- See Also:
- Constant Field Values
EOF
public static final int EOF
- See Also:
- Constant Field Values
error
public static final int error
- See Also:
- Constant Field Values
NCNAME
public static final int NCNAME
- See Also:
- Constant Field Values
NUMBER
public static final int NUMBER
- See Also:
- Constant Field Values
MOD
public static final int MOD
- See Also:
- Constant Field Values
EQ
public static final int EQ
- See Also:
- Constant Field Values
LBRACK
public static final int LBRACK
- See Also:
- Constant Field Values
COLON
public static final int COLON
- See Also:
- Constant Field Values
RBRACK
public static final int RBRACK
- See Also:
- Constant Field Values
DOLLAR
public static final int DOLLAR
- See Also:
- Constant Field Values
NE
public static final int NE
- See Also:
- Constant Field Values
STRING
public static final int STRING
- See Also:
- Constant Field Values
LPAR
public static final int LPAR
- See Also:
- Constant Field Values
TEXT
public static final int TEXT
- See Also:
- Constant Field Values
AT
public static final int AT
- See Also:
- Constant Field Values
GT
public static final int GT
- See Also:
- Constant Field Values
NODE
public static final int NODE
- See Also:
- Constant Field Values
CDATA
public static final int CDATA
- See Also:
- Constant Field Values