org.wikimodel.wem.xwiki.javacc
Interface XWikiScannerConstants

All Known Implementing Classes:
XWikiScanner, XWikiScannerTokenManager

public interface XWikiScannerConstants

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_BLOCK_PARAMS
          RegularExpression Id.
static int D_BR
          RegularExpression Id.
static int D_DOC_BEGIN
          RegularExpression Id.
static int D_DOC_END
          RegularExpression Id.
static int D_FORMAT_SYMBOL
          RegularExpression Id.
static int D_HEADER_BEGIN
          RegularExpression Id.
static int D_HEADER_END
          RegularExpression Id.
static int D_HORLINE
          RegularExpression Id.
static int D_INLINE_PARAMS
          RegularExpression Id.
static int D_LIST_ITEM
          RegularExpression Id.
static int D_MACRO_EMPTY
          RegularExpression Id.
static int D_MACRO_START
          RegularExpression Id.
static int D_NL
          RegularExpression Id.
static int D_QUOT_LINE
          RegularExpression Id.
static int D_REFERENCE
          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_VERBATIM_START
          RegularExpression Id.
static int D_WORD
          RegularExpression Id.
static int D_XWIKI_SPACE
          RegularExpression Id.
static int D_XWIKI_URI
          RegularExpression Id.
static int DEFAULT
          Lexical state.
static int DIGIT
          RegularExpression Id.
static int DOC_BEGIN
          RegularExpression Id.
static int DOC_END
          RegularExpression Id.
static int EOF
          End of File.
static int FORMAT_SYMBOL
          RegularExpression Id.
static int HEADER
          RegularExpression Id.
static int HEXDIG
          RegularExpression Id.
static int HORLINE
          RegularExpression Id.
static int I_BLOCK_PARAMS
          RegularExpression Id.
static int I_BR
          RegularExpression Id.
static int I_DOC_BEGIN
          RegularExpression Id.
static int I_DOC_END
          RegularExpression Id.
static int I_FORMAT_SYMBOL
          RegularExpression Id.
static int I_HEADER_BEGIN
          RegularExpression Id.
static int I_HEADER_END
          RegularExpression Id.
static int I_HORLINE
          RegularExpression Id.
static int I_INLINE_PARAMS
          RegularExpression Id.
static int I_LIST_ITEM
          RegularExpression Id.
static int I_MACRO_EMPTY
          RegularExpression Id.
static int I_MACRO_START
          RegularExpression Id.
static int I_NL
          RegularExpression Id.
static int I_QUOT_LINE
          RegularExpression Id.
static int I_REFERENCE
          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_VERBATIM_START
          RegularExpression Id.
static int I_WORD
          RegularExpression Id.
static int I_XWIKI_SPACE
          RegularExpression Id.
static int I_XWIKI_URI
          RegularExpression Id.
static int INITIAL_CONTEXT
          Lexical state.
static int INTERNAL_MACRO_CONTENT
          RegularExpression Id.
static int INTERNAL_MACRO_END
          RegularExpression Id.
static int INTERNAL_MACRO_START
          RegularExpression Id.
static int INTERNAL_VERBATIM_CONTENT
          RegularExpression Id.
static int INTERNAL_VERBATIM_END
          RegularExpression Id.
static int INTERNAL_VERBATIM_START
          RegularExpression Id.
static int LI
          RegularExpression Id.
static int MACRO_CONTENT
          RegularExpression Id.
static int MACRO_CONTEXT
          Lexical state.
static int MACRO_EMPTY
          RegularExpression Id.
static int MACRO_END
          RegularExpression Id.
static int MACRO_NAME
          RegularExpression Id.
static int MACRO_PARAMS
          RegularExpression Id.
static int MACRO_START
          RegularExpression Id.
static int NEW_LINE
          RegularExpression Id.
static int PARAMS
          RegularExpression Id.
static int QUOT_LINE
          RegularExpression Id.
static int REFERENCE
          RegularExpression Id.
static int REFERENCE_IMAGE
          RegularExpression Id.
static int SPACE
          RegularExpression Id.
static int SPECIAL_SYMBOL
          RegularExpression Id.
static java.lang.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_CONTENT
          RegularExpression Id.
static int VERBATIM_CONTEXT
          Lexical state.
static int VERBATIM_END
          RegularExpression Id.
static int VERBATIM_START
          RegularExpression Id.
static int XWIKI_CHAR
          RegularExpression Id.
static int XWIKI_SPACE
          RegularExpression Id.
static int XWIKI_SPECIAL_SYMBOL
          RegularExpression Id.
static int XWIKI_URI
          RegularExpression Id.
static int XWIKI_URI_URIS
          RegularExpression Id.
 

Field Detail

EOF

static final int EOF
End of File.

See Also:
Constant Field Values

INTERNAL_VERBATIM_START

static final int INTERNAL_VERBATIM_START
RegularExpression Id.

See Also:
Constant Field Values

INTERNAL_VERBATIM_END

static final int INTERNAL_VERBATIM_END
RegularExpression Id.

See Also:
Constant Field Values

INTERNAL_VERBATIM_CONTENT

static final int INTERNAL_VERBATIM_CONTENT
RegularExpression Id.

See Also:
Constant Field Values

INTERNAL_MACRO_START

static final int INTERNAL_MACRO_START
RegularExpression Id.

See Also:
Constant Field Values

INTERNAL_MACRO_END

static final int INTERNAL_MACRO_END
RegularExpression Id.

See Also:
Constant Field Values

INTERNAL_MACRO_CONTENT

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

BR

static final int BR
RegularExpression Id.

See Also:
Constant Field Values

DOC_BEGIN

static final int DOC_BEGIN
RegularExpression Id.

See Also:
Constant Field Values

DOC_END

static final int DOC_END
RegularExpression Id.

See Also:
Constant Field Values

VERBATIM_START

static final int VERBATIM_START
RegularExpression Id.

See Also:
Constant Field Values

VERBATIM_END

static final int VERBATIM_END
RegularExpression Id.

See Also:
Constant Field Values

VERBATIM_CONTENT

static final int VERBATIM_CONTENT
RegularExpression Id.

See Also:
Constant Field Values

MACRO_NAME

static final int MACRO_NAME
RegularExpression Id.

See Also:
Constant Field Values

MACRO_PARAMS

static final int MACRO_PARAMS
RegularExpression Id.

See Also:
Constant Field Values

MACRO_EMPTY

static final int MACRO_EMPTY
RegularExpression Id.

See Also:
Constant Field Values

MACRO_START

static final int MACRO_START
RegularExpression Id.

See Also:
Constant Field Values

MACRO_END

static final int MACRO_END
RegularExpression Id.

See Also:
Constant Field Values

MACRO_CONTENT

static final int MACRO_CONTENT
RegularExpression Id.

See Also:
Constant Field Values

REFERENCE_IMAGE

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

PARAMS

static final int PARAMS
RegularExpression Id.

See Also:
Constant Field Values

CELL

static final int CELL
RegularExpression Id.

See Also:
Constant Field Values

QUOT_LINE

static final int QUOT_LINE
RegularExpression Id.

See Also:
Constant Field Values

FORMAT_SYMBOL

static final int FORMAT_SYMBOL
RegularExpression Id.

See Also:
Constant Field Values

XWIKI_URI

static final int XWIKI_URI
RegularExpression Id.

See Also:
Constant Field Values

XWIKI_URI_URIS

static final int XWIKI_URI_URIS
RegularExpression Id.

See Also:
Constant Field Values

XWIKI_SPECIAL_SYMBOL

static final int XWIKI_SPECIAL_SYMBOL
RegularExpression Id.

See Also:
Constant Field Values

XWIKI_CHAR

static final int XWIKI_CHAR
RegularExpression Id.

See Also:
Constant Field Values

XWIKI_SPACE

static final int XWIKI_SPACE
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_DOC_BEGIN

static final int I_DOC_BEGIN
RegularExpression Id.

See Also:
Constant Field Values

I_DOC_END

static final int I_DOC_END
RegularExpression Id.

See Also:
Constant Field Values

I_LIST_ITEM

static final int I_LIST_ITEM
RegularExpression Id.

See Also:
Constant Field Values

I_HEADER_BEGIN

static final int I_HEADER_BEGIN
RegularExpression Id.

See Also:
Constant Field Values

I_HEADER_END

static final int I_HEADER_END
RegularExpression Id.

See Also:
Constant Field Values

I_HORLINE

static final int I_HORLINE
RegularExpression Id.

See Also:
Constant Field Values

I_TABLE_ROW

static final int I_TABLE_ROW
RegularExpression Id.

See Also:
Constant Field Values

I_TABLE_CELL

static final int I_TABLE_CELL
RegularExpression Id.

See Also:
Constant Field Values

I_REFERENCE

static final int I_REFERENCE
RegularExpression Id.

See Also:
Constant Field Values

I_VERBATIM_START

static final int I_VERBATIM_START
RegularExpression Id.

See Also:
Constant Field Values

I_MACRO_EMPTY

static final int I_MACRO_EMPTY
RegularExpression Id.

See Also:
Constant Field Values

I_MACRO_START

static final int I_MACRO_START
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_BLOCK_PARAMS

static final int I_BLOCK_PARAMS
RegularExpression Id.

See Also:
Constant Field Values

I_INLINE_PARAMS

static final int I_INLINE_PARAMS
RegularExpression Id.

See Also:
Constant Field Values

I_QUOT_LINE

static final int I_QUOT_LINE
RegularExpression Id.

See Also:
Constant Field Values

I_XWIKI_URI

static final int I_XWIKI_URI
RegularExpression Id.

See Also:
Constant Field Values

I_XWIKI_SPACE

static final int I_XWIKI_SPACE
RegularExpression Id.

See Also:
Constant Field Values

I_NL

static final int I_NL
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_DOC_BEGIN

static final int D_DOC_BEGIN
RegularExpression Id.

See Also:
Constant Field Values

D_DOC_END

static final int D_DOC_END
RegularExpression Id.

See Also:
Constant Field Values

D_LIST_ITEM

static final int D_LIST_ITEM
RegularExpression Id.

See Also:
Constant Field Values

D_HEADER_BEGIN

static final int D_HEADER_BEGIN
RegularExpression Id.

See Also:
Constant Field Values

D_HEADER_END

static final int D_HEADER_END
RegularExpression Id.

See Also:
Constant Field Values

D_HORLINE

static final int D_HORLINE
RegularExpression Id.

See Also:
Constant Field Values

D_TABLE_ROW

static final int D_TABLE_ROW
RegularExpression Id.

See Also:
Constant Field Values

D_TABLE_CELL

static final int D_TABLE_CELL
RegularExpression Id.

See Also:
Constant Field Values

D_REFERENCE

static final int D_REFERENCE
RegularExpression Id.

See Also:
Constant Field Values

D_VERBATIM_START

static final int D_VERBATIM_START
RegularExpression Id.

See Also:
Constant Field Values

D_MACRO_EMPTY

static final int D_MACRO_EMPTY
RegularExpression Id.

See Also:
Constant Field Values

D_MACRO_START

static final int D_MACRO_START
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_BLOCK_PARAMS

static final int D_BLOCK_PARAMS
RegularExpression Id.

See Also:
Constant Field Values

D_INLINE_PARAMS

static final int D_INLINE_PARAMS
RegularExpression Id.

See Also:
Constant Field Values

D_QUOT_LINE

static final int D_QUOT_LINE
RegularExpression Id.

See Also:
Constant Field Values

D_XWIKI_URI

static final int D_XWIKI_URI
RegularExpression Id.

See Also:
Constant Field Values

D_XWIKI_SPACE

static final int D_XWIKI_SPACE
RegularExpression Id.

See Also:
Constant Field Values

D_NL

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

VERBATIM_CONTEXT

static final int VERBATIM_CONTEXT
Lexical state.

See Also:
Constant Field Values

MACRO_CONTEXT

static final int MACRO_CONTEXT
Lexical state.

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 java.lang.String[] tokenImage
Literal token values.



Copyright © 2005-2009. All Rights Reserved.