org.xwiki.rendering.wikimodel.xwiki.xwiki20.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 ATTACH
          RegularExpression Id.
static int BEGINNING_OF_LINE
          Lexical state.
static int BLOCK_END
          RegularExpression Id.
static int BLOCK_PARAMETERS
          RegularExpression Id.
static int BR
          RegularExpression Id.
static int CELL
          RegularExpression Id.
static int CHAR
          RegularExpression Id.
static int D_ATTACH
          RegularExpression Id.
static int D_IMAGE
          RegularExpression Id.
static int D_REFERENCE
          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 DOC_PARAMETERS
          RegularExpression Id.
static int DOUBLE_QUOTED
          RegularExpression Id.
static int EM
          RegularExpression Id.
static int EMPTY_LINE
          RegularExpression Id.
static int EOF
          End of File.
static int HCELL
          RegularExpression Id.
static int HEADER_BEGIN
          RegularExpression Id.
static int HEADER_BEGIN_PATTERN
          RegularExpression Id.
static int HEADER_CONTEXT
          Lexical state.
static int HEADER_END
          RegularExpression Id.
static int HEADER_END_EMPTY_LINE
          RegularExpression Id.
static int HEADER_END_INLINE
          RegularExpression Id.
static int HEXDIG
          RegularExpression Id.
static int HORLINE
          RegularExpression Id.
static int IMAGE
          RegularExpression Id.
static int INLINE
          Lexical state.
static int INLINE_PARAMETERS
          RegularExpression Id.
static int INS
          RegularExpression Id.
static int INTERNAL_MACRO_START
          RegularExpression Id.
static int INTERNAL_VERBATIM_START
          RegularExpression Id.
static int LIST_ITEM
          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 MONO
          RegularExpression Id.
static int NEW_HEADER_BEGIN
          RegularExpression Id.
static int NEW_LINE
          RegularExpression Id.
static int NL
          RegularExpression Id.
static int NL_BEGINING_OF_LINE
          RegularExpression Id.
static int PARAMS
          RegularExpression Id.
static int QUOT_LINE_BEGIN
          RegularExpression Id.
static int REFERENCE
          RegularExpression Id.
static int REFERENCE_IMAGE
          RegularExpression Id.
static int SINGLE_QUOTED
          RegularExpression Id.
static int SPACE
          RegularExpression Id.
static int SPECIAL_SYMBOL
          RegularExpression Id.
static int STRIKE
          RegularExpression Id.
static int STRONG
          RegularExpression Id.
static int SUB
          RegularExpression Id.
static int SUP
          RegularExpression Id.
static int TABLE_CELL
          RegularExpression Id.
static int TABLE_CONTEXT
          Lexical state.
static int TABLE_END_EMPTY_LINE
          RegularExpression Id.
static int TABLE_HCELL
          RegularExpression Id.
static int TABLE_ROW
          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_CONTENT
          RegularExpression Id.
static int VERBATIM_CONTEXT
          Lexical state.
static int VERBATIM_END
          RegularExpression Id.
static int VERBATIM_START
          RegularExpression Id.
static int WORD
          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

HEADER_BEGIN

static final int HEADER_BEGIN
RegularExpression Id.

See Also:
Constant Field Values

LIST_ITEM

static final int LIST_ITEM
RegularExpression Id.

See Also:
Constant Field Values

HORLINE

static final int HORLINE
RegularExpression Id.

See Also:
Constant Field Values

TABLE_ROW

static final int TABLE_ROW
RegularExpression Id.

See Also:
Constant Field Values

BLOCK_PARAMETERS

static final int BLOCK_PARAMETERS
RegularExpression Id.

See Also:
Constant Field Values

NL_BEGINING_OF_LINE

static final int NL_BEGINING_OF_LINE
RegularExpression Id.

See Also:
Constant Field Values

QUOT_LINE_BEGIN

static final int QUOT_LINE_BEGIN
RegularExpression Id.

See Also:
Constant Field Values

TABLE_HCELL

static final int TABLE_HCELL
RegularExpression Id.

See Also:
Constant Field Values

TABLE_CELL

static final int TABLE_CELL
RegularExpression Id.

See Also:
Constant Field Values

HEADER_END

static final int HEADER_END
RegularExpression Id.

See Also:
Constant Field Values

HEADER_END_INLINE

static final int HEADER_END_INLINE
RegularExpression Id.

See Also:
Constant Field Values

NEW_HEADER_BEGIN

static final int NEW_HEADER_BEGIN
RegularExpression Id.

See Also:
Constant Field Values

INTERNAL_VERBATIM_START

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

INTERNAL_MACRO_START

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

PARAMS

static final int PARAMS
RegularExpression Id.

See Also:
Constant Field Values

DOUBLE_QUOTED

static final int DOUBLE_QUOTED
RegularExpression Id.

See Also:
Constant Field Values

SINGLE_QUOTED

static final int SINGLE_QUOTED
RegularExpression Id.

See Also:
Constant Field Values

HCELL

static final int HCELL
RegularExpression Id.

See Also:
Constant Field Values

CELL

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

HEADER_BEGIN_PATTERN

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

IMAGE

static final int IMAGE
RegularExpression Id.

See Also:
Constant Field Values

ATTACH

static final int ATTACH
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_CHAR

static final int XWIKI_CHAR
RegularExpression Id.

See Also:
Constant Field Values

EMPTY_LINE

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

DOC_PARAMETERS

static final int DOC_PARAMETERS
RegularExpression Id.

See Also:
Constant Field Values

INLINE_PARAMETERS

static final int INLINE_PARAMETERS
RegularExpression Id.

See Also:
Constant Field Values

DOC_BEGIN

static final int DOC_BEGIN
RegularExpression Id.

See Also:
Constant Field Values

D_REFERENCE

static final int D_REFERENCE
RegularExpression Id.

See Also:
Constant Field Values

VERBATIM_START

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

STRONG

static final int STRONG
RegularExpression Id.

See Also:
Constant Field Values

EM

static final int EM
RegularExpression Id.

See Also:
Constant Field Values

STRIKE

static final int STRIKE
RegularExpression Id.

See Also:
Constant Field Values

INS

static final int INS
RegularExpression Id.

See Also:
Constant Field Values

SUP

static final int SUP
RegularExpression Id.

See Also:
Constant Field Values

SUB

static final int SUB
RegularExpression Id.

See Also:
Constant Field Values

MONO

static final int MONO
RegularExpression Id.

See Also:
Constant Field Values

D_IMAGE

static final int D_IMAGE
RegularExpression Id.

See Also:
Constant Field Values

D_ATTACH

static final int D_ATTACH
RegularExpression Id.

See Also:
Constant Field Values

BR

static final int BR
RegularExpression Id.

See Also:
Constant Field Values

D_XWIKI_URI

static final int D_XWIKI_URI
RegularExpression Id.

See Also:
Constant Field Values

XWIKI_SPACE

static final int XWIKI_SPACE
RegularExpression Id.

See Also:
Constant Field Values

DOC_END

static final int DOC_END
RegularExpression Id.

See Also:
Constant Field Values

NL

static final int NL
RegularExpression Id.

See Also:
Constant Field Values

WORD

static final int WORD
RegularExpression Id.

See Also:
Constant Field Values

XWIKI_SPECIAL_SYMBOL

static final int XWIKI_SPECIAL_SYMBOL
RegularExpression Id.

See Also:
Constant Field Values

TABLE_END_EMPTY_LINE

static final int TABLE_END_EMPTY_LINE
RegularExpression Id.

See Also:
Constant Field Values

HEADER_END_EMPTY_LINE

static final int HEADER_END_EMPTY_LINE
RegularExpression Id.

See Also:
Constant Field Values

BLOCK_END

static final int BLOCK_END
RegularExpression Id.

See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
Lexical state.

See Also:
Constant Field Values

BEGINNING_OF_LINE

static final int BEGINNING_OF_LINE
Lexical state.

See Also:
Constant Field Values

TABLE_CONTEXT

static final int TABLE_CONTEXT
Lexical state.

See Also:
Constant Field Values

HEADER_CONTEXT

static final int HEADER_CONTEXT
Lexical state.

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

INLINE

static final int INLINE
Lexical state.

See Also:
Constant Field Values

tokenImage

static final String[] tokenImage
Literal token values.



Copyright © 2004–2013 XWiki. All rights reserved.