Logo FsLexYacc

token Type

Union cases

Union case Description

BAR

Full Usage: BAR

CODE Code

Full Usage: CODE Code

Parameters:
Item : Code

COLON

Full Usage: COLON

EOF

Full Usage: EOF

ERROR

Full Usage: ERROR

GREATER

Full Usage: GREATER

HEADER Code

Full Usage: HEADER Code

Parameters:
Item : Code

IDENT string

Full Usage: IDENT string

Parameters:
Item : string

LEFT

Full Usage: LEFT

LESS

Full Usage: LESS

NONASSOC

Full Usage: NONASSOC

PERCENT_PERCENT

Full Usage: PERCENT_PERCENT

PREC

Full Usage: PREC

RIGHT

Full Usage: RIGHT

SEMI

Full Usage: SEMI

START

Full Usage: START

TOKEN string option

Full Usage: TOKEN string option

Parameters:
Item : string option

TYPE string

Full Usage: TYPE string

Parameters:
Item : string

Instance members

Instance member Description

this.IsBAR

Full Usage: this.IsBAR

Returns: bool
Returns: bool

this.IsCODE

Full Usage: this.IsCODE

Returns: bool
Returns: bool

this.IsCOLON

Full Usage: this.IsCOLON

Returns: bool
Returns: bool

this.IsEOF

Full Usage: this.IsEOF

Returns: bool
Returns: bool

this.IsERROR

Full Usage: this.IsERROR

Returns: bool
Returns: bool

this.IsGREATER

Full Usage: this.IsGREATER

Returns: bool
Returns: bool

this.IsHEADER

Full Usage: this.IsHEADER

Returns: bool
Returns: bool

this.IsIDENT

Full Usage: this.IsIDENT

Returns: bool
Returns: bool

this.IsLEFT

Full Usage: this.IsLEFT

Returns: bool
Returns: bool

this.IsLESS

Full Usage: this.IsLESS

Returns: bool
Returns: bool

this.IsNONASSOC

Full Usage: this.IsNONASSOC

Returns: bool
Returns: bool

this.IsPERCENT_PERCENT

Full Usage: this.IsPERCENT_PERCENT

Returns: bool
Returns: bool

this.IsPREC

Full Usage: this.IsPREC

Returns: bool
Returns: bool

this.IsRIGHT

Full Usage: this.IsRIGHT

Returns: bool
Returns: bool

this.IsSEMI

Full Usage: this.IsSEMI

Returns: bool
Returns: bool

this.IsSTART

Full Usage: this.IsSTART

Returns: bool
Returns: bool

this.IsTOKEN

Full Usage: this.IsTOKEN

Returns: bool
Returns: bool

this.IsTYPE

Full Usage: this.IsTYPE

Returns: bool
Returns: bool

Type something to start searching.