eu.monnetproject.lemon.impl.io.turtle
Interface TurtleParserConstants

All Known Implementing Classes:
TurtleParser, TurtleParserTokenManager

public interface TurtleParserConstants

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


Field Summary
static int A2Z
          RegularExpression Id.
static int A2ZN
          RegularExpression Id.
static int ANON
          RegularExpression Id.
static int ARROW
          RegularExpression Id.
static int AT
          RegularExpression Id.
static int BASE
          RegularExpression Id.
static int BLANK_NODE_LABEL
          RegularExpression Id.
static int BOM
          RegularExpression Id.
static int CARROT
          RegularExpression Id.
static int COLON
          RegularExpression Id.
static int COMMA
          RegularExpression Id.
static int DATATYPE
          RegularExpression Id.
static int DECIMAL
          RegularExpression Id.
static int DEFAULT
          Lexical state.
static int DIGITS
          RegularExpression Id.
static int DOLLAR
          RegularExpression Id.
static int DOT
          RegularExpression Id.
static int DOUBLE
          RegularExpression Id.
static int ECHAR
          RegularExpression Id.
static int EOF
          End of File.
static int EQ
          RegularExpression Id.
static int EXPONENT
          RegularExpression Id.
static int FALSE
          RegularExpression Id.
static int FPATH
          RegularExpression Id.
static int INTEGER
          RegularExpression Id.
static int IRIref
          RegularExpression Id.
static int KW_A
          RegularExpression Id.
static int LANGTAG
          RegularExpression Id.
static int LBRACE
          RegularExpression Id.
static int LBRACKET
          RegularExpression Id.
static int LPAREN
          RegularExpression Id.
static int NIL
          RegularExpression Id.
static int PLING
          RegularExpression Id.
static int PN_CHARS
          RegularExpression Id.
static int PN_CHARS_BASE
          RegularExpression Id.
static int PN_CHARS_U
          RegularExpression Id.
static int PN_LOCAL
          RegularExpression Id.
static int PN_PREFIX
          RegularExpression Id.
static int PNAME_LN
          RegularExpression Id.
static int PNAME_NS
          RegularExpression Id.
static int PREFIX
          RegularExpression Id.
static int QMARK
          RegularExpression Id.
static int QUOTE_3D
          RegularExpression Id.
static int QUOTE_3S
          RegularExpression Id.
static int RBRACE
          RegularExpression Id.
static int RBRACKET
          RegularExpression Id.
static int RPAREN
          RegularExpression Id.
static int RPATH
          RegularExpression Id.
static int RSLASH
          RegularExpression Id.
static int SEMICOLON
          RegularExpression Id.
static int SINGLE_LINE_COMMENT
          RegularExpression Id.
static int SLASH
          RegularExpression Id.
static int STAR
          RegularExpression Id.
static int STRING_LITERAL_LONG1
          RegularExpression Id.
static int STRING_LITERAL_LONG2
          RegularExpression Id.
static int STRING_LITERAL1
          RegularExpression Id.
static int STRING_LITERAL2
          RegularExpression Id.
static int TILDE
          RegularExpression Id.
static String[] tokenImage
          Literal token values.
static int TRUE
          RegularExpression Id.
static int UNKNOWN
          RegularExpression Id.
static int VAR
          RegularExpression Id.
static int VARNAME
          RegularExpression Id.
static int VBAR
          RegularExpression Id.
static int WS
          RegularExpression Id.
 

Field Detail

EOF

static final int EOF
End of File.

See Also:
Constant Field Values

PLING

static final int PLING
RegularExpression Id.

See Also:
Constant Field Values

VBAR

static final int VBAR
RegularExpression Id.

See Also:
Constant Field Values

CARROT

static final int CARROT
RegularExpression Id.

See Also:
Constant Field Values

FPATH

static final int FPATH
RegularExpression Id.

See Also:
Constant Field Values

RPATH

static final int RPATH
RegularExpression Id.

See Also:
Constant Field Values

WS

static final int WS
RegularExpression Id.

See Also:
Constant Field Values

SINGLE_LINE_COMMENT

static final int SINGLE_LINE_COMMENT
RegularExpression Id.

See Also:
Constant Field Values

KW_A

static final int KW_A
RegularExpression Id.

See Also:
Constant Field Values

PREFIX

static final int PREFIX
RegularExpression Id.

See Also:
Constant Field Values

BASE

static final int BASE
RegularExpression Id.

See Also:
Constant Field Values

TRUE

static final int TRUE
RegularExpression Id.

See Also:
Constant Field Values

FALSE

static final int FALSE
RegularExpression Id.

See Also:
Constant Field Values

INTEGER

static final int INTEGER
RegularExpression Id.

See Also:
Constant Field Values

DECIMAL

static final int DECIMAL
RegularExpression Id.

See Also:
Constant Field Values

DOUBLE

static final int DOUBLE
RegularExpression Id.

See Also:
Constant Field Values

EXPONENT

static final int EXPONENT
RegularExpression Id.

See Also:
Constant Field Values

QUOTE_3D

static final int QUOTE_3D
RegularExpression Id.

See Also:
Constant Field Values

QUOTE_3S

static final int QUOTE_3S
RegularExpression Id.

See Also:
Constant Field Values

ECHAR

static final int ECHAR
RegularExpression Id.

See Also:
Constant Field Values

STRING_LITERAL1

static final int STRING_LITERAL1
RegularExpression Id.

See Also:
Constant Field Values

STRING_LITERAL2

static final int STRING_LITERAL2
RegularExpression Id.

See Also:
Constant Field Values

STRING_LITERAL_LONG1

static final int STRING_LITERAL_LONG1
RegularExpression Id.

See Also:
Constant Field Values

STRING_LITERAL_LONG2

static final int STRING_LITERAL_LONG2
RegularExpression Id.

See Also:
Constant Field Values

DIGITS

static final int DIGITS
RegularExpression Id.

See Also:
Constant Field Values

IRIref

static final int IRIref
RegularExpression Id.

See Also:
Constant Field Values

PNAME_NS

static final int PNAME_NS
RegularExpression Id.

See Also:
Constant Field Values

PNAME_LN

static final int PNAME_LN
RegularExpression Id.

See Also:
Constant Field Values

BLANK_NODE_LABEL

static final int BLANK_NODE_LABEL
RegularExpression Id.

See Also:
Constant Field Values

VAR

static final int VAR
RegularExpression Id.

See Also:
Constant Field Values

LANGTAG

static final int LANGTAG
RegularExpression Id.

See Also:
Constant Field Values

A2Z

static final int A2Z
RegularExpression Id.

See Also:
Constant Field Values

A2ZN

static final int A2ZN
RegularExpression Id.

See Also:
Constant Field Values

LPAREN

static final int LPAREN
RegularExpression Id.

See Also:
Constant Field Values

RPAREN

static final int RPAREN
RegularExpression Id.

See Also:
Constant Field Values

NIL

static final int NIL
RegularExpression Id.

See Also:
Constant Field Values

LBRACE

static final int LBRACE
RegularExpression Id.

See Also:
Constant Field Values

RBRACE

static final int RBRACE
RegularExpression Id.

See Also:
Constant Field Values

LBRACKET

static final int LBRACKET
RegularExpression Id.

See Also:
Constant Field Values

RBRACKET

static final int RBRACKET
RegularExpression Id.

See Also:
Constant Field Values

ANON

static final int ANON
RegularExpression Id.

See Also:
Constant Field Values

SEMICOLON

static final int SEMICOLON
RegularExpression Id.

See Also:
Constant Field Values

COMMA

static final int COMMA
RegularExpression Id.

See Also:
Constant Field Values

DOT

static final int DOT
RegularExpression Id.

See Also:
Constant Field Values

EQ

static final int EQ
RegularExpression Id.

See Also:
Constant Field Values

ARROW

static final int ARROW
RegularExpression Id.

See Also:
Constant Field Values

DOLLAR

static final int DOLLAR
RegularExpression Id.

See Also:
Constant Field Values

QMARK

static final int QMARK
RegularExpression Id.

See Also:
Constant Field Values

TILDE

static final int TILDE
RegularExpression Id.

See Also:
Constant Field Values

COLON

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

RSLASH

static final int RSLASH
RegularExpression Id.

See Also:
Constant Field Values

BOM

static final int BOM
RegularExpression Id.

See Also:
Constant Field Values

DATATYPE

static final int DATATYPE
RegularExpression Id.

See Also:
Constant Field Values

AT

static final int AT
RegularExpression Id.

See Also:
Constant Field Values

PN_CHARS_BASE

static final int PN_CHARS_BASE
RegularExpression Id.

See Also:
Constant Field Values

PN_CHARS_U

static final int PN_CHARS_U
RegularExpression Id.

See Also:
Constant Field Values

PN_CHARS

static final int PN_CHARS
RegularExpression Id.

See Also:
Constant Field Values

PN_PREFIX

static final int PN_PREFIX
RegularExpression Id.

See Also:
Constant Field Values

PN_LOCAL

static final int PN_LOCAL
RegularExpression Id.

See Also:
Constant Field Values

VARNAME

static final int VARNAME
RegularExpression Id.

See Also:
Constant Field Values

UNKNOWN

static final int UNKNOWN
RegularExpression Id.

See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
Lexical state.

See Also:
Constant Field Values

tokenImage

static final String[] tokenImage
Literal token values.



Copyright © 2012. All Rights Reserved.