edu.berkeley.cs.db.yfilterplus.queryparser.xpathparser
Class sym

java.lang.Object
  |
  +--edu.berkeley.cs.db.yfilterplus.queryparser.xpathparser.sym

public class sym
extends java.lang.Object

CUP generated class containing symbol constants.


Field Summary
static int AT
           
static int DOT
           
static int DOUBLE_SLASH
           
static int EOF
           
static int EQUALS
           
static int error
           
static int fn_position
           
static int fn_text
           
static int GREATER_THAN
           
static int GREATER_THAN_EQUALS
           
static int L_BRACKET
           
static int L_PAREN
           
static int LESS_THAN
           
static int LESS_THAN_EQUALS
           
static int LETTER
           
static int LITERAL
           
static int NCNAME
           
static int NCNAMECHAR
           
static int NOT_EQUALS
           
static int NUMBER
           
static int R_BRACKET
           
static int R_PAREN
           
static int SLASH
           
static int STAR
           
static int UNDERSCORE
           
 
Constructor Summary
sym()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NCNAME

public static final int NCNAME
See Also:
Constant Field Values

UNDERSCORE

public static final int UNDERSCORE
See Also:
Constant Field Values

fn_text

public static final int fn_text
See Also:
Constant Field Values

GREATER_THAN

public static final int GREATER_THAN
See Also:
Constant Field Values

STAR

public static final int STAR
See Also:
Constant Field Values

SLASH

public static final int SLASH
See Also:
Constant Field Values

AT

public static final int AT
See Also:
Constant Field Values

LITERAL

public static final int LITERAL
See Also:
Constant Field Values

GREATER_THAN_EQUALS

public static final int GREATER_THAN_EQUALS
See Also:
Constant Field Values

L_PAREN

public static final int L_PAREN
See Also:
Constant Field Values

LETTER

public static final int LETTER
See Also:
Constant Field Values

L_BRACKET

public static final int L_BRACKET
See Also:
Constant Field Values

NCNAMECHAR

public static final int NCNAMECHAR
See Also:
Constant Field Values

EQUALS

public static final int EQUALS
See Also:
Constant Field Values

R_PAREN

public static final int R_PAREN
See Also:
Constant Field Values

EOF

public static final int EOF
See Also:
Constant Field Values

NUMBER

public static final int NUMBER
See Also:
Constant Field Values

DOUBLE_SLASH

public static final int DOUBLE_SLASH
See Also:
Constant Field Values

LESS_THAN

public static final int LESS_THAN
See Also:
Constant Field Values

NOT_EQUALS

public static final int NOT_EQUALS
See Also:
Constant Field Values

error

public static final int error
See Also:
Constant Field Values

DOT

public static final int DOT
See Also:
Constant Field Values

LESS_THAN_EQUALS

public static final int LESS_THAN_EQUALS
See Also:
Constant Field Values

R_BRACKET

public static final int R_BRACKET
See Also:
Constant Field Values

fn_position

public static final int fn_position
See Also:
Constant Field Values
Constructor Detail

sym

public sym()