org.webmacro.parser
Interface WMParser_implConstants
- All Known Implementing Classes:
- WMParser_impl, WMParser_implTokenManager
- public interface WMParser_implConstants
EOF
public static final int EOF
- See Also:
- Constant Field Values
_ALPHA_CHAR
public static final int _ALPHA_CHAR
- See Also:
- Constant Field Values
_NUM_CHAR
public static final int _NUM_CHAR
- See Also:
- Constant Field Values
_ALPHANUM_CHAR
public static final int _ALPHANUM_CHAR
- See Also:
- Constant Field Values
_IDENTIFIER_CHAR
public static final int _IDENTIFIER_CHAR
- See Also:
- Constant Field Values
_IDENTIFIER
public static final int _IDENTIFIER
- See Also:
- Constant Field Values
_NEWLINE
public static final int _NEWLINE
- See Also:
- Constant Field Values
_WHITESPACE
public static final int _WHITESPACE
- See Also:
- Constant Field Values
_QCHAR
public static final int _QCHAR
- See Also:
- Constant Field Values
_RESTOFLINE
public static final int _RESTOFLINE
- See Also:
- Constant Field Values
_COMMENT
public static final int _COMMENT
- See Also:
- Constant Field Values
STUFF
public static final int STUFF
- See Also:
- Constant Field Values
RBRACE
public static final int RBRACE
- See Also:
- Constant Field Values
END
public static final int END
- See Also:
- Constant Field Values
BEGIN
public static final int BEGIN
- See Also:
- Constant Field Values
LBRACE
public static final int LBRACE
- See Also:
- Constant Field Values
POUNDPOUND
public static final int POUNDPOUND
- See Also:
- Constant Field Values
RESTOFLINE
public static final int RESTOFLINE
- See Also:
- Constant Field Values
COMMENT_ELSE
public static final int COMMENT_ELSE
- See Also:
- Constant Field Values
DOLLAR
public static final int DOLLAR
- See Also:
- Constant Field Values
QCHAR
public static final int QCHAR
- See Also:
- Constant Field Values
SLASH
public static final int SLASH
- See Also:
- Constant Field Values
POUND
public static final int POUND
- See Also:
- Constant Field Values
QUOTE
public static final int QUOTE
- See Also:
- Constant Field Values
SQUOTE
public static final int SQUOTE
- See Also:
- Constant Field Values
NULL
public static final int NULL
- See Also:
- Constant Field Values
TRUE
public static final int TRUE
- See Also:
- Constant Field Values
FALSE
public static final int FALSE
- See Also:
- Constant Field Values
UNDEFINED
public static final int UNDEFINED
- See Also:
- Constant Field Values
WS
public static final int WS
- See Also:
- Constant Field Values
NEWLINE
public static final int NEWLINE
- See Also:
- Constant Field Values
LPAREN
public static final int LPAREN
- See Also:
- Constant Field Values
RPAREN
public static final int RPAREN
- See Also:
- Constant Field Values
LBRACKET
public static final int LBRACKET
- See Also:
- Constant Field Values
RBRACKET
public static final int RBRACKET
- See Also:
- Constant Field Values
COLON
public static final int COLON
- See Also:
- Constant Field Values
DOT
public static final int DOT
- See Also:
- Constant Field Values
OP_LT
public static final int OP_LT
- See Also:
- Constant Field Values
OP_LE
public static final int OP_LE
- See Also:
- Constant Field Values
OP_GT
public static final int OP_GT
- See Also:
- Constant Field Values
OP_GE
public static final int OP_GE
- See Also:
- Constant Field Values
OP_EQ
public static final int OP_EQ
- See Also:
- Constant Field Values
OP_SET
public static final int OP_SET
- See Also:
- Constant Field Values
OP_NE
public static final int OP_NE
- See Also:
- Constant Field Values
OP_PLUS
public static final int OP_PLUS
- See Also:
- Constant Field Values
OP_MINUS
public static final int OP_MINUS
- See Also:
- Constant Field Values
OP_MULT
public static final int OP_MULT
- See Also:
- Constant Field Values
OP_DIV
public static final int OP_DIV
- See Also:
- Constant Field Values
OP_AND
public static final int OP_AND
- See Also:
- Constant Field Values
OP_OR
public static final int OP_OR
- See Also:
- Constant Field Values
OP_NOT
public static final int OP_NOT
- See Also:
- Constant Field Values
COMMA
public static final int COMMA
- See Also:
- Constant Field Values
SEMI
public static final int SEMI
- See Also:
- Constant Field Values
WORD
public static final int WORD
- See Also:
- Constant Field Values
NUMBER
public static final int NUMBER
- See Also:
- Constant Field Values
OTHER
public static final int OTHER
- See Also:
- Constant Field Values
QS_TEXT
public static final int QS_TEXT
- See Also:
- Constant Field Values
SQS_TEXT
public static final int SQS_TEXT
- See Also:
- Constant Field Values
SQS
public static final int SQS
- See Also:
- Constant Field Values
QS
public static final int QS
- See Also:
- Constant Field Values
COMMENT
public static final int COMMENT
- See Also:
- Constant Field Values
WM
public static final int WM
- See Also:
- Constant Field Values
DEFAULT
public static final int DEFAULT
- See Also:
- Constant Field Values
tokenImage
public static final java.lang.String[] tokenImage
Copyright © 1999-2006 WebMacro. All Rights Reserved.