edu.upenn.gloDB.parser
Interface ParserConstants

All Known Implementing Classes:
Parser, ParserTokenManager

public interface ParserConstants


Field Summary
static int allTRACKS
           
static int AND
           
static int ASSIGN
           
static int bAND
           
static int bMINUS
           
static int bNOT
           
static int bOR
           
static int DEFAULT
           
static int EOF
           
static int EOL
           
static int EQUALS
           
static int FROM
           
static int HOOK
           
static int IGNORE
           
static int INTEGER
           
static int LENGTH
           
static int lGROUP
           
static int lLENGTH
           
static int lLENGTH2
           
static int lREPEAT
           
static int lSET
           
static int MINUS
           
static int nINTEGER
           
static int OBJECT
           
static int OR
           
static int PLUS
           
static int POS
           
static int POSITIONS
           
static int REPEATED
           
static int rGROUP
           
static int rLENGTH
           
static int rREPEAT
           
static int rSET
           
static int sAND
           
static int SEPARATOR
           
static int SEQUENCE
           
static int sMINUS
           
static int SP0
           
static int SP1
           
static int STAR
           
static int TIMES
           
static java.lang.String[] tokenImage
           
static int TRACK
           
static int WITHIN
           
 

Field Detail

EOF

static final int EOF
See Also:
Constant Field Values

SP0

static final int SP0
See Also:
Constant Field Values

SP1

static final int SP1
See Also:
Constant Field Values

EQUALS

static final int EQUALS
See Also:
Constant Field Values

SEPARATOR

static final int SEPARATOR
See Also:
Constant Field Values

INTEGER

static final int INTEGER
See Also:
Constant Field Values

nINTEGER

static final int nINTEGER
See Also:
Constant Field Values

lLENGTH

static final int lLENGTH
See Also:
Constant Field Values

lLENGTH2

static final int lLENGTH2
See Also:
Constant Field Values

rLENGTH

static final int rLENGTH
See Also:
Constant Field Values

LENGTH

static final int LENGTH
See Also:
Constant Field Values

FROM

static final int FROM
See Also:
Constant Field Values

lREPEAT

static final int lREPEAT
See Also:
Constant Field Values

rREPEAT

static final int rREPEAT
See Also:
Constant Field Values

lGROUP

static final int lGROUP
See Also:
Constant Field Values

rGROUP

static final int rGROUP
See Also:
Constant Field Values

lSET

static final int lSET
See Also:
Constant Field Values

rSET

static final int rSET
See Also:
Constant Field Values

IGNORE

static final int IGNORE
See Also:
Constant Field Values

POS

static final int POS
See Also:
Constant Field Values

AND

static final int AND
See Also:
Constant Field Values

sAND

static final int sAND
See Also:
Constant Field Values

OR

static final int OR
See Also:
Constant Field Values

MINUS

static final int MINUS
See Also:
Constant Field Values

sMINUS

static final int sMINUS
See Also:
Constant Field Values

bAND

static final int bAND
See Also:
Constant Field Values

bOR

static final int bOR
See Also:
Constant Field Values

bMINUS

static final int bMINUS
See Also:
Constant Field Values

bNOT

static final int bNOT
See Also:
Constant Field Values

HOOK

static final int HOOK
See Also:
Constant Field Values

PLUS

static final int PLUS
See Also:
Constant Field Values

STAR

static final int STAR
See Also:
Constant Field Values

EOL

static final int EOL
See Also:
Constant Field Values

WITHIN

static final int WITHIN
See Also:
Constant Field Values

TIMES

static final int TIMES
See Also:
Constant Field Values

REPEATED

static final int REPEATED
See Also:
Constant Field Values

POSITIONS

static final int POSITIONS
See Also:
Constant Field Values

allTRACKS

static final int allTRACKS
See Also:
Constant Field Values

OBJECT

static final int OBJECT
See Also:
Constant Field Values

ASSIGN

static final int ASSIGN
See Also:
Constant Field Values

TRACK

static final int TRACK
See Also:
Constant Field Values

SEQUENCE

static final int SEQUENCE
See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
See Also:
Constant Field Values

tokenImage

static final java.lang.String[] tokenImage



Copyright 2012 Stephen Fisher and Junhyong Kim, University of Pennsylvania. All Rights Reserved.