TrivialLexer Class
Constructors & Destructor
|
Member Functions
Definition
Line
11
of
System.Lex/TrivialLexer.cm
Inheritance
Constructors & Destructor
public
TrivialLexer
(
const
uchar
* start_,
const
uchar
* end_,
const
String
<
char
>& fileName_)
Member Functions
public
override
int
NextState
(
int
state,
uchar
c)
Constructor& Destructor Details
TrivialLexer Constructor
public
TrivialLexer(
const
uchar
* start_,
const
uchar
* end_,
const
String
<
char
>& fileName_)
Definition
Line
13
of
System.Lex/TrivialLexer.cm
Member Function Details
NextState Member Function
public
override
int
NextState(
int
state,
uchar
c)
Definition
Line
16
of
System.Lex/TrivialLexer.cm