Keywords Class

Definition

Line 84 of scm2html/LexerFile.cm

Inheritance

Constructors & Destructor

public Keywords(const String<uchar>& name_)

Member Functions

public void Add(Keyword* keyword)
public String<uchar> GetKeyword(const String<uchar>& tokenId) const

Member Variables

private Map<String<uchar>, String<uchar>, Less<String<uchar>>> keywordMap
private List<UniquePtr<Keyword>> keywords

Constructor& Destructor Details

Keywords Constructor

public Keywords(const String<uchar>& name_)

Definition
Line 86 of scm2html/LexerFile.cm


Member Function Details

Add Member Function

public void Add(Keyword* keyword)

Definition
Line 90 of scm2html/LexerFile.cm


GetKeyword Member Function

public String<uchar> GetKeyword(const String<uchar>& tokenId)

Definition
Line 95 of scm2html/LexerFile.cm