org.quattor.pan.parser
Interface PanParserConstants

All Known Implementing Classes:
PanParser, PanParserTokenManager

public interface PanParserConstants

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


Field Summary
static int AND
          RegularExpression Id.
static int ANNOTATION
          RegularExpression Id.
static int ASSIGN
          RegularExpression Id.
static int ASSIGN_DEFAULT
          RegularExpression Id.
static int ASTERISK
          RegularExpression Id.
static int BIND
          RegularExpression Id.
static int BIT_AND
          RegularExpression Id.
static int BIT_IOR
          RegularExpression Id.
static int BIT_NOT
          RegularExpression Id.
static int BIT_XOR
          RegularExpression Id.
static int COMMA
          RegularExpression Id.
static int COMMENT
          RegularExpression Id.
static int DECIMAL_LITERAL
          RegularExpression Id.
static int DECLARATION
          RegularExpression Id.
static int DEFAULT
          Lexical state.
static int DIV
          RegularExpression Id.
static int DOUBLE_LITERAL
          RegularExpression Id.
static int DOUBLE_QUOTED_STRING
          RegularExpression Id.
static int ELSE
          RegularExpression Id.
static int EOF
          End of File.
static int EQ
          RegularExpression Id.
static int ERROR
          RegularExpression Id.
static int EXPONENT
          RegularExpression Id.
static int EXTENSIBLE
          RegularExpression Id.
static int FALSE
          RegularExpression Id.
static int FINAL
          RegularExpression Id.
static int FOR
          RegularExpression Id.
static int FOREACH
          RegularExpression Id.
static int FUNCTION
          RegularExpression Id.
static int GE
          RegularExpression Id.
static int GT
          RegularExpression Id.
static int HD_MARKER
          RegularExpression Id.
static int HEREDOC
          Lexical state.
static int HEREDOC_STRING
          RegularExpression Id.
static int HEX_LITERAL
          RegularExpression Id.
static int IDENTIFIER
          RegularExpression Id.
static int IF
          RegularExpression Id.
static int INCLUDE
          RegularExpression Id.
static int LBRACE
          RegularExpression Id.
static int LBRACKET
          RegularExpression Id.
static int LE
          RegularExpression Id.
static int LPAREN
          RegularExpression Id.
static int LT
          RegularExpression Id.
static int MINUS
          RegularExpression Id.
static int MOD
          RegularExpression Id.
static int NAMESPACE
          Lexical state.
static int NE
          RegularExpression Id.
static int NOT
          RegularExpression Id.
static int NS_IDENTIFIER
          RegularExpression Id.
static int NULL_LITERAL
          RegularExpression Id.
static int OBJECT
          RegularExpression Id.
static int OCTAL_LITERAL
          RegularExpression Id.
static int OPTIONAL
          RegularExpression Id.
static int OR
          RegularExpression Id.
static int PLUS
          RegularExpression Id.
static int PREFIX
          RegularExpression Id.
static int RANGE
          RegularExpression Id.
static int RBRACE
          RegularExpression Id.
static int RBRACKET
          RegularExpression Id.
static int REQUIRED
          RegularExpression Id.
static int RPAREN
          RegularExpression Id.
static int SEMICOLON
          RegularExpression Id.
static int SINGLE_QUOTED_STRING
          RegularExpression Id.
static int STRUCTURE
          RegularExpression Id.
static int TEMPLATE
          RegularExpression Id.
static java.lang.String[] tokenImage
          Literal token values.
static int TRUE
          RegularExpression Id.
static int TYPE
          RegularExpression Id.
static int UNDEF_LITERAL
          RegularExpression Id.
static int UNIQUE
          RegularExpression Id.
static int VALID
          RegularExpression Id.
static int VARIABLE
          RegularExpression Id.
static int WHILE
          RegularExpression Id.
static int WITH
          RegularExpression Id.
 

Field Detail

EOF

static final int EOF
End of File.

See Also:
Constant Field Values

COMMENT

static final int COMMENT
RegularExpression Id.

See Also:
Constant Field Values

ANNOTATION

static final int ANNOTATION
RegularExpression Id.

See Also:
Constant Field Values

LBRACE

static final int LBRACE
RegularExpression Id.

See Also:
Constant Field Values

OPTIONAL

static final int OPTIONAL
RegularExpression Id.

See Also:
Constant Field Values

REQUIRED

static final int REQUIRED
RegularExpression Id.

See Also:
Constant Field Values

SEMICOLON

static final int SEMICOLON
RegularExpression Id.

See Also:
Constant Field Values

COMMA

static final int COMMA
RegularExpression Id.

See Also:
Constant Field Values

LPAREN

static final int LPAREN
RegularExpression Id.

See Also:
Constant Field Values

RPAREN

static final int RPAREN
RegularExpression Id.

See Also:
Constant Field Values

LBRACKET

static final int LBRACKET
RegularExpression Id.

See Also:
Constant Field Values

RBRACKET

static final int RBRACKET
RegularExpression Id.

See Also:
Constant Field Values

RBRACE

static final int RBRACE
RegularExpression Id.

See Also:
Constant Field Values

ASSIGN

static final int ASSIGN
RegularExpression Id.

See Also:
Constant Field Values

PLUS

static final int PLUS
RegularExpression Id.

See Also:
Constant Field Values

MINUS

static final int MINUS
RegularExpression Id.

See Also:
Constant Field Values

MOD

static final int MOD
RegularExpression Id.

See Also:
Constant Field Values

DIV

static final int DIV
RegularExpression Id.

See Also:
Constant Field Values

NOT

static final int NOT
RegularExpression Id.

See Also:
Constant Field Values

GT

static final int GT
RegularExpression Id.

See Also:
Constant Field Values

LT

static final int LT
RegularExpression Id.

See Also:
Constant Field Values

RANGE

static final int RANGE
RegularExpression Id.

See Also:
Constant Field Values

OR

static final int OR
RegularExpression Id.

See Also:
Constant Field Values

AND

static final int AND
RegularExpression Id.

See Also:
Constant Field Values

BIT_IOR

static final int BIT_IOR
RegularExpression Id.

See Also:
Constant Field Values

BIT_XOR

static final int BIT_XOR
RegularExpression Id.

See Also:
Constant Field Values

BIT_AND

static final int BIT_AND
RegularExpression Id.

See Also:
Constant Field Values

BIT_NOT

static final int BIT_NOT
RegularExpression Id.

See Also:
Constant Field Values

EQ

static final int EQ
RegularExpression Id.

See Also:
Constant Field Values

NE

static final int NE
RegularExpression Id.

See Also:
Constant Field Values

GE

static final int GE
RegularExpression Id.

See Also:
Constant Field Values

LE

static final int LE
RegularExpression Id.

See Also:
Constant Field Values

ASSIGN_DEFAULT

static final int ASSIGN_DEFAULT
RegularExpression Id.

See Also:
Constant Field Values

HD_MARKER

static final int HD_MARKER
RegularExpression Id.

See Also:
Constant Field Values

UNDEF_LITERAL

static final int UNDEF_LITERAL
RegularExpression Id.

See Also:
Constant Field Values

NULL_LITERAL

static final int NULL_LITERAL
RegularExpression Id.

See Also:
Constant Field Values

TRUE

static final int TRUE
RegularExpression Id.

See Also:
Constant Field Values

FALSE

static final int FALSE
RegularExpression Id.

See Also:
Constant Field Values

DECIMAL_LITERAL

static final int DECIMAL_LITERAL
RegularExpression Id.

See Also:
Constant Field Values

HEX_LITERAL

static final int HEX_LITERAL
RegularExpression Id.

See Also:
Constant Field Values

OCTAL_LITERAL

static final int OCTAL_LITERAL
RegularExpression Id.

See Also:
Constant Field Values

DOUBLE_LITERAL

static final int DOUBLE_LITERAL
RegularExpression Id.

See Also:
Constant Field Values

EXPONENT

static final int EXPONENT
RegularExpression Id.

See Also:
Constant Field Values

HEREDOC_STRING

static final int HEREDOC_STRING
RegularExpression Id.

See Also:
Constant Field Values

SINGLE_QUOTED_STRING

static final int SINGLE_QUOTED_STRING
RegularExpression Id.

See Also:
Constant Field Values

DOUBLE_QUOTED_STRING

static final int DOUBLE_QUOTED_STRING
RegularExpression Id.

See Also:
Constant Field Values

ASTERISK

static final int ASTERISK
RegularExpression Id.

See Also:
Constant Field Values

IF

static final int IF
RegularExpression Id.

See Also:
Constant Field Values

FOR

static final int FOR
RegularExpression Id.

See Also:
Constant Field Values

WITH

static final int WITH
RegularExpression Id.

See Also:
Constant Field Values

ELSE

static final int ELSE
RegularExpression Id.

See Also:
Constant Field Values

TYPE

static final int TYPE
RegularExpression Id.

See Also:
Constant Field Values

BIND

static final int BIND
RegularExpression Id.

See Also:
Constant Field Values

WHILE

static final int WHILE
RegularExpression Id.

See Also:
Constant Field Values

VALID

static final int VALID
RegularExpression Id.

See Also:
Constant Field Values

FINAL

static final int FINAL
RegularExpression Id.

See Also:
Constant Field Values

PREFIX

static final int PREFIX
RegularExpression Id.

See Also:
Constant Field Values

UNIQUE

static final int UNIQUE
RegularExpression Id.

See Also:
Constant Field Values

OBJECT

static final int OBJECT
RegularExpression Id.

See Also:
Constant Field Values

FOREACH

static final int FOREACH
RegularExpression Id.

See Also:
Constant Field Values

INCLUDE

static final int INCLUDE
RegularExpression Id.

See Also:
Constant Field Values

TEMPLATE

static final int TEMPLATE
RegularExpression Id.

See Also:
Constant Field Values

FUNCTION

static final int FUNCTION
RegularExpression Id.

See Also:
Constant Field Values

VARIABLE

static final int VARIABLE
RegularExpression Id.

See Also:
Constant Field Values

STRUCTURE

static final int STRUCTURE
RegularExpression Id.

See Also:
Constant Field Values

EXTENSIBLE

static final int EXTENSIBLE
RegularExpression Id.

See Also:
Constant Field Values

DECLARATION

static final int DECLARATION
RegularExpression Id.

See Also:
Constant Field Values

IDENTIFIER

static final int IDENTIFIER
RegularExpression Id.

See Also:
Constant Field Values

NS_IDENTIFIER

static final int NS_IDENTIFIER
RegularExpression Id.

See Also:
Constant Field Values

ERROR

static final int ERROR
RegularExpression Id.

See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
Lexical state.

See Also:
Constant Field Values

NAMESPACE

static final int NAMESPACE
Lexical state.

See Also:
Constant Field Values

HEREDOC

static final int HEREDOC
Lexical state.

See Also:
Constant Field Values

tokenImage

static final java.lang.String[] tokenImage
Literal token values.



Copyright © 2011 Quattor. All Rights Reserved.