Keywords Class

Definition

Line 7 of scmlg/LexerFileKeywords.cm

Constructors & Destructor

static Keywords()
private Keywords()

Member Functions

public KeywordMap* GetKeywordMap()
public static Keywords& Instance()

Member Variables

private static UniquePtr<Keywords> instance
private List<Keyword> keywordList
private UniquePtr<KeywordMap> keywordMap

Constructor& Destructor Details

Keywords Static Constructor

static Keywords()

Definition
Line 9 of scmlg/LexerFileKeywords.cm


Keywords Constructor

private Keywords()

Definition
Line 21 of scmlg/LexerFileKeywords.cm


Member Function Details

GetKeywordMap Member Function

public KeywordMap* GetKeywordMap()

Definition
Line 17 of scmlg/LexerFileKeywords.cm


Instance Static Member Function

public static Keywords& Instance()

Definition
Line 13 of scmlg/LexerFileKeywords.cm