tokenId Type
Union cases
| Union case |
Description
|
Full Usage:
TOKEN_EOF
|
|
Full Usage:
TOKEN_ID
|
|
Full Usage:
TOKEN_LPAREN
|
|
Full Usage:
TOKEN_OP_AND
|
|
Full Usage:
TOKEN_OP_NOT
|
|
Full Usage:
TOKEN_OP_OR
|
|
Full Usage:
TOKEN_PRELUDE
|
|
Full Usage:
TOKEN_RPAREN
|
|
Full Usage:
TOKEN_end_of_input
|
|
Full Usage:
TOKEN_error
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsTOKEN_EOF
Returns: bool
|
|
Full Usage:
this.IsTOKEN_ID
Returns: bool
|
|
Full Usage:
this.IsTOKEN_LPAREN
Returns: bool
|
|
Full Usage:
this.IsTOKEN_OP_AND
Returns: bool
|
|
Full Usage:
this.IsTOKEN_OP_NOT
Returns: bool
|
|
Full Usage:
this.IsTOKEN_OP_OR
Returns: bool
|
|
Full Usage:
this.IsTOKEN_PRELUDE
Returns: bool
|
|
Full Usage:
this.IsTOKEN_RPAREN
Returns: bool
|
|
Full Usage:
this.IsTOKEN_end_of_input
Returns: bool
|
|
Full Usage:
this.IsTOKEN_error
Returns: bool
|
|
fantomas