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.


Field Summary
static int ASSIGNMENT
           
static int AT
           
static int CARAT
           
static int COLON
           
static int COMMA
           
static int COMMENT
           
static int DOCUMENT
           
static int DOLLAR
           
static int DOT
           
static int ECHO
           
static int ELSE
           
static int EOF
           
static int EQUALITY_DIRECT
           
static int EQUALITY_INDIRECT
           
static int EXAMINE
           
static int EXIT
           
static int FALSE
           
static int FRAMED_NAMEPART
           
static int HASH
           
static int ID
           
static int IF
           
static int INDIRECT_DOT
           
static int INTEGER
           
static int LANGLE
           
static int LCURLY
           
static int LINKTO_DIRECT
           
static int LINKTO_INDIRECT
           
static int LPAREN
           
static int LSQUARE
           
static int NAMEPART
           
static int NEGATION
           
static int NEW
           
static int NODEREPOSITORY
           
static int NULL_TREE_LOOKAHEAD
           
static int PIPE
           
static int PRINTSEQUENCE
           
static int QUIT
           
static int QUOTE
           
static int RANGLE
           
static int RCURLY
           
static int REPOSITORY
           
static int RPAREN
           
static int RSQUARE
           
static int RUN
           
static int SAVE
           
static int SEMI
           
static int SINGLELINE_COMMENT_DELIM
           
static int SLASH
           
static int STAR
           
static int STARTNAMECHAR
           
static int TRUE
           
static int UNLINK
           
static int VARS
           
static int WS
           
 

Field Detail

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.