story.dbcore.grammars
Interface SCParserTokenTypes
- All Known Implementing Classes:
- SCLexer, SCParser
public interface SCParserTokenTypes
SCG - Scheherazade Command Grammar
Provides an interpeter for a language to
manipulate Scheherazade data structures with
system functionality.
EOF
static final int EOF
- See Also:
- Constant Field Values
NULL_TREE_LOOKAHEAD
static final int NULL_TREE_LOOKAHEAD
- See Also:
- Constant Field Values
EXIT
static final int EXIT
- See Also:
- Constant Field Values
QUIT
static final int QUIT
- See Also:
- Constant Field Values
ECHO
static final int ECHO
- See Also:
- Constant Field Values
EXAMINE
static final int EXAMINE
- See Also:
- Constant Field Values
SAVE
static final int SAVE
- See Also:
- Constant Field Values
ID
static final int ID
- See Also:
- Constant Field Values
VARS
static final int VARS
- See Also:
- Constant Field Values
PRINTSEQUENCE
static final int PRINTSEQUENCE
- See Also:
- Constant Field Values
RUN
static final int RUN
- See Also:
- Constant Field Values
SEMI
static final int SEMI
- See Also:
- Constant Field Values
IF
static final int IF
- 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
ELSE
static final int ELSE
- See Also:
- Constant Field Values
ASSIGNMENT
static final int ASSIGNMENT
- See Also:
- Constant Field Values
NEW
static final int NEW
- See Also:
- Constant Field Values
REPOSITORY
static final int REPOSITORY
- See Also:
- Constant Field Values
NODEREPOSITORY
static final int NODEREPOSITORY
- See Also:
- Constant Field Values
DOCUMENT
static final int DOCUMENT
- See Also:
- Constant Field Values
UNLINK
static final int UNLINK
- See Also:
- Constant Field Values
EQUALITY_DIRECT
static final int EQUALITY_DIRECT
- See Also:
- Constant Field Values
EQUALITY_INDIRECT
static final int EQUALITY_INDIRECT
- See Also:
- Constant Field Values
LINKTO_DIRECT
static final int LINKTO_DIRECT
- See Also:
- Constant Field Values
LINKTO_INDIRECT
static final int LINKTO_INDIRECT
- See Also:
- Constant Field Values
DOT
static final int DOT
- See Also:
- Constant Field Values
INDIRECT_DOT
static final int INDIRECT_DOT
- See Also:
- Constant Field Values
COLON
static final int COLON
- 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
INTEGER
static final int INTEGER
- See Also:
- Constant Field Values
PIPE
static final int PIPE
- See Also:
- Constant Field Values
COMMA
static final int COMMA
- See Also:
- Constant Field Values
LANGLE
static final int LANGLE
- See Also:
- Constant Field Values
RANGLE
static final int RANGLE
- See Also:
- Constant Field Values
NEGATION
static final int NEGATION
- 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
LSQUARE
static final int LSQUARE
- See Also:
- Constant Field Values
RSQUARE
static final int RSQUARE
- 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
QUOTE
static final int QUOTE
- See Also:
- Constant Field Values
CARAT
static final int CARAT
- See Also:
- Constant Field Values
SLASH
static final int SLASH
- 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.