org.smartfrog.sfcore.languages.sf
Interface DefaultParserConstants
- All Known Implementing Classes:
- DefaultParser, DefaultParserTokenManager
public interface DefaultParserConstants
EOF
static final int EOF
- See Also:
- Constant Field Values
FORMAL_COMMENT
static final int FORMAL_COMMENT
- See Also:
- Constant Field Values
MULTI_LINE_COMMENT
static final int MULTI_LINE_COMMENT
- See Also:
- Constant Field Values
SEMICOLON
static final int SEMICOLON
- See Also:
- Constant Field Values
COMMA
static final int COMMA
- See Also:
- Constant Field Values
LBRACE
static final int LBRACE
- See Also:
- Constant Field Values
RBRACE
static final int RBRACE
- See Also:
- Constant Field Values
LBRACKET
static final int LBRACKET
- See Also:
- Constant Field Values
RBRACKET
static final int RBRACKET
- See Also:
- Constant Field Values
VECTORSTART
static final int VECTORSTART
- See Also:
- Constant Field Values
VECTOREND
static final int VECTOREND
- See Also:
- Constant Field Values
REFPARTSEP
static final int REFPARTSEP
- See Also:
- Constant Field Values
NULL
static final int NULL
- See Also:
- Constant Field Values
UNIQUE
static final int UNIQUE
- See Also:
- Constant Field Values
EXTENDS
static final int EXTENDS
- See Also:
- Constant Field Values
LAZY
static final int LAZY
- See Also:
- Constant Field Values
DATA
static final int DATA
- See Also:
- Constant Field Values
ROOT
static final int ROOT
- See Also:
- Constant Field Values
ATTRIB
static final int ATTRIB
- See Also:
- Constant Field Values
HERE
static final int HERE
- See Also:
- Constant Field Values
THIS
static final int THIS
- See Also:
- Constant Field Values
PROPERTY
static final int PROPERTY
- See Also:
- Constant Field Values
IPROPERTY
static final int IPROPERTY
- See Also:
- Constant Field Values
PARENT
static final int PARENT
- See Also:
- Constant Field Values
HOST
static final int HOST
- See Also:
- Constant Field Values
PROCESS
static final int PROCESS
- See Also:
- Constant Field Values
APPLY
static final int APPLY
- See Also:
- Constant Field Values
INCLUDE
static final int INCLUDE
- See Also:
- Constant Field Values
CODEBASE
static final int CODEBASE
- See Also:
- Constant Field Values
TRUE
static final int TRUE
- See Also:
- Constant Field Values
FALSE
static final int FALSE
- See Also:
- Constant Field Values
OPSTART
static final int OPSTART
- See Also:
- Constant Field Values
OPEND
static final int OPEND
- See Also:
- Constant Field Values
SUM
static final int SUM
- See Also:
- Constant Field Values
MINUS
static final int MINUS
- See Also:
- Constant Field Values
TIMES
static final int TIMES
- See Also:
- Constant Field Values
DIV
static final int DIV
- See Also:
- Constant Field Values
CONCAT
static final int CONCAT
- See Also:
- Constant Field Values
APPEND
static final int APPEND
- See Also:
- Constant Field Values
EQ
static final int EQ
- See Also:
- Constant Field Values
NE
static final int NE
- See Also:
- Constant Field Values
GE
static final int GE
- See Also:
- Constant Field Values
LE
static final int LE
- See Also:
- Constant Field Values
GT
static final int GT
- See Also:
- Constant Field Values
LT
static final int LT
- See Also:
- Constant Field Values
AND
static final int AND
- See Also:
- Constant Field Values
OR
static final int OR
- See Also:
- Constant Field Values
NOT
static final int NOT
- See Also:
- Constant Field Values
IF
static final int IF
- See Also:
- Constant Field Values
THEN
static final int THEN
- See Also:
- Constant Field Values
ELSE
static final int ELSE
- See Also:
- Constant Field Values
FI
static final int FI
- See Also:
- Constant Field Values
WORD
static final int WORD
- See Also:
- Constant Field Values
SPECIAL
static final int SPECIAL
- See Also:
- Constant Field Values
LETTER
static final int LETTER
- See Also:
- Constant Field Values
DIGIT
static final int DIGIT
- See Also:
- Constant Field Values
STRING
static final int STRING
- See Also:
- Constant Field Values
MULTILINESTRING
static final int MULTILINESTRING
- See Also:
- Constant Field Values
INTEGER
static final int INTEGER
- See Also:
- Constant Field Values
FLOAT_BASE
static final int FLOAT_BASE
- See Also:
- Constant Field Values
EXPONENT
static final int EXPONENT
- See Also:
- Constant Field Values
DOUBLE
static final int DOUBLE
- See Also:
- Constant Field Values
LONG
static final int LONG
- See Also:
- Constant Field Values
FLOAT
static final int FLOAT
- See Also:
- Constant Field Values
BYTEARRAY
static final int BYTEARRAY
- See Also:
- Constant Field Values
DEFAULT
static final int DEFAULT
- See Also:
- Constant Field Values
IN_SINGLE_LINE_COMMENT
static final int IN_SINGLE_LINE_COMMENT
- See Also:
- Constant Field Values
IN_FORMAL_COMMENT
static final int IN_FORMAL_COMMENT
- See Also:
- Constant Field Values
IN_MULTI_LINE_COMMENT
static final int IN_MULTI_LINE_COMMENT
- See Also:
- Constant Field Values
tokenImage
static final java.lang.String[] tokenImage
(C) Copyright 1998-2006 Hewlett-Packard Development Company, LP