Keyword Class

Definition

Line 10 of System.Lex/Keyword.cm

Constructors & Destructor

public Keyword()
public Keyword(const uchar* str_, int tokenID_)

Member Variables

public const uchar* str
public int tokenID

Constructor& Destructor Details

Keyword Constructor

public Keyword()

Definition
Line 12 of System.Lex/Keyword.cm


Keyword Constructor

public Keyword(const uchar* str_, int tokenID_)

Definition
Line 16 of System.Lex/Keyword.cm