jade.content.lang.sl
Interface SLParserConstants

All Known Implementing Classes:
SLParserTokenManager

public interface SLParserConstants

Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()


Field Summary
static int ACTION
          RegularExpression Id.
static int ACTIONOP
          RegularExpression Id.
static int ACTIONOPLL
          RegularExpression Id.
static int ARITHMETICOP
          RegularExpression Id.
static int BINARYLOGICALOP
          RegularExpression Id.
static int DATETIME
          RegularExpression Id.
static int DEFAULT
          Lexical state.
static int EOF
          End of File.
static int FLOATONE
          RegularExpression Id.
static int FLOATTWO
          RegularExpression Id.
static int HEXINTEGER
          RegularExpression Id.
static int INTEGER
          RegularExpression Id.
static int LBRACE
          RegularExpression Id.
static int LBRACE2
          RegularExpression Id.
static int METASYMBOL
          RegularExpression Id.
static int METASYMBOL2
          RegularExpression Id.
static int MODALOP
          RegularExpression Id.
static int OPERATORSTATE
          Lexical state.
static int PARAMETERNAME
          RegularExpression Id.
static int PARAMETERNAME_STRING
          RegularExpression Id.
static int PREFIXBYTELENGTHENCODEDSTRING
          RegularExpression Id.
static int QUANTIFIER
          RegularExpression Id.
static int RBRACE
          RegularExpression Id.
static int RBRACE2
          RegularExpression Id.
static int REFERENTIALOP
          RegularExpression Id.
static int STRING_LITERAL
          RegularExpression Id.
static int STRING_LITERAL2
          RegularExpression Id.
static java.lang.String[] tokenImage
          Literal token values.
static int UNARYLOGICALOP
          RegularExpression Id.
static int VARIABLE
          RegularExpression Id.
static int WORD
          RegularExpression Id.
static int WORD2
          RegularExpression Id.
 

Field Detail

EOF

static final int EOF
End of File.

See Also:
Constant Field Values

LBRACE

static final int LBRACE
RegularExpression Id.

See Also:
Constant Field Values

RBRACE

static final int RBRACE
RegularExpression Id.

See Also:
Constant Field Values

VARIABLE

static final int VARIABLE
RegularExpression Id.

See Also:
Constant Field Values

INTEGER

static final int INTEGER
RegularExpression Id.

See Also:
Constant Field Values

HEXINTEGER

static final int HEXINTEGER
RegularExpression Id.

See Also:
Constant Field Values

FLOATONE

static final int FLOATONE
RegularExpression Id.

See Also:
Constant Field Values

FLOATTWO

static final int FLOATTWO
RegularExpression Id.

See Also:
Constant Field Values

WORD

static final int WORD
RegularExpression Id.

See Also:
Constant Field Values

STRING_LITERAL

static final int STRING_LITERAL
RegularExpression Id.

See Also:
Constant Field Values

PARAMETERNAME

static final int PARAMETERNAME
RegularExpression Id.

See Also:
Constant Field Values

PARAMETERNAME_STRING

static final int PARAMETERNAME_STRING
RegularExpression Id.

See Also:
Constant Field Values

DATETIME

static final int DATETIME
RegularExpression Id.

See Also:
Constant Field Values

PREFIXBYTELENGTHENCODEDSTRING

static final int PREFIXBYTELENGTHENCODEDSTRING
RegularExpression Id.

See Also:
Constant Field Values

METASYMBOL

static final int METASYMBOL
RegularExpression Id.

See Also:
Constant Field Values

LBRACE2

static final int LBRACE2
RegularExpression Id.

See Also:
Constant Field Values

RBRACE2

static final int RBRACE2
RegularExpression Id.

See Also:
Constant Field Values

ACTION

static final int ACTION
RegularExpression Id.

See Also:
Constant Field Values

REFERENTIALOP

static final int REFERENTIALOP
RegularExpression Id.

See Also:
Constant Field Values

MODALOP

static final int MODALOP
RegularExpression Id.

See Also:
Constant Field Values

ARITHMETICOP

static final int ARITHMETICOP
RegularExpression Id.

See Also:
Constant Field Values

ACTIONOP

static final int ACTIONOP
RegularExpression Id.

See Also:
Constant Field Values

ACTIONOPLL

static final int ACTIONOPLL
RegularExpression Id.

See Also:
Constant Field Values

UNARYLOGICALOP

static final int UNARYLOGICALOP
RegularExpression Id.

See Also:
Constant Field Values

BINARYLOGICALOP

static final int BINARYLOGICALOP
RegularExpression Id.

See Also:
Constant Field Values

QUANTIFIER

static final int QUANTIFIER
RegularExpression Id.

See Also:
Constant Field Values

WORD2

static final int WORD2
RegularExpression Id.

See Also:
Constant Field Values

STRING_LITERAL2

static final int STRING_LITERAL2
RegularExpression Id.

See Also:
Constant Field Values

METASYMBOL2

static final int METASYMBOL2
RegularExpression Id.

See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
Lexical state.

See Also:
Constant Field Values

OPERATORSTATE

static final int OPERATORSTATE
Lexical state.

See Also:
Constant Field Values

tokenImage

static final java.lang.String[] tokenImage
Literal token values.