com.agical.rdoc.core.parser
Interface RDocParserConstants

All Known Implementing Classes:
RDocParser, RDocParserTokenManager

public interface RDocParserConstants

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


Field Summary
static int _DEFAULT
          RegularExpression Id.
static int ABSTRACT
          RegularExpression Id.
static int AND
          RegularExpression Id.
static int ASSERT
          RegularExpression Id.
static int BEGIN_BLOCK
          RegularExpression Id.
static int BOOLEAN
          RegularExpression Id.
static int BREAK
          RegularExpression Id.
static int BYTE
          RegularExpression Id.
static int CASE
          RegularExpression Id.
static int CATCH
          RegularExpression Id.
static int CHAR
          RegularExpression Id.
static int CHARACTER
          RegularExpression Id.
static int CHARLITERAL
          RegularExpression Id.
static int CLASS
          RegularExpression Id.
static int COMMA
          RegularExpression Id.
static int CONST
          RegularExpression Id.
static int CONTINUE
          RegularExpression Id.
static int DECIMAL_NUMBER
          RegularExpression Id.
static int DEFAULT
          Lexical state.
static int DIVIDE
          RegularExpression Id.
static int DO
          RegularExpression Id.
static int DOC_MARK
          RegularExpression Id.
static int DOUBLE
          RegularExpression Id.
static int ELSE
          RegularExpression Id.
static int END_BLOCK
          RegularExpression Id.
static int ENUM
          RegularExpression Id.
static int EOF
          End of File.
static int EQUALS
          RegularExpression Id.
static int ESCAPED_CHARACTER
          RegularExpression Id.
static int EXTENDS
          RegularExpression Id.
static int FALSE
          RegularExpression Id.
static int FINAL
          RegularExpression Id.
static int FINALLY
          RegularExpression Id.
static int FLOAT
          RegularExpression Id.
static int FOR
          RegularExpression Id.
static int FORMAL_COMMENT
          RegularExpression Id.
static int GOTO
          RegularExpression Id.
static int GREATERTHAN
          RegularExpression Id.
static int HEXADECIMAL_NUMBER
          RegularExpression Id.
static int IDENTIFIER
          RegularExpression Id.
static int IF
          RegularExpression Id.
static int IMPLEMENTS
          RegularExpression Id.
static int IMPORT
          RegularExpression Id.
static int IN_CHAR_LITERAL
          Lexical state.
static int IN_FORMAL_COMMENT
          Lexical state.
static int IN_SINGLE_LINE_COMMENT
          Lexical state.
static int IN_STRING_LITERAL
          Lexical state.
static int IN_TDDOC_BODY
          Lexical state.
static int IN_TDDOC_COMMENT
          Lexical state.
static int INSTANCEOF
          RegularExpression Id.
static int INT
          RegularExpression Id.
static int INTERFACE
          RegularExpression Id.
static int LEFT_BRACE
          RegularExpression Id.
static int LESSTHAN
          RegularExpression Id.
static int LONG
          RegularExpression Id.
static int MINUS
          RegularExpression Id.
static int MODULUS
          RegularExpression Id.
static int NATIVE
          RegularExpression Id.
static int NEW
          RegularExpression Id.
static int NEW_LINE
          RegularExpression Id.
static int NOT
          RegularExpression Id.
static int NULL
          RegularExpression Id.
static int OR
          RegularExpression Id.
static int PACKAGE
          RegularExpression Id.
static int PACKAGE_STATE
          Lexical state.
static int PLUS
          RegularExpression Id.
static int PRIVATE
          RegularExpression Id.
static int PROTECTED
          RegularExpression Id.
static int PUBLIC
          RegularExpression Id.
static int RETURN
          RegularExpression Id.
static int RIGHT_BRACE
          RegularExpression Id.
static int SEMICOLON
          RegularExpression Id.
static int SHORT
          RegularExpression Id.
static int SINGLE_LINE_COMMENT
          RegularExpression Id.
static int SPACE
          RegularExpression Id.
static int STATIC
          RegularExpression Id.
static int STRICTFP
          RegularExpression Id.
static int STRING
          RegularExpression Id.
static int STRING_DATA
          RegularExpression Id.
static int SUPER
          RegularExpression Id.
static int SWITCH
          RegularExpression Id.
static int SYNCHRONIZED
          RegularExpression Id.
static int TAB
          RegularExpression Id.
static int TDDOC_ASTERIX
          RegularExpression Id.
static int TDDOC_BEGIN_BODY
          RegularExpression Id.
static int TDDOC_BEGIN_IDENTIFIER
          RegularExpression Id.
static int TDDOC_BODY_CHAR
          RegularExpression Id.
static int TDDOC_DOCUMENTATION
          RegularExpression Id.
static int TDDOC_END_BODY
          RegularExpression Id.
static int TDDOC_END_IDENTIFIER
          RegularExpression Id.
static int TDDOC_ESCAPED_UNDERSCORE
          RegularExpression Id.
static int TDDOC_IDENTIFIER
          RegularExpression Id.
static int TDDOC_NEW_LINE
          RegularExpression Id.
static int TDDOC_NEW_PARAGRAPH
          RegularExpression Id.
static int TDDOC_SPACE
          RegularExpression Id.
static int TDDOC_TAB
          RegularExpression Id.
static int TDDOC_UNDERSCORE
          RegularExpression Id.
static int THIS
          RegularExpression Id.
static int THROW
          RegularExpression Id.
static int THROWS
          RegularExpression Id.
static int TIMES
          RegularExpression Id.
static String[] tokenImage
          Literal token values.
static int TRANSIENT
          RegularExpression Id.
static int TRUE
          RegularExpression Id.
static int TRY
          RegularExpression Id.
static int UNICODE
          RegularExpression Id.
static int UNICODE_DIGIT
          RegularExpression Id.
static int VOID
          RegularExpression Id.
static int VOLATILE
          RegularExpression Id.
static int WHILE
          RegularExpression Id.
static int XOR
          RegularExpression Id.
 

Field Detail

EOF

static final int EOF
End of File.

See Also:
Constant Field Values

BEGIN_BLOCK

static final int BEGIN_BLOCK
RegularExpression Id.

See Also:
Constant Field Values

END_BLOCK

static final int END_BLOCK
RegularExpression Id.

See Also:
Constant Field Values

PROTECTED

static final int PROTECTED
RegularExpression Id.

See Also:
Constant Field Values

PRIVATE

static final int PRIVATE
RegularExpression Id.

See Also:
Constant Field Values

PUBLIC

static final int PUBLIC
RegularExpression Id.

See Also:
Constant Field Values

PACKAGE

static final int PACKAGE
RegularExpression Id.

See Also:
Constant Field Values

IMPORT

static final int IMPORT
RegularExpression Id.

See Also:
Constant Field Values

CLASS

static final int CLASS
RegularExpression Id.

See Also:
Constant Field Values

IMPLEMENTS

static final int IMPLEMENTS
RegularExpression Id.

See Also:
Constant Field Values

EXTENDS

static final int EXTENDS
RegularExpression Id.

See Also:
Constant Field Values

ABSTRACT

static final int ABSTRACT
RegularExpression Id.

See Also:
Constant Field Values

ASSERT

static final int ASSERT
RegularExpression Id.

See Also:
Constant Field Values

BREAK

static final int BREAK
RegularExpression Id.

See Also:
Constant Field Values

CASE

static final int CASE
RegularExpression Id.

See Also:
Constant Field Values

CATCH

static final int CATCH
RegularExpression Id.

See Also:
Constant Field Values

CONST

static final int CONST
RegularExpression Id.

See Also:
Constant Field Values

CONTINUE

static final int CONTINUE
RegularExpression Id.

See Also:
Constant Field Values

_DEFAULT

static final int _DEFAULT
RegularExpression Id.

See Also:
Constant Field Values

DO

static final int DO
RegularExpression Id.

See Also:
Constant Field Values

ELSE

static final int ELSE
RegularExpression Id.

See Also:
Constant Field Values

ENUM

static final int ENUM
RegularExpression Id.

See Also:
Constant Field Values

FALSE

static final int FALSE
RegularExpression Id.

See Also:
Constant Field Values

FINAL

static final int FINAL
RegularExpression Id.

See Also:
Constant Field Values

FINALLY

static final int FINALLY
RegularExpression Id.

See Also:
Constant Field Values

FOR

static final int FOR
RegularExpression Id.

See Also:
Constant Field Values

GOTO

static final int GOTO
RegularExpression Id.

See Also:
Constant Field Values

IF

static final int IF
RegularExpression Id.

See Also:
Constant Field Values

INSTANCEOF

static final int INSTANCEOF
RegularExpression Id.

See Also:
Constant Field Values

INTERFACE

static final int INTERFACE
RegularExpression Id.

See Also:
Constant Field Values

NATIVE

static final int NATIVE
RegularExpression Id.

See Also:
Constant Field Values

NEW

static final int NEW
RegularExpression Id.

See Also:
Constant Field Values

NULL

static final int NULL
RegularExpression Id.

See Also:
Constant Field Values

RETURN

static final int RETURN
RegularExpression Id.

See Also:
Constant Field Values

STATIC

static final int STATIC
RegularExpression Id.

See Also:
Constant Field Values

STRICTFP

static final int STRICTFP
RegularExpression Id.

See Also:
Constant Field Values

SUPER

static final int SUPER
RegularExpression Id.

See Also:
Constant Field Values

SWITCH

static final int SWITCH
RegularExpression Id.

See Also:
Constant Field Values

SYNCHRONIZED

static final int SYNCHRONIZED
RegularExpression Id.

See Also:
Constant Field Values

THIS

static final int THIS
RegularExpression Id.

See Also:
Constant Field Values

THROW

static final int THROW
RegularExpression Id.

See Also:
Constant Field Values

THROWS

static final int THROWS
RegularExpression Id.

See Also:
Constant Field Values

TRANSIENT

static final int TRANSIENT
RegularExpression Id.

See Also:
Constant Field Values

TRUE

static final int TRUE
RegularExpression Id.

See Also:
Constant Field Values

TRY

static final int TRY
RegularExpression Id.

See Also:
Constant Field Values

VOID

static final int VOID
RegularExpression Id.

See Also:
Constant Field Values

VOLATILE

static final int VOLATILE
RegularExpression Id.

See Also:
Constant Field Values

WHILE

static final int WHILE
RegularExpression Id.

See Also:
Constant Field Values

EQUALS

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

TIMES

static final int TIMES
RegularExpression Id.

See Also:
Constant Field Values

DIVIDE

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

XOR

static final int XOR
RegularExpression Id.

See Also:
Constant Field Values

NOT

static final int NOT
RegularExpression Id.

See Also:
Constant Field Values

MODULUS

static final int MODULUS
RegularExpression Id.

See Also:
Constant Field Values

LESSTHAN

static final int LESSTHAN
RegularExpression Id.

See Also:
Constant Field Values

GREATERTHAN

static final int GREATERTHAN
RegularExpression Id.

See Also:
Constant Field Values

BOOLEAN

static final int BOOLEAN
RegularExpression Id.

See Also:
Constant Field Values

BYTE

static final int BYTE
RegularExpression Id.

See Also:
Constant Field Values

CHAR

static final int CHAR
RegularExpression Id.

See Also:
Constant Field Values

SHORT

static final int SHORT
RegularExpression Id.

See Also:
Constant Field Values

INT

static final int INT
RegularExpression Id.

See Also:
Constant Field Values

LONG

static final int LONG
RegularExpression Id.

See Also:
Constant Field Values

FLOAT

static final int FLOAT
RegularExpression Id.

See Also:
Constant Field Values

DOUBLE

static final int DOUBLE
RegularExpression Id.

See Also:
Constant Field Values

DOC_MARK

static final int DOC_MARK
RegularExpression Id.

See Also:
Constant Field Values

DECIMAL_NUMBER

static final int DECIMAL_NUMBER
RegularExpression Id.

See Also:
Constant Field Values

HEXADECIMAL_NUMBER

static final int HEXADECIMAL_NUMBER
RegularExpression Id.

See Also:
Constant Field Values

STRING_DATA

static final int STRING_DATA
RegularExpression Id.

See Also:
Constant Field Values

STRING

static final int STRING
RegularExpression Id.

See Also:
Constant Field Values

UNICODE

static final int UNICODE
RegularExpression Id.

See Also:
Constant Field Values

UNICODE_DIGIT

static final int UNICODE_DIGIT
RegularExpression Id.

See Also:
Constant Field Values

ESCAPED_CHARACTER

static final int ESCAPED_CHARACTER
RegularExpression Id.

See Also:
Constant Field Values

CHARACTER

static final int CHARACTER
RegularExpression Id.

See Also:
Constant Field Values

CHARLITERAL

static final int CHARLITERAL
RegularExpression Id.

See Also:
Constant Field Values

TDDOC_DOCUMENTATION

static final int TDDOC_DOCUMENTATION
RegularExpression Id.

See Also:
Constant Field Values

TDDOC_IDENTIFIER

static final int TDDOC_IDENTIFIER
RegularExpression Id.

See Also:
Constant Field Values

TDDOC_BEGIN_IDENTIFIER

static final int TDDOC_BEGIN_IDENTIFIER
RegularExpression Id.

See Also:
Constant Field Values

TDDOC_END_IDENTIFIER

static final int TDDOC_END_IDENTIFIER
RegularExpression Id.

See Also:
Constant Field Values

TDDOC_BEGIN_BODY

static final int TDDOC_BEGIN_BODY
RegularExpression Id.

See Also:
Constant Field Values

TDDOC_NEW_PARAGRAPH

static final int TDDOC_NEW_PARAGRAPH
RegularExpression Id.

See Also:
Constant Field Values

TDDOC_ASTERIX

static final int TDDOC_ASTERIX
RegularExpression Id.

See Also:
Constant Field Values

TDDOC_UNDERSCORE

static final int TDDOC_UNDERSCORE
RegularExpression Id.

See Also:
Constant Field Values

TDDOC_ESCAPED_UNDERSCORE

static final int TDDOC_ESCAPED_UNDERSCORE
RegularExpression Id.

See Also:
Constant Field Values

TDDOC_SPACE

static final int TDDOC_SPACE
RegularExpression Id.

See Also:
Constant Field Values

TDDOC_TAB

static final int TDDOC_TAB
RegularExpression Id.

See Also:
Constant Field Values

TDDOC_NEW_LINE

static final int TDDOC_NEW_LINE
RegularExpression Id.

See Also:
Constant Field Values

TDDOC_BODY_CHAR

static final int TDDOC_BODY_CHAR
RegularExpression Id.

See Also:
Constant Field Values

TDDOC_END_BODY

static final int TDDOC_END_BODY
RegularExpression Id.

See Also:
Constant Field Values

SINGLE_LINE_COMMENT

static final int SINGLE_LINE_COMMENT
RegularExpression Id.

See Also:
Constant Field Values

FORMAL_COMMENT

static final int FORMAL_COMMENT
RegularExpression Id.

See Also:
Constant Field Values

IDENTIFIER

static final int IDENTIFIER
RegularExpression Id.

See Also:
Constant Field Values

COMMA

static final int COMMA
RegularExpression Id.

See Also:
Constant Field Values

SEMICOLON

static final int SEMICOLON
RegularExpression Id.

See Also:
Constant Field Values

LEFT_BRACE

static final int LEFT_BRACE
RegularExpression Id.

See Also:
Constant Field Values

RIGHT_BRACE

static final int RIGHT_BRACE
RegularExpression Id.

See Also:
Constant Field Values

SPACE

static final int SPACE
RegularExpression Id.

See Also:
Constant Field Values

TAB

static final int TAB
RegularExpression Id.

See Also:
Constant Field Values

NEW_LINE

static final int NEW_LINE
RegularExpression Id.

See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
Lexical state.

See Also:
Constant Field Values

IN_STRING_LITERAL

static final int IN_STRING_LITERAL
Lexical state.

See Also:
Constant Field Values

IN_CHAR_LITERAL

static final int IN_CHAR_LITERAL
Lexical state.

See Also:
Constant Field Values

IN_TDDOC_COMMENT

static final int IN_TDDOC_COMMENT
Lexical state.

See Also:
Constant Field Values

IN_TDDOC_BODY

static final int IN_TDDOC_BODY
Lexical state.

See Also:
Constant Field Values

IN_SINGLE_LINE_COMMENT

static final int IN_SINGLE_LINE_COMMENT
Lexical state.

See Also:
Constant Field Values

IN_FORMAL_COMMENT

static final int IN_FORMAL_COMMENT
Lexical state.

See Also:
Constant Field Values

PACKAGE_STATE

static final int PACKAGE_STATE
Lexical state.

See Also:
Constant Field Values

tokenImage

static final String[] tokenImage
Literal token values.



Copyright © 2005-2011 Agical AB. All Rights Reserved.