KeywordMap Class
Constructors & Destructor
|
Member Functions
|
Member Variables
Definition
Line
23
of
System.Lex/Keyword.cm
Constructors & Destructor
public
KeywordMap
()
Member Functions
public
long
GetKeywordToken
(
const
Lexeme
& lexeme)
const
public
void
SetKeywords
(
const
List
<
Keyword
>& keywords)
Member Variables
private
Map
<
Lexeme
,
long
,
Less
<
Lexeme
>>
keywordMap
Constructor& Destructor Details
KeywordMap Constructor
public
KeywordMap()
Definition
Line
25
of
System.Lex/Keyword.cm
Member Function Details
GetKeywordToken Member Function
public
long
GetKeywordToken(
const
Lexeme
& lexeme)
Definition
Line
36
of
System.Lex/Keyword.cm
SetKeywords Member Function
public
void
SetKeywords(
const
List
<
Keyword
>& keywords)
Definition
Line
28
of
System.Lex/Keyword.cm