token Type
Union cases
| Union case |
Description
|
Full Usage:
EOF
|
|
Full Usage:
ID string
Parameters:
string
|
|
Full Usage:
LPAREN
|
|
Full Usage:
OP_AND
|
|
Full Usage:
OP_NOT
|
|
Full Usage:
OP_OR
|
|
Full Usage:
PRELUDE
|
|
Full Usage:
RPAREN
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsEOF
Returns: bool
|
|
Full Usage:
this.IsID
Returns: bool
|
|
Full Usage:
this.IsLPAREN
Returns: bool
|
|
Full Usage:
this.IsOP_AND
Returns: bool
|
|
Full Usage:
this.IsOP_NOT
Returns: bool
|
|
Full Usage:
this.IsOP_OR
Returns: bool
|
|
Full Usage:
this.IsPRELUDE
Returns: bool
|
|
Full Usage:
this.IsRPAREN
Returns: bool
|
|
fantomas