Lexeme Class
Definition
Line
10
of
System.Lex/Lexeme.cm
Constructors & Destructor
public
Lexeme
()
public
Lexeme
(
const
uchar
* begin_,
const
uchar
* end_)
Member Functions
public
String
<
uchar
>
ToString
()
const
Member Variables
public
const
uchar
*
begin
public
const
uchar
*
end
Constructor& Destructor Details
Lexeme Constructor
public
Lexeme()
Definition
Line
12
of
System.Lex/Lexeme.cm
Lexeme Constructor
public
Lexeme(
const
uchar
* begin_,
const
uchar
* end_)
Definition
Line
16
of
System.Lex/Lexeme.cm
Member Function Details
ToString Member Function
public
String
<
uchar
> ToString()
Definition
Line
20
of
System.Lex/Lexeme.cm