Keyword Class

Constructors & Destructor | Member Variables

Definition

Line 11 of System.Lex/Keyword.cm

Constructors & Destructor

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

Member Variables

public const uchar* str
public long tokenID

Constructor& Destructor Details

Keyword Constructor

public Keyword()

Definition
Line 13 of System.Lex/Keyword.cm


Keyword Constructor

public Keyword(const uchar* str_, long tokenID_)

Definition
Line 16 of System.Lex/Keyword.cm