Lexeme Class

Constructors & Destructor | Member Functions | Member Variables

Definition

Line 11 of System.Lex/Lexeme.cm

Constructors & Destructor

public Lexeme()
public Lexeme(const uchar* begin_, const uchar* end_)

Member Functions

public inline long Length() const
public String<uchar> ToString() const

Member Variables

public const uchar* begin
public const uchar* end

Constructor& Destructor Details

Lexeme Constructor

public Lexeme()

Definition
Line 13 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

Length Member Function

public inline long Length()

Definition
Line 23 of System.Lex/Lexeme.cm


ToString Member Function

public String<uchar> ToString()

Definition
Line 19 of System.Lex/Lexeme.cm