uk.ac.ic.doc.automed.reps
Class Syntax.Token
java.lang.Object
uk.ac.ic.doc.automed.reps.Syntax.Token
- Enclosing class:
- Syntax
public static class Syntax.Token
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
identifier
public static final int identifier
- See Also:
- Constant Field Values
string
public static final int string
- See Also:
- Constant Field Values
number
public static final int number
- See Also:
- Constant Field Values
EOF
public static final int EOF
- See Also:
- Constant Field Values
EOL
public static final int EOL
- See Also:
- Constant Field Values
firstCharKeyword
public static final int firstCharKeyword
- See Also:
- Constant Field Values
leftBrace
public static final int leftBrace
- See Also:
- Constant Field Values
rightBrace
public static final int rightBrace
- See Also:
- Constant Field Values
leftBracket
public static final int leftBracket
- See Also:
- Constant Field Values
rightBracket
public static final int rightBracket
- See Also:
- Constant Field Values
hyphen
public static final int hyphen
- See Also:
- Constant Field Values
comma
public static final int comma
- See Also:
- Constant Field Values
colon
public static final int colon
- See Also:
- Constant Field Values
lastCharKeyword
public static final int lastCharKeyword
- See Also:
- Constant Field Values
nul
public static final int nul
- See Also:
- Constant Field Values
scheme
public static final int scheme
- See Also:
- Constant Field Values
isKey
public static final int isKey
- See Also:
- Constant Field Values
hdm_node
public static final int hdm_node
- See Also:
- Constant Field Values
hdm_edge
public static final int hdm_edge
- See Also:
- Constant Field Values
hdm_reference
public static final int hdm_reference
- See Also:
- Constant Field Values
hdm_constraint
public static final int hdm_constraint
- See Also:
- Constant Field Values
hdm_none
public static final int hdm_none
- See Also:
- Constant Field Values
lastSchemeKeyword
public static final int lastSchemeKeyword
- See Also:
- Constant Field Values
construct
public static final int construct
- See Also:
- Constant Field Values
nodal
public static final int nodal
- See Also:
- Constant Field Values
link_nodal
public static final int link_nodal
- See Also:
- Constant Field Values
link
public static final int link
- See Also:
- Constant Field Values
constraint
public static final int constraint
- See Also:
- Constant Field Values
alternation
public static final int alternation
- See Also:
- Constant Field Values
sequence
public static final int sequence
- See Also:
- Constant Field Values
isRoot
public static final int isRoot
- See Also:
- Constant Field Values
lastConstructKeyword
public static final int lastConstructKeyword
- See Also:
- Constant Field Values
model
public static final int model
- See Also:
- Constant Field Values
lastModelKeyword
public static final int lastModelKeyword
- See Also:
- Constant Field Values
schema
public static final int schema
- See Also:
- Constant Field Values
data_source
public static final int data_source
- See Also:
- Constant Field Values
openScheme
public static final int openScheme
- See Also:
- Constant Field Values
closeScheme
public static final int closeScheme
- See Also:
- Constant Field Values
lastSchemaKeyword
public static final int lastSchemaKeyword
- See Also:
- Constant Field Values
transformation
public static final int transformation
- See Also:
- Constant Field Values
add
public static final int add
- See Also:
- Constant Field Values
delete
public static final int delete
- See Also:
- Constant Field Values
rename
public static final int rename
- See Also:
- Constant Field Values
extend
public static final int extend
- See Also:
- Constant Field Values
contract
public static final int contract
- See Also:
- Constant Field Values
ident
public static final int ident
- See Also:
- Constant Field Values
lastTransformationKeyword
public static final int lastTransformationKeyword
- See Also:
- Constant Field Values
lastKeyword
public static final int lastKeyword
- See Also:
- Constant Field Values
keywords
public static final java.util.Map keywords
reverseKeywords
public static final java.util.Map reverseKeywords
keywordList
private static final java.lang.String[] keywordList
type
public int type
sval
public java.lang.String sval
nval
public double nval
Syntax.Token
Syntax.Token(int type)
Syntax.Token
Syntax.Token(int type,
java.lang.String sval)
Syntax.Token
Syntax.Token(double nval)
getTokenTypeString
static java.lang.String getTokenTypeString(int t)
getTokenTypeString
static java.lang.String getTokenTypeString(int t,
Syntax.Token tok)
getTokenTypeString
static java.lang.String getTokenTypeString(int t,
Syntax.Token tok,
boolean brief)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object