story.scheherazade.prologuer.comlex
Interface COMLEXParserTokenTypes

All Known Implementing Classes:
COMLEXLexer, COMLEXParser

public interface COMLEXParserTokenTypes

Parser for COMLEX.


Field Summary
static int AT
           
static int CARAT
           
static int COLON
           
static int COMMA
           
static int DOLLAR
           
static int DOT
           
static int EOF
           
static int EQUALS
           
static int EXCLAMATION
           
static int FALSE
           
static int HASH
           
static int ID
           
static int LANGLE
           
static int LCURLY
           
static int LITERAL_ORTH
           
static int LPAREN
           
static int NAMEPART
           
static int NULL
           
static int NULL_TREE_LOOKAHEAD
           
static int PIPE
           
static int QUOTE
           
static int RANGLE
           
static int RCURLY
           
static int RPAREN
           
static int SEMI
           
static int SINGLELINE_COMMENT_DELIM
           
static int SL_COMMENT
           
static int SLASH
           
static int STAR
           
static int STARTNAMECHAR
           
static int TRUE
           
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

LPAREN

static final int LPAREN
See Also:
Constant Field Values

ID

static final int ID
See Also:
Constant Field Values

COLON

static final int COLON
See Also:
Constant Field Values

LITERAL_ORTH

static final int LITERAL_ORTH
See Also:
Constant Field Values

RPAREN

static final int RPAREN
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

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

CARAT

static final int CARAT
See Also:
Constant Field Values

EQUALS

static final int EQUALS
See Also:
Constant Field Values

SLASH

static final int SLASH
See Also:
Constant Field Values

PIPE

static final int PIPE
See Also:
Constant Field Values

SEMI

static final int SEMI
See Also:
Constant Field Values

DOT

static final int DOT
See Also:
Constant Field Values

COMMA

static final int COMMA
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

LANGLE

static final int LANGLE
See Also:
Constant Field Values

RANGLE

static final int RANGLE
See Also:
Constant Field Values

EXCLAMATION

static final int EXCLAMATION
See Also:
Constant Field Values

QUOTE

static final int QUOTE
See Also:
Constant Field Values

WS

static final int WS
See Also:
Constant Field Values

SL_COMMENT

static final int SL_COMMENT
See Also:
Constant Field Values


Copyright © 2011 David K. Elson. All Rights Reserved.