#include <SourceFile.hpp>
Public Member Functions | |
KeywordEntry (const char *n, int code) | |
Public Attributes | |
const char * | name |
size_t | length |
int | keyword_code |
A class for intializing the keyword tables.
Definition at line 119 of file SourceFile.hpp.
|
inline |
Definition at line 121 of file SourceFile.hpp.
References keyword_code, length, and name.
int KeywordEntry::keyword_code |
Definition at line 130 of file SourceFile.hpp.
Referenced by KeywordEntry(), and RexxSource::resolveKeyword().
size_t KeywordEntry::length |
Definition at line 129 of file SourceFile.hpp.
Referenced by KeywordEntry().
const char* KeywordEntry::name |
Definition at line 128 of file SourceFile.hpp.
Referenced by KeywordEntry().