eRqlEngine API documentation - http://www.wleklinski.de/rdf/

eworks.eRQL.parser
Class sym

java.lang.Object
  extended byeworks.eRQL.parser.sym

public class sym
extends Object

CUP generated class containing symbol constants.


Field Summary
static int ANDOPERATOR
           
static int EOF
           
static int error
           
static int LANGLEBRACKET
           
static int LBRACKET
           
static int LCURLYBRACKET
           
static int LSQUAREBRACKET
           
static int OROPERATOR
           
static int RANGLEBRACKET
           
static int RBRACKET
           
static int RCURLYBRACKET
           
static int RSQUAREBRACKET
           
static int STRING
           
static int TILDE
           
static int URI
           
 
Constructor Summary
sym()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LSQUAREBRACKET

public static final int LSQUAREBRACKET
See Also:
Constant Field Values

OROPERATOR

public static final int OROPERATOR
See Also:
Constant Field Values

RCURLYBRACKET

public static final int RCURLYBRACKET
See Also:
Constant Field Values

STRING

public static final int STRING
See Also:
Constant Field Values

EOF

public static final int EOF
See Also:
Constant Field Values

TILDE

public static final int TILDE
See Also:
Constant Field Values

RSQUAREBRACKET

public static final int RSQUAREBRACKET
See Also:
Constant Field Values

RANGLEBRACKET

public static final int RANGLEBRACKET
See Also:
Constant Field Values

RBRACKET

public static final int RBRACKET
See Also:
Constant Field Values

LCURLYBRACKET

public static final int LCURLYBRACKET
See Also:
Constant Field Values

error

public static final int error
See Also:
Constant Field Values

URI

public static final int URI
See Also:
Constant Field Values

LBRACKET

public static final int LBRACKET
See Also:
Constant Field Values

ANDOPERATOR

public static final int ANDOPERATOR
See Also:
Constant Field Values

LANGLEBRACKET

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

sym

public sym()

eRqlEngine API documentation - http://www.wleklinski.de/rdf/