gate.jape.parser
Interface ParseCpslConstants

All Known Implementing Classes:
ParseCpsl, ParseCpslTokenManager

public interface ParseCpslConstants

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


Field Summary
static int assign
          RegularExpression Id.
static int attrOp
          RegularExpression Id.
static int bar
          RegularExpression Id.
static int bool
          RegularExpression Id.
static int colon
          RegularExpression Id.
static int colonplus
          RegularExpression Id.
static int comma
          RegularExpression Id.
static int commentChars
          RegularExpression Id.
static int commentEnd
          RegularExpression Id.
static int commentStart
          RegularExpression Id.
static int controlleraborted
          RegularExpression Id.
static int controllerfinished
          RegularExpression Id.
static int controllerstarted
          RegularExpression Id.
static int DEFAULT
          Lexical state.
static int digits
          RegularExpression Id.
static int EOF
          End of File.
static int exponent
          RegularExpression Id.
static int floatingPoint
          RegularExpression Id.
static int ident
          RegularExpression Id.
static int IN_PHASES
          Lexical state.
static int IN_STRING
          Lexical state.
static int input
          RegularExpression Id.
static int integer
          RegularExpression Id.
static int javaimport
          RegularExpression Id.
static int kleeneOp
          RegularExpression Id.
static int leftBrace
          RegularExpression Id.
static int leftBracket
          RegularExpression Id.
static int leftSquare
          RegularExpression Id.
static int letter
          RegularExpression Id.
static int letterOrDigitOrDash
          RegularExpression Id.
static int letterOrUnderscore
          RegularExpression Id.
static int letters
          RegularExpression Id.
static int lettersAndDigits
          RegularExpression Id.
static int lettersAndDigitsAndDashes
          RegularExpression Id.
static int macro
          RegularExpression Id.
static int metaPropOp
          RegularExpression Id.
static int multiphase
          RegularExpression Id.
static int newline
          RegularExpression Id.
static int option
          RegularExpression Id.
static int other
          RegularExpression Id.
static int path
          RegularExpression Id.
static int period
          RegularExpression Id.
static int phase
          RegularExpression Id.
static int phases
          RegularExpression Id.
static int PHASES_WITHIN_COMMENT
          Lexical state.
static int phasesCommentChars
          RegularExpression Id.
static int phasesCommentEnd
          RegularExpression Id.
static int phasesCommentStart
          RegularExpression Id.
static int phasesSingleLineCpslStyleComment
          RegularExpression Id.
static int phasesSingleLineCStyleComment
          RegularExpression Id.
static int phasesWhiteSpace
          RegularExpression Id.
static int pling
          RegularExpression Id.
static int priority
          RegularExpression Id.
static int rightBrace
          RegularExpression Id.
static int rightBracket
          RegularExpression Id.
static int rightSquare
          RegularExpression Id.
static int rule
          RegularExpression Id.
static int semicolon
          RegularExpression Id.
static int singleLineCpslStyleComment
          RegularExpression Id.
static int singleLineCStyleComment
          RegularExpression Id.
static int space
          RegularExpression Id.
static int spaces
          RegularExpression Id.
static int string
          RegularExpression Id.
static int template
          RegularExpression Id.
static String[] tokenImage
          Literal token values.
static int whiteSpace
          RegularExpression Id.
static int WITHIN_COMMENT
          Lexical state.
 

Field Detail

EOF

static final int EOF
End of File.

See Also:
Constant Field Values

space

static final int space
RegularExpression Id.

See Also:
Constant Field Values

spaces

static final int spaces
RegularExpression Id.

See Also:
Constant Field Values

newline

static final int newline
RegularExpression Id.

See Also:
Constant Field Values

digits

static final int digits
RegularExpression Id.

See Also:
Constant Field Values

letter

static final int letter
RegularExpression Id.

See Also:
Constant Field Values

letterOrUnderscore

static final int letterOrUnderscore
RegularExpression Id.

See Also:
Constant Field Values

letters

static final int letters
RegularExpression Id.

See Also:
Constant Field Values

lettersAndDigits

static final int lettersAndDigits
RegularExpression Id.

See Also:
Constant Field Values

letterOrDigitOrDash

static final int letterOrDigitOrDash
RegularExpression Id.

See Also:
Constant Field Values

lettersAndDigitsAndDashes

static final int lettersAndDigitsAndDashes
RegularExpression Id.

See Also:
Constant Field Values

multiphase

static final int multiphase
RegularExpression Id.

See Also:
Constant Field Values

phases

static final int phases
RegularExpression Id.

See Also:
Constant Field Values

path

static final int path
RegularExpression Id.

See Also:
Constant Field Values

phasesWhiteSpace

static final int phasesWhiteSpace
RegularExpression Id.

See Also:
Constant Field Values

phasesSingleLineCStyleComment

static final int phasesSingleLineCStyleComment
RegularExpression Id.

See Also:
Constant Field Values

phasesSingleLineCpslStyleComment

static final int phasesSingleLineCpslStyleComment
RegularExpression Id.

See Also:
Constant Field Values

phasesCommentStart

static final int phasesCommentStart
RegularExpression Id.

See Also:
Constant Field Values

phasesCommentChars

static final int phasesCommentChars
RegularExpression Id.

See Also:
Constant Field Values

phasesCommentEnd

static final int phasesCommentEnd
RegularExpression Id.

See Also:
Constant Field Values

javaimport

static final int javaimport
RegularExpression Id.

See Also:
Constant Field Values

controllerstarted

static final int controllerstarted
RegularExpression Id.

See Also:
Constant Field Values

controllerfinished

static final int controllerfinished
RegularExpression Id.

See Also:
Constant Field Values

controlleraborted

static final int controlleraborted
RegularExpression Id.

See Also:
Constant Field Values

phase

static final int phase
RegularExpression Id.

See Also:
Constant Field Values

input

static final int input
RegularExpression Id.

See Also:
Constant Field Values

option

static final int option
RegularExpression Id.

See Also:
Constant Field Values

rule

static final int rule
RegularExpression Id.

See Also:
Constant Field Values

macro

static final int macro
RegularExpression Id.

See Also:
Constant Field Values

template

static final int template
RegularExpression Id.

See Also:
Constant Field Values

priority

static final int priority
RegularExpression Id.

See Also:
Constant Field Values

pling

static final int pling
RegularExpression Id.

See Also:
Constant Field Values

kleeneOp

static final int kleeneOp
RegularExpression Id.

See Also:
Constant Field Values

attrOp

static final int attrOp
RegularExpression Id.

See Also:
Constant Field Values

metaPropOp

static final int metaPropOp
RegularExpression Id.

See Also:
Constant Field Values

integer

static final int integer
RegularExpression Id.

See Also:
Constant Field Values

string

static final int string
RegularExpression Id.

See Also:
Constant Field Values

bool

static final int bool
RegularExpression Id.

See Also:
Constant Field Values

ident

static final int ident
RegularExpression Id.

See Also:
Constant Field Values

floatingPoint

static final int floatingPoint
RegularExpression Id.

See Also:
Constant Field Values

exponent

static final int exponent
RegularExpression Id.

See Also:
Constant Field Values

colon

static final int colon
RegularExpression Id.

See Also:
Constant Field Values

semicolon

static final int semicolon
RegularExpression Id.

See Also:
Constant Field Values

period

static final int period
RegularExpression Id.

See Also:
Constant Field Values

bar

static final int bar
RegularExpression Id.

See Also:
Constant Field Values

comma

static final int comma
RegularExpression Id.

See Also:
Constant Field Values

leftBrace

static final int leftBrace
RegularExpression Id.

See Also:
Constant Field Values

rightBrace

static final int rightBrace
RegularExpression Id.

See Also:
Constant Field Values

leftBracket

static final int leftBracket
RegularExpression Id.

See Also:
Constant Field Values

rightBracket

static final int rightBracket
RegularExpression Id.

See Also:
Constant Field Values

leftSquare

static final int leftSquare
RegularExpression Id.

See Also:
Constant Field Values

rightSquare

static final int rightSquare
RegularExpression Id.

See Also:
Constant Field Values

assign

static final int assign
RegularExpression Id.

See Also:
Constant Field Values

colonplus

static final int colonplus
RegularExpression Id.

See Also:
Constant Field Values

whiteSpace

static final int whiteSpace
RegularExpression Id.

See Also:
Constant Field Values

singleLineCStyleComment

static final int singleLineCStyleComment
RegularExpression Id.

See Also:
Constant Field Values

singleLineCpslStyleComment

static final int singleLineCpslStyleComment
RegularExpression Id.

See Also:
Constant Field Values

commentStart

static final int commentStart
RegularExpression Id.

See Also:
Constant Field Values

commentChars

static final int commentChars
RegularExpression Id.

See Also:
Constant Field Values

commentEnd

static final int commentEnd
RegularExpression Id.

See Also:
Constant Field Values

other

static final int other
RegularExpression Id.

See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
Lexical state.

See Also:
Constant Field Values

IN_PHASES

static final int IN_PHASES
Lexical state.

See Also:
Constant Field Values

PHASES_WITHIN_COMMENT

static final int PHASES_WITHIN_COMMENT
Lexical state.

See Also:
Constant Field Values

IN_STRING

static final int IN_STRING
Lexical state.

See Also:
Constant Field Values

WITHIN_COMMENT

static final int WITHIN_COMMENT
Lexical state.

See Also:
Constant Field Values

tokenImage

static final String[] tokenImage
Literal token values.