org.xwiki.rendering.wikimodel.jspwiki.javacc
Interface JspWikiScannerConstants

All Known Implementing Classes:
JspWikiScanner, JspWikiScannerTokenManager

public interface JspWikiScannerConstants

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


Field Summary
static int ALPHA
          RegularExpression Id.
static int BR
          RegularExpression Id.
static int CELL
          RegularExpression Id.
static int CHAR
          RegularExpression Id.
static int D_BR
          RegularExpression Id.
static int D_DD
          RegularExpression Id.
static int D_ESCAPE
          RegularExpression Id.
static int D_FORMAT_SYMBOL
          RegularExpression Id.
static int D_HEADER
          RegularExpression Id.
static int D_HORLINE
          RegularExpression Id.
static int D_LIST_ITEM
          RegularExpression Id.
static int D_NL
          RegularExpression Id.
static int D_REFERENCE
          RegularExpression Id.
static int D_SPACE
          RegularExpression Id.
static int D_SPECIAL_SYMBOL
          RegularExpression Id.
static int D_TABLE_CELL
          RegularExpression Id.
static int D_TABLE_ROW
          RegularExpression Id.
static int D_URI
          RegularExpression Id.
static int D_VERBATIM_BLOCK
          RegularExpression Id.
static int D_VERBATIM_INLINE
          RegularExpression Id.
static int D_WORD
          RegularExpression Id.
static int DD
          RegularExpression Id.
static int DEFAULT
          Lexical state.
static int DIGIT
          RegularExpression Id.
static int EOF
          End of File.
static int ESCAPE
          RegularExpression Id.
static int FORMAT_SYMBOL
          RegularExpression Id.
static int HEADER
          RegularExpression Id.
static int HEXDIG
          RegularExpression Id.
static int HORLINE
          RegularExpression Id.
static int I_BR
          RegularExpression Id.
static int I_DD
          RegularExpression Id.
static int I_ESCAPE
          RegularExpression Id.
static int I_FORMAT_SYMBOL
          RegularExpression Id.
static int I_HEADER
          RegularExpression Id.
static int I_HORLINE
          RegularExpression Id.
static int I_LIST_ITEM
          RegularExpression Id.
static int I_NL
          RegularExpression Id.
static int I_REFERENCE
          RegularExpression Id.
static int I_SPACE
          RegularExpression Id.
static int I_SPECIAL_SYMBOL
          RegularExpression Id.
static int I_TABLE_CELL
          RegularExpression Id.
static int I_TABLE_ROW
          RegularExpression Id.
static int I_URI
          RegularExpression Id.
static int I_VERBATIM_BLOCK
          RegularExpression Id.
static int I_VERBATIM_INLINE
          RegularExpression Id.
static int I_WORD
          RegularExpression Id.
static int INITIAL_CONTEXT
          Lexical state.
static int LI
          RegularExpression Id.
static int LI_SYMBOL
          RegularExpression Id.
static int NEW_LINE
          RegularExpression Id.
static int REFERENCE
          RegularExpression Id.
static int SPACE
          RegularExpression Id.
static int SPECIAL_SYMBOL
          RegularExpression Id.
static String[] tokenImage
          Literal token values.
static int URI
          RegularExpression Id.
static int URI_AUTHORITY
          RegularExpression Id.
static int URI_FRAGMENT
          RegularExpression Id.
static int URI_GEN_DELIMS
          RegularExpression Id.
static int URI_HIER_PART
          RegularExpression Id.
static int URI_HOST
          RegularExpression Id.
static int URI_PATH_ABEMPTY
          RegularExpression Id.
static int URI_PATH_ABSOLUTE
          RegularExpression Id.
static int URI_PATH_ROOTLESS
          RegularExpression Id.
static int URI_PCHAR
          RegularExpression Id.
static int URI_PCHAR_FIRST
          RegularExpression Id.
static int URI_PCT_ENCODED
          RegularExpression Id.
static int URI_PORT
          RegularExpression Id.
static int URI_QUERY
          RegularExpression Id.
static int URI_REG_NAME
          RegularExpression Id.
static int URI_RESERVED
          RegularExpression Id.
static int URI_SCHEME
          RegularExpression Id.
static int URI_SCHEME_COMPOSITE
          RegularExpression Id.
static int URI_SEGMENT
          RegularExpression Id.
static int URI_SEGMENT_NZ
          RegularExpression Id.
static int URI_SEGMENT_NZ_NC
          RegularExpression Id.
static int URI_SUB_DELIMS
          RegularExpression Id.
static int URI_UNRESERVED
          RegularExpression Id.
static int URI_USERINFO
          RegularExpression Id.
static int VERBATIM
          RegularExpression Id.
static int VERBATIM_INLINE
          RegularExpression Id.
 

Field Detail

EOF

static final int EOF
End of File.

See Also:
Constant Field Values

LI_SYMBOL

static final int LI_SYMBOL
RegularExpression Id.

See Also:
Constant Field Values

LI

static final int LI
RegularExpression Id.

See Also:
Constant Field Values

HEADER

static final int HEADER
RegularExpression Id.

See Also:
Constant Field Values

ESCAPE

static final int ESCAPE
RegularExpression Id.

See Also:
Constant Field Values

BR

static final int BR
RegularExpression Id.

See Also:
Constant Field Values

VERBATIM

static final int VERBATIM
RegularExpression Id.

See Also:
Constant Field Values

VERBATIM_INLINE

static final int VERBATIM_INLINE
RegularExpression Id.

See Also:
Constant Field Values

REFERENCE

static final int REFERENCE
RegularExpression Id.

See Also:
Constant Field Values

HORLINE

static final int HORLINE
RegularExpression Id.

See Also:
Constant Field Values

CELL

static final int CELL
RegularExpression Id.

See Also:
Constant Field Values

DD

static final int DD
RegularExpression Id.

See Also:
Constant Field Values

FORMAT_SYMBOL

static final int FORMAT_SYMBOL
RegularExpression Id.

See Also:
Constant Field Values

NEW_LINE

static final int NEW_LINE
RegularExpression Id.

See Also:
Constant Field Values

SPACE

static final int SPACE
RegularExpression Id.

See Also:
Constant Field Values

SPECIAL_SYMBOL

static final int SPECIAL_SYMBOL
RegularExpression Id.

See Also:
Constant Field Values

CHAR

static final int CHAR
RegularExpression Id.

See Also:
Constant Field Values

URI

static final int URI
RegularExpression Id.

See Also:
Constant Field Values

ALPHA

static final int ALPHA
RegularExpression Id.

See Also:
Constant Field Values

DIGIT

static final int DIGIT
RegularExpression Id.

See Also:
Constant Field Values

HEXDIG

static final int HEXDIG
RegularExpression Id.

See Also:
Constant Field Values

URI_GEN_DELIMS

static final int URI_GEN_DELIMS
RegularExpression Id.

See Also:
Constant Field Values

URI_SUB_DELIMS

static final int URI_SUB_DELIMS
RegularExpression Id.

See Also:
Constant Field Values

URI_UNRESERVED

static final int URI_UNRESERVED
RegularExpression Id.

See Also:
Constant Field Values

URI_RESERVED

static final int URI_RESERVED
RegularExpression Id.

See Also:
Constant Field Values

URI_SCHEME

static final int URI_SCHEME
RegularExpression Id.

See Also:
Constant Field Values

URI_SCHEME_COMPOSITE

static final int URI_SCHEME_COMPOSITE
RegularExpression Id.

See Also:
Constant Field Values

URI_PCT_ENCODED

static final int URI_PCT_ENCODED
RegularExpression Id.

See Also:
Constant Field Values

URI_PCHAR_FIRST

static final int URI_PCHAR_FIRST
RegularExpression Id.

See Also:
Constant Field Values

URI_PCHAR

static final int URI_PCHAR
RegularExpression Id.

See Also:
Constant Field Values

URI_QUERY

static final int URI_QUERY
RegularExpression Id.

See Also:
Constant Field Values

URI_FRAGMENT

static final int URI_FRAGMENT
RegularExpression Id.

See Also:
Constant Field Values

URI_HIER_PART

static final int URI_HIER_PART
RegularExpression Id.

See Also:
Constant Field Values

URI_AUTHORITY

static final int URI_AUTHORITY
RegularExpression Id.

See Also:
Constant Field Values

URI_USERINFO

static final int URI_USERINFO
RegularExpression Id.

See Also:
Constant Field Values

URI_PATH_ABEMPTY

static final int URI_PATH_ABEMPTY
RegularExpression Id.

See Also:
Constant Field Values

URI_PATH_ABSOLUTE

static final int URI_PATH_ABSOLUTE
RegularExpression Id.

See Also:
Constant Field Values

URI_PATH_ROOTLESS

static final int URI_PATH_ROOTLESS
RegularExpression Id.

See Also:
Constant Field Values

URI_SEGMENT

static final int URI_SEGMENT
RegularExpression Id.

See Also:
Constant Field Values

URI_SEGMENT_NZ

static final int URI_SEGMENT_NZ
RegularExpression Id.

See Also:
Constant Field Values

URI_SEGMENT_NZ_NC

static final int URI_SEGMENT_NZ_NC
RegularExpression Id.

See Also:
Constant Field Values

URI_PORT

static final int URI_PORT
RegularExpression Id.

See Also:
Constant Field Values

URI_HOST

static final int URI_HOST
RegularExpression Id.

See Also:
Constant Field Values

URI_REG_NAME

static final int URI_REG_NAME
RegularExpression Id.

See Also:
Constant Field Values

I_ESCAPE

static final int I_ESCAPE
RegularExpression Id.

See Also:
Constant Field Values

I_LIST_ITEM

static final int I_LIST_ITEM
RegularExpression Id.

See Also:
Constant Field Values

I_TABLE_ROW

static final int I_TABLE_ROW
RegularExpression Id.

See Also:
Constant Field Values

I_HEADER

static final int I_HEADER
RegularExpression Id.

See Also:
Constant Field Values

I_VERBATIM_BLOCK

static final int I_VERBATIM_BLOCK
RegularExpression Id.

See Also:
Constant Field Values

I_HORLINE

static final int I_HORLINE
RegularExpression Id.

See Also:
Constant Field Values

I_REFERENCE

static final int I_REFERENCE
RegularExpression Id.

See Also:
Constant Field Values

I_TABLE_CELL

static final int I_TABLE_CELL
RegularExpression Id.

See Also:
Constant Field Values

I_DD

static final int I_DD
RegularExpression Id.

See Also:
Constant Field Values

I_VERBATIM_INLINE

static final int I_VERBATIM_INLINE
RegularExpression Id.

See Also:
Constant Field Values

I_FORMAT_SYMBOL

static final int I_FORMAT_SYMBOL
RegularExpression Id.

See Also:
Constant Field Values

I_BR

static final int I_BR
RegularExpression Id.

See Also:
Constant Field Values

I_URI

static final int I_URI
RegularExpression Id.

See Also:
Constant Field Values

I_NL

static final int I_NL
RegularExpression Id.

See Also:
Constant Field Values

I_SPACE

static final int I_SPACE
RegularExpression Id.

See Also:
Constant Field Values

I_WORD

static final int I_WORD
RegularExpression Id.

See Also:
Constant Field Values

I_SPECIAL_SYMBOL

static final int I_SPECIAL_SYMBOL
RegularExpression Id.

See Also:
Constant Field Values

D_ESCAPE

static final int D_ESCAPE
RegularExpression Id.

See Also:
Constant Field Values

D_LIST_ITEM

static final int D_LIST_ITEM
RegularExpression Id.

See Also:
Constant Field Values

D_TABLE_ROW

static final int D_TABLE_ROW
RegularExpression Id.

See Also:
Constant Field Values

D_HEADER

static final int D_HEADER
RegularExpression Id.

See Also:
Constant Field Values

D_VERBATIM_BLOCK

static final int D_VERBATIM_BLOCK
RegularExpression Id.

See Also:
Constant Field Values

D_HORLINE

static final int D_HORLINE
RegularExpression Id.

See Also:
Constant Field Values

D_REFERENCE

static final int D_REFERENCE
RegularExpression Id.

See Also:
Constant Field Values

D_TABLE_CELL

static final int D_TABLE_CELL
RegularExpression Id.

See Also:
Constant Field Values

D_DD

static final int D_DD
RegularExpression Id.

See Also:
Constant Field Values

D_VERBATIM_INLINE

static final int D_VERBATIM_INLINE
RegularExpression Id.

See Also:
Constant Field Values

D_FORMAT_SYMBOL

static final int D_FORMAT_SYMBOL
RegularExpression Id.

See Also:
Constant Field Values

D_BR

static final int D_BR
RegularExpression Id.

See Also:
Constant Field Values

D_URI

static final int D_URI
RegularExpression Id.

See Also:
Constant Field Values

D_NL

static final int D_NL
RegularExpression Id.

See Also:
Constant Field Values

D_SPACE

static final int D_SPACE
RegularExpression Id.

See Also:
Constant Field Values

D_WORD

static final int D_WORD
RegularExpression Id.

See Also:
Constant Field Values

D_SPECIAL_SYMBOL

static final int D_SPECIAL_SYMBOL
RegularExpression Id.

See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
Lexical state.

See Also:
Constant Field Values

INITIAL_CONTEXT

static final int INITIAL_CONTEXT
Lexical state.

See Also:
Constant Field Values

tokenImage

static final String[] tokenImage
Literal token values.