Constructor LexState
LexState()
Initializes a new instance of the LexState
class with default settings.
public LexState()
LexState(ILexScheme)
Initializes a new instance of the LexState
class with a specified owner.
public LexState(ILexScheme scheme)
Parameters
scheme
ILexSchemeILexScheme
that owns this new instance.