story.scheherazade.grammars
Interface SCHGrammarParserTokenTypes
- All Known Implementing Classes:
- SCHGrammarLexer, SCHGrammarParser
public interface SCHGrammarParserTokenTypes
SCH - Scheherazade ParameterSet Grammar
Is able to reconstruct SCHParameterSets from
properly rendered strings.
EOF
static final int EOF
- See Also:
- Constant Field Values
NULL_TREE_LOOKAHEAD
static final int NULL_TREE_LOOKAHEAD
- See Also:
- Constant Field Values
SEMI
static final int SEMI
- See Also:
- Constant Field Values
LANGLE
static final int LANGLE
- See Also:
- Constant Field Values
COMMA
static final int COMMA
- See Also:
- Constant Field Values
RANGLE
static final int RANGLE
- See Also:
- Constant Field Values
LPAREN
static final int LPAREN
- See Also:
- Constant Field Values
RPAREN
static final int RPAREN
- See Also:
- Constant Field Values
LCURLY
static final int LCURLY
- See Also:
- Constant Field Values
RCURLY
static final int RCURLY
- 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
NULL
static final int NULL
- See Also:
- Constant Field Values
ID
static final int ID
- See Also:
- Constant Field Values
INTEGER
static final int INTEGER
- See Also:
- Constant Field Values
COLON
static final int COLON
- See Also:
- Constant Field Values
ACTION
static final int ACTION
- See Also:
- Constant Field Values
L_CONDITION
static final int L_CONDITION
- See Also:
- Constant Field Values
R_CONDITION
static final int R_CONDITION
- See Also:
- Constant Field Values
PROP
static final int PROP
- See Also:
- Constant Field Values
NAMED
static final int NAMED
- See Also:
- Constant Field Values
LOCATION
static final int LOCATION
- See Also:
- Constant Field Values
CHARACTER
static final int CHARACTER
- See Also:
- Constant Field Values
QUALITY
static final int QUALITY
- See Also:
- Constant Field Values
BEHAVIOR
static final int BEHAVIOR
- See Also:
- Constant Field Values
MODIFIER
static final int MODIFIER
- See Also:
- Constant Field Values
FRAMED_NAMEPART
static final int FRAMED_NAMEPART
- See Also:
- Constant Field Values
STARTNAMECHAR
static final int STARTNAMECHAR
- See Also:
- Constant Field Values
NAMEPART
static final int NAMEPART
- See Also:
- Constant Field Values
STAR
static final int STAR
- See Also:
- Constant Field Values
DOLLAR
static final int DOLLAR
- See Also:
- Constant Field Values
SINGLELINE_COMMENT_DELIM
static final int SINGLELINE_COMMENT_DELIM
- See Also:
- Constant Field Values
HASH
static final int HASH
- See Also:
- Constant Field Values
AT
static final int AT
- See Also:
- Constant Field Values
PIPE
static final int PIPE
- See Also:
- Constant Field Values
PERCENT
static final int PERCENT
- See Also:
- Constant Field Values
QUOTE
static final int QUOTE
- See Also:
- Constant Field Values
CARAT
static final int CARAT
- See Also:
- Constant Field Values
EQUALS
static final int EQUALS
- See Also:
- Constant Field Values
L_CONDITIONTYPE
static final int L_CONDITIONTYPE
- See Also:
- Constant Field Values
R_CONDITIONTYPE
static final int R_CONDITIONTYPE
- See Also:
- Constant Field Values
L_ACTIONTYPE
static final int L_ACTIONTYPE
- See Also:
- Constant Field Values
R_ACTIONTYPE
static final int R_ACTIONTYPE
- See Also:
- Constant Field Values
L_MODIFIERTYPE
static final int L_MODIFIERTYPE
- See Also:
- Constant Field Values
R_MODIFIERTYPE
static final int R_MODIFIERTYPE
- See Also:
- Constant Field Values
L_PROPTYPE
static final int L_PROPTYPE
- See Also:
- Constant Field Values
R_PROPTYPE
static final int R_PROPTYPE
- See Also:
- Constant Field Values
L_LOCATIONTYPE
static final int L_LOCATIONTYPE
- See Also:
- Constant Field Values
R_LOCATIONTYPE
static final int R_LOCATIONTYPE
- See Also:
- Constant Field Values
L_CHARACTERTYPE
static final int L_CHARACTERTYPE
- See Also:
- Constant Field Values
R_CHARACTERTYPE
static final int R_CHARACTERTYPE
- See Also:
- Constant Field Values
L_QUALITYTYPE
static final int L_QUALITYTYPE
- See Also:
- Constant Field Values
R_QUALITYTYPE
static final int R_QUALITYTYPE
- See Also:
- Constant Field Values
L_BEHAVIORTYPE
static final int L_BEHAVIORTYPE
- See Also:
- Constant Field Values
R_BEHAVIORTYPE
static final int R_BEHAVIORTYPE
- See Also:
- Constant Field Values
SLASH
static final int SLASH
- See Also:
- Constant Field Values
DOT
static final int DOT
- See Also:
- Constant Field Values
EXCLAMATION
static final int EXCLAMATION
- See Also:
- Constant Field Values
WS
static final int WS
- See Also:
- Constant Field Values
COMMENT
static final int COMMENT
- See Also:
- Constant Field Values
Copyright © 2011 David K. Elson. All Rights Reserved.