edu.stanford.nlp.semgrex
Interface SemgrexParserConstants

All Known Implementing Classes:
SemgrexParserTokenManager

public interface SemgrexParserConstants

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


Field Summary
static int ALIGNRELN
          RegularExpression Id.
static int DEFAULT
          Lexical state.
static int EMPTY
          RegularExpression Id.
static int EOF
          End of File.
static int IDENTIFIER
          RegularExpression Id.
static int NUMBER
          RegularExpression Id.
static int REGEX
          RegularExpression Id.
static int RELATION
          RegularExpression Id.
static int ROOT
          RegularExpression Id.
static java.lang.String[] tokenImage
          Literal token values.
 

Field Detail

EOF

static final int EOF
End of File.

See Also:
Constant Field Values

RELATION

static final int RELATION
RegularExpression Id.

See Also:
Constant Field Values

ALIGNRELN

static final int ALIGNRELN
RegularExpression Id.

See Also:
Constant Field Values

IDENTIFIER

static final int IDENTIFIER
RegularExpression Id.

See Also:
Constant Field Values

NUMBER

static final int NUMBER
RegularExpression Id.

See Also:
Constant Field Values

EMPTY

static final int EMPTY
RegularExpression Id.

See Also:
Constant Field Values

ROOT

static final int ROOT
RegularExpression Id.

See Also:
Constant Field Values

REGEX

static final int REGEX
RegularExpression Id.

See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
Lexical state.

See Also:
Constant Field Values

tokenImage

static final java.lang.String[] tokenImage
Literal token values.



Stanford NLP Group