net.sourceforge.pmd.lang.objectivec.ast
Interface ObjectiveCParserConstants

All Known Implementing Classes:
ObjectiveCParserTokenManager

public interface ObjectiveCParserConstants

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


Field Summary
static int ANDASSIGN
          RegularExpression Id.
static int ASSIGN
          RegularExpression Id.
static int AT
          RegularExpression Id.
static int AT_AUTORELEASEPOOL
          RegularExpression Id.
static int AT_CATCH
          RegularExpression Id.
static int AT_CLASS
          RegularExpression Id.
static int AT_COMPATIBILITY_ALIAS
          RegularExpression Id.
static int AT_DEFS
          RegularExpression Id.
static int AT_DYNAMIC
          RegularExpression Id.
static int AT_ENCODE
          RegularExpression Id.
static int AT_END
          RegularExpression Id.
static int AT_FINALLY
          RegularExpression Id.
static int AT_IMPLEMENTATION
          RegularExpression Id.
static int AT_INTERFACE
          RegularExpression Id.
static int AT_OPTIONAL
          RegularExpression Id.
static int AT_PACKAGE
          RegularExpression Id.
static int AT_PRIVATE
          RegularExpression Id.
static int AT_PROPERTY
          RegularExpression Id.
static int AT_PROTECTED
          RegularExpression Id.
static int AT_PROTOCOL
          RegularExpression Id.
static int AT_PUBLIC
          RegularExpression Id.
static int AT_REQUIRED
          RegularExpression Id.
static int AT_SELECTOR
          RegularExpression Id.
static int AT_SYNCHRONIZED
          RegularExpression Id.
static int AT_SYNTHESIZE
          RegularExpression Id.
static int AT_THROW
          RegularExpression Id.
static int AT_TRY
          RegularExpression Id.
static int AUTO
          RegularExpression Id.
static int BANG
          RegularExpression Id.
static int BIT_AND
          RegularExpression Id.
static int BIT_OR
          RegularExpression Id.
static int BLOCK
          RegularExpression Id.
static int BOOL
          RegularExpression Id.
static int BOOLEAN
          RegularExpression Id.
static int BREAK
          RegularExpression Id.
static int CASE
          RegularExpression Id.
static int CGFLOAT
          RegularExpression Id.
static int CHAR
          RegularExpression Id.
static int CHARACTER_LITERAL
          RegularExpression Id.
static int CLASS
          RegularExpression Id.
static int COLON
          RegularExpression Id.
static int CONST
          RegularExpression Id.
static int CONTINUE
          RegularExpression Id.
static int CSTRING_LITERAL
          RegularExpression Id.
static int DECIMAL_CONSTANT
          RegularExpression Id.
static int DECIMAL_LITERAL
          RegularExpression Id.
static int DECR
          RegularExpression Id.
static int DEFAULT
          Lexical state.
static int DFLT
          RegularExpression Id.
static int DIGIT
          RegularExpression Id.
static int DO
          RegularExpression Id.
static int DOUBLE
          RegularExpression Id.
static int ELLIPSIS
          RegularExpression Id.
static int ELSE
          RegularExpression Id.
static int ENUM
          RegularExpression Id.
static int EOF
          End of File.
static int EQ
          RegularExpression Id.
static int ESCAPE_SEQUENCE
          RegularExpression Id.
static int EXPONENT
          RegularExpression Id.
static int EXPORTED_CALLBACK
          RegularExpression Id.
static int EXTERN
          RegularExpression Id.
static int FIXED_NUM_TYPE
          RegularExpression Id.
static int FLOAT
          RegularExpression Id.
static int FLOATING_POINT_LITERAL
          RegularExpression Id.
static int FOAMAT_FUNC
          Lexical state.
static int FOR
          RegularExpression Id.
static int FORMAT_FUNC
          Lexical state.
static int FUNC
          RegularExpression Id.
static int GE
          RegularExpression Id.
static int GOTO
          RegularExpression Id.
static int GT
          RegularExpression Id.
static int HEX_CONSTANT
          RegularExpression Id.
static int HEX_DIGIT
          RegularExpression Id.
static int HEX_LITERAL
          RegularExpression Id.
static int HEX_PREFIX
          RegularExpression Id.
static int HEX_QUAD
          RegularExpression Id.
static int HOOK
          RegularExpression Id.
static int IBACTION
          RegularExpression Id.
static int IBOUTLET
          RegularExpression Id.
static int ID
          RegularExpression Id.
static int IDENT
          RegularExpression Id.
static int IDENT_NONDIGIT
          RegularExpression Id.
static int IF
          RegularExpression Id.
static int IMP
          RegularExpression Id.
static int IN_MULTI_LINE_COMMENT
          Lexical state.
static int INCR
          RegularExpression Id.
static int INT32_T
          RegularExpression Id.
static int INTEGER_CONSTANT
          RegularExpression Id.
static int INTEGER_LITERAL
          RegularExpression Id.
static int INTEGER_SUFFIX
          RegularExpression Id.
static int LE
          RegularExpression Id.
static int LEFT_BRACE
          RegularExpression Id.
static int LEFT_PAREN
          RegularExpression Id.
static int LEFT_SQUARE
          RegularExpression Id.
static int LONG_SUFFIX
          RegularExpression Id.
static int LSHIFT
          RegularExpression Id.
static int LSHIFTASSIGN
          RegularExpression Id.
static int LT
          RegularExpression Id.
static int MINUS
          RegularExpression Id.
static int MINUSASSIGN
          RegularExpression Id.
static int MULTI_LINE_COMMENT
          RegularExpression Id.
static int NE
          RegularExpression Id.
static int NIL
          RegularExpression Id.
static int NONDIGIT
          RegularExpression Id.
static int NONZERO_DIGIT
          RegularExpression Id.
static int NSINTEGER
          RegularExpression Id.
static int NSRECT
          RegularExpression Id.
static int NSSIZE
          RegularExpression Id.
static int NSUINTEGER
          RegularExpression Id.
static int OCTAL_CONSTANT
          RegularExpression Id.
static int OCTAL_DIGIT
          RegularExpression Id.
static int OCTAL_LITERAL
          RegularExpression Id.
static int ORASSIGN
          RegularExpression Id.
static int PLUS
          RegularExpression Id.
static int PLUSASSIGN
          RegularExpression Id.
static int POSSIBLE_COCOA_TYPE
          RegularExpression Id.
static int POSSIBLE_CORE_TYPE
          RegularExpression Id.
static int PREPROCESSOR_OUTPUT
          Lexical state.
static int PROTOCOL_QUALIFIER_EXCEPT_IN
          RegularExpression Id.
static int REGISTER
          RegularExpression Id.
static int REM
          RegularExpression Id.
static int REMASSIGN
          RegularExpression Id.
static int RETURN
          RegularExpression Id.
static int RIGHT_BRACE
          RegularExpression Id.
static int RIGHT_PAREN
          RegularExpression Id.
static int RIGHT_SQUARE
          RegularExpression Id.
static int RSIGNEDSHIFTASSIGN
          RegularExpression Id.
static int RUNSIGNEDSHIFTASSIGN
          RegularExpression Id.
static int SC_AND
          RegularExpression Id.
static int SC_OR
          RegularExpression Id.
static int SCHAR
          RegularExpression Id.
static int SEL
          RegularExpression Id.
static int SEMICOLON
          RegularExpression Id.
static int SIGNED
          RegularExpression Id.
static int SINGLE_LINE_COMMENT
          RegularExpression Id.
static int SINT32
          RegularExpression Id.
static int SIZEOF
          RegularExpression Id.
static int SLASH
          RegularExpression Id.
static int SLASHASSIGN
          RegularExpression Id.
static int STAR
          RegularExpression Id.
static int STARASSIGN
          RegularExpression Id.
static int STATIC
          RegularExpression Id.
static int STRING_LITERAL
          RegularExpression Id.
static int STRUCT
          RegularExpression Id.
static int SWITCH
          RegularExpression Id.
static int TILDE
          RegularExpression Id.
static String[] tokenImage
          Literal token values.
static int TYPEDEF
          RegularExpression Id.
static int UCHAR
          RegularExpression Id.
static int UNION
          RegularExpression Id.
static int UNIVERSAL_CHARACTER_NAME
          RegularExpression Id.
static int UNSIGNED
          RegularExpression Id.
static int UNSIGNED_SUFFIX
          RegularExpression Id.
static int VOID
          RegularExpression Id.
static int VOID_BLOCK
          Lexical state.
static int VOLATILE
          RegularExpression Id.
static int WHILE
          RegularExpression Id.
static int XOR
          RegularExpression Id.
static int XORASSIGN
          RegularExpression Id.
 

Field Detail

EOF

static final int EOF
End of File.

See Also:
Constant Field Values

FUNC

static final int FUNC
RegularExpression Id.

See Also:
Constant Field Values

SINGLE_LINE_COMMENT

static final int SINGLE_LINE_COMMENT
RegularExpression Id.

See Also:
Constant Field Values

MULTI_LINE_COMMENT

static final int MULTI_LINE_COMMENT
RegularExpression Id.

See Also:
Constant Field Values

ASSIGN

static final int ASSIGN
RegularExpression Id.

See Also:
Constant Field Values

LT

static final int LT
RegularExpression Id.

See Also:
Constant Field Values

GT

static final int GT
RegularExpression Id.

See Also:
Constant Field Values

BANG

static final int BANG
RegularExpression Id.

See Also:
Constant Field Values

TILDE

static final int TILDE
RegularExpression Id.

See Also:
Constant Field Values

HOOK

static final int HOOK
RegularExpression Id.

See Also:
Constant Field Values

COLON

static final int COLON
RegularExpression Id.

See Also:
Constant Field Values

EQ

static final int EQ
RegularExpression Id.

See Also:
Constant Field Values

LE

static final int LE
RegularExpression Id.

See Also:
Constant Field Values

GE

static final int GE
RegularExpression Id.

See Also:
Constant Field Values

NE

static final int NE
RegularExpression Id.

See Also:
Constant Field Values

SC_OR

static final int SC_OR
RegularExpression Id.

See Also:
Constant Field Values

SC_AND

static final int SC_AND
RegularExpression Id.

See Also:
Constant Field Values

INCR

static final int INCR
RegularExpression Id.

See Also:
Constant Field Values

DECR

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

STAR

static final int STAR
RegularExpression Id.

See Also:
Constant Field Values

SLASH

static final int SLASH
RegularExpression Id.

See Also:
Constant Field Values

BIT_AND

static final int BIT_AND
RegularExpression Id.

See Also:
Constant Field Values

BIT_OR

static final int BIT_OR
RegularExpression Id.

See Also:
Constant Field Values

XOR

static final int XOR
RegularExpression Id.

See Also:
Constant Field Values

REM

static final int REM
RegularExpression Id.

See Also:
Constant Field Values

LSHIFT

static final int LSHIFT
RegularExpression Id.

See Also:
Constant Field Values

PLUSASSIGN

static final int PLUSASSIGN
RegularExpression Id.

See Also:
Constant Field Values

MINUSASSIGN

static final int MINUSASSIGN
RegularExpression Id.

See Also:
Constant Field Values

STARASSIGN

static final int STARASSIGN
RegularExpression Id.

See Also:
Constant Field Values

SLASHASSIGN

static final int SLASHASSIGN
RegularExpression Id.

See Also:
Constant Field Values

ANDASSIGN

static final int ANDASSIGN
RegularExpression Id.

See Also:
Constant Field Values

ORASSIGN

static final int ORASSIGN
RegularExpression Id.

See Also:
Constant Field Values

XORASSIGN

static final int XORASSIGN
RegularExpression Id.

See Also:
Constant Field Values

REMASSIGN

static final int REMASSIGN
RegularExpression Id.

See Also:
Constant Field Values

LSHIFTASSIGN

static final int LSHIFTASSIGN
RegularExpression Id.

See Also:
Constant Field Values

RSIGNEDSHIFTASSIGN

static final int RSIGNEDSHIFTASSIGN
RegularExpression Id.

See Also:
Constant Field Values

RUNSIGNEDSHIFTASSIGN

static final int RUNSIGNEDSHIFTASSIGN
RegularExpression Id.

See Also:
Constant Field Values

ELLIPSIS

static final int ELLIPSIS
RegularExpression Id.

See Also:
Constant Field Values

ESCAPE_SEQUENCE

static final int ESCAPE_SEQUENCE
RegularExpression Id.

See Also:
Constant Field Values

INTEGER_LITERAL

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

FLOATING_POINT_LITERAL

static final int FLOATING_POINT_LITERAL
RegularExpression Id.

See Also:
Constant Field Values

EXPONENT

static final int EXPONENT
RegularExpression Id.

See Also:
Constant Field Values

CHARACTER_LITERAL

static final int CHARACTER_LITERAL
RegularExpression Id.

See Also:
Constant Field Values

STRING_LITERAL

static final int STRING_LITERAL
RegularExpression Id.

See Also:
Constant Field Values

CSTRING_LITERAL

static final int CSTRING_LITERAL
RegularExpression Id.

See Also:
Constant Field Values

DIGIT

static final int DIGIT
RegularExpression Id.

See Also:
Constant Field Values

NONZERO_DIGIT

static final int NONZERO_DIGIT
RegularExpression Id.

See Also:
Constant Field Values

OCTAL_DIGIT

static final int OCTAL_DIGIT
RegularExpression Id.

See Also:
Constant Field Values

HEX_DIGIT

static final int HEX_DIGIT
RegularExpression Id.

See Also:
Constant Field Values

HEX_QUAD

static final int HEX_QUAD
RegularExpression Id.

See Also:
Constant Field Values

UNSIGNED_SUFFIX

static final int UNSIGNED_SUFFIX
RegularExpression Id.

See Also:
Constant Field Values

LONG_SUFFIX

static final int LONG_SUFFIX
RegularExpression Id.

See Also:
Constant Field Values

INTEGER_SUFFIX

static final int INTEGER_SUFFIX
RegularExpression Id.

See Also:
Constant Field Values

DECIMAL_CONSTANT

static final int DECIMAL_CONSTANT
RegularExpression Id.

See Also:
Constant Field Values

OCTAL_CONSTANT

static final int OCTAL_CONSTANT
RegularExpression Id.

See Also:
Constant Field Values

HEX_PREFIX

static final int HEX_PREFIX
RegularExpression Id.

See Also:
Constant Field Values

HEX_CONSTANT

static final int HEX_CONSTANT
RegularExpression Id.

See Also:
Constant Field Values

INTEGER_CONSTANT

static final int INTEGER_CONSTANT
RegularExpression Id.

See Also:
Constant Field Values

FIXED_NUM_TYPE

static final int FIXED_NUM_TYPE
RegularExpression Id.

See Also:
Constant Field Values

CONTINUE

static final int CONTINUE
RegularExpression Id.

See Also:
Constant Field Values

VOLATILE

static final int VOLATILE
RegularExpression Id.

See Also:
Constant Field Values

REGISTER

static final int REGISTER
RegularExpression Id.

See Also:
Constant Field Values

UNSIGNED

static final int UNSIGNED
RegularExpression Id.

See Also:
Constant Field Values

UCHAR

static final int UCHAR
RegularExpression Id.

See Also:
Constant Field Values

TYPEDEF

static final int TYPEDEF
RegularExpression Id.

See Also:
Constant Field Values

DFLT

static final int DFLT
RegularExpression Id.

See Also:
Constant Field Values

DOUBLE

static final int DOUBLE
RegularExpression Id.

See Also:
Constant Field Values

BOOL

static final int BOOL
RegularExpression Id.

See Also:
Constant Field Values

BOOLEAN

static final int BOOLEAN
RegularExpression Id.

See Also:
Constant Field Values

SIZEOF

static final int SIZEOF
RegularExpression Id.

See Also:
Constant Field Values

SWITCH

static final int SWITCH
RegularExpression Id.

See Also:
Constant Field Values

RETURN

static final int RETURN
RegularExpression Id.

See Also:
Constant Field Values

EXTERN

static final int EXTERN
RegularExpression Id.

See Also:
Constant Field Values

STRUCT

static final int STRUCT
RegularExpression Id.

See Also:
Constant Field Values

STATIC

static final int STATIC
RegularExpression Id.

See Also:
Constant Field Values

SIGNED

static final int SIGNED
RegularExpression Id.

See Also:
Constant Field Values

SCHAR

static final int SCHAR
RegularExpression Id.

See Also:
Constant Field Values

SINT32

static final int SINT32
RegularExpression Id.

See Also:
Constant Field Values

INT32_T

static final int INT32_T
RegularExpression Id.

See Also:
Constant Field Values

WHILE

static final int WHILE
RegularExpression Id.

See Also:
Constant Field Values

BREAK

static final int BREAK
RegularExpression Id.

See Also:
Constant Field Values

UNION

static final int UNION
RegularExpression Id.

See Also:
Constant Field Values

CONST

static final int CONST
RegularExpression Id.

See Also:
Constant Field Values

FLOAT

static final int FLOAT
RegularExpression Id.

See Also:
Constant Field Values

ELSE

static final int ELSE
RegularExpression Id.

See Also:
Constant Field Values

CASE

static final int CASE
RegularExpression Id.

See Also:
Constant Field Values

ENUM

static final int ENUM
RegularExpression Id.

See Also:
Constant Field Values

AUTO

static final int AUTO
RegularExpression Id.

See Also:
Constant Field Values

VOID

static final int VOID
RegularExpression Id.

See Also:
Constant Field Values

CHAR

static final int CHAR
RegularExpression Id.

See Also:
Constant Field Values

GOTO

static final int GOTO
RegularExpression Id.

See Also:
Constant Field Values

FOR

static final int FOR
RegularExpression Id.

See Also:
Constant Field Values

IF

static final int IF
RegularExpression Id.

See Also:
Constant Field Values

DO

static final int DO
RegularExpression Id.

See Also:
Constant Field Values

IBACTION

static final int IBACTION
RegularExpression Id.

See Also:
Constant Field Values

IBOUTLET

static final int IBOUTLET
RegularExpression Id.

See Also:
Constant Field Values

ID

static final int ID
RegularExpression Id.

See Also:
Constant Field Values

SEL

static final int SEL
RegularExpression Id.

See Also:
Constant Field Values

IMP

static final int IMP
RegularExpression Id.

See Also:
Constant Field Values

CLASS

static final int CLASS
RegularExpression Id.

See Also:
Constant Field Values

NIL

static final int NIL
RegularExpression Id.

See Also:
Constant Field Values

PROTOCOL_QUALIFIER_EXCEPT_IN

static final int PROTOCOL_QUALIFIER_EXCEPT_IN
RegularExpression Id.

See Also:
Constant Field Values

LEFT_PAREN

static final int LEFT_PAREN
RegularExpression Id.

See Also:
Constant Field Values

RIGHT_PAREN

static final int RIGHT_PAREN
RegularExpression Id.

See Also:
Constant Field Values

LEFT_SQUARE

static final int LEFT_SQUARE
RegularExpression Id.

See Also:
Constant Field Values

RIGHT_SQUARE

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

SEMICOLON

static final int SEMICOLON
RegularExpression Id.

See Also:
Constant Field Values

AT_IMPLEMENTATION

static final int AT_IMPLEMENTATION
RegularExpression Id.

See Also:
Constant Field Values

AT_INTERFACE

static final int AT_INTERFACE
RegularExpression Id.

See Also:
Constant Field Values

AT_PROTOCOL

static final int AT_PROTOCOL
RegularExpression Id.

See Also:
Constant Field Values

AT_ENCODE

static final int AT_ENCODE
RegularExpression Id.

See Also:
Constant Field Values

AT_SYNCHRONIZED

static final int AT_SYNCHRONIZED
RegularExpression Id.

See Also:
Constant Field Values

AT_SELECTOR

static final int AT_SELECTOR
RegularExpression Id.

See Also:
Constant Field Values

AT_END

static final int AT_END
RegularExpression Id.

See Also:
Constant Field Values

AT_DEFS

static final int AT_DEFS
RegularExpression Id.

See Also:
Constant Field Values

AT_CLASS

static final int AT_CLASS
RegularExpression Id.

See Also:
Constant Field Values

AT_TRY

static final int AT_TRY
RegularExpression Id.

See Also:
Constant Field Values

AT_THROW

static final int AT_THROW
RegularExpression Id.

See Also:
Constant Field Values

AT_CATCH

static final int AT_CATCH
RegularExpression Id.

See Also:
Constant Field Values

AT_FINALLY

static final int AT_FINALLY
RegularExpression Id.

See Also:
Constant Field Values

AT_PRIVATE

static final int AT_PRIVATE
RegularExpression Id.

See Also:
Constant Field Values

AT_PACKAGE

static final int AT_PACKAGE
RegularExpression Id.

See Also:
Constant Field Values

AT_PUBLIC

static final int AT_PUBLIC
RegularExpression Id.

See Also:
Constant Field Values

AT_PROTECTED

static final int AT_PROTECTED
RegularExpression Id.

See Also:
Constant Field Values

AT_PROPERTY

static final int AT_PROPERTY
RegularExpression Id.

See Also:
Constant Field Values

AT_SYNTHESIZE

static final int AT_SYNTHESIZE
RegularExpression Id.

See Also:
Constant Field Values

AT_DYNAMIC

static final int AT_DYNAMIC
RegularExpression Id.

See Also:
Constant Field Values

AT_OPTIONAL

static final int AT_OPTIONAL
RegularExpression Id.

See Also:
Constant Field Values

AT_REQUIRED

static final int AT_REQUIRED
RegularExpression Id.

See Also:
Constant Field Values

AT_AUTORELEASEPOOL

static final int AT_AUTORELEASEPOOL
RegularExpression Id.

See Also:
Constant Field Values

AT_COMPATIBILITY_ALIAS

static final int AT_COMPATIBILITY_ALIAS
RegularExpression Id.

See Also:
Constant Field Values

AT

static final int AT
RegularExpression Id.

See Also:
Constant Field Values

CGFLOAT

static final int CGFLOAT
RegularExpression Id.

See Also:
Constant Field Values

NSINTEGER

static final int NSINTEGER
RegularExpression Id.

See Also:
Constant Field Values

NSRECT

static final int NSRECT
RegularExpression Id.

See Also:
Constant Field Values

NSSIZE

static final int NSSIZE
RegularExpression Id.

See Also:
Constant Field Values

NSUINTEGER

static final int NSUINTEGER
RegularExpression Id.

See Also:
Constant Field Values

POSSIBLE_COCOA_TYPE

static final int POSSIBLE_COCOA_TYPE
RegularExpression Id.

See Also:
Constant Field Values

POSSIBLE_CORE_TYPE

static final int POSSIBLE_CORE_TYPE
RegularExpression Id.

See Also:
Constant Field Values

EXPORTED_CALLBACK

static final int EXPORTED_CALLBACK
RegularExpression Id.

See Also:
Constant Field Values

IDENT

static final int IDENT
RegularExpression Id.

See Also:
Constant Field Values

IDENT_NONDIGIT

static final int IDENT_NONDIGIT
RegularExpression Id.

See Also:
Constant Field Values

NONDIGIT

static final int NONDIGIT
RegularExpression Id.

See Also:
Constant Field Values

UNIVERSAL_CHARACTER_NAME

static final int UNIVERSAL_CHARACTER_NAME
RegularExpression Id.

See Also:
Constant Field Values

BLOCK

static final int BLOCK
RegularExpression Id.

See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
Lexical state.

See Also:
Constant Field Values

VOID_BLOCK

static final int VOID_BLOCK
Lexical state.

See Also:
Constant Field Values

PREPROCESSOR_OUTPUT

static final int PREPROCESSOR_OUTPUT
Lexical state.

See Also:
Constant Field Values

FORMAT_FUNC

static final int FORMAT_FUNC
Lexical state.

See Also:
Constant Field Values

FOAMAT_FUNC

static final int FOAMAT_FUNC
Lexical state.

See Also:
Constant Field Values

IN_MULTI_LINE_COMMENT

static final int IN_MULTI_LINE_COMMENT
Lexical state.

See Also:
Constant Field Values

tokenImage

static final String[] tokenImage
Literal token values.



Copyright © 2002–2015 InfoEther. All rights reserved.