KeywordEntry Class Reference

#include <SourceFile.hpp>

Public Member Functions

 KeywordEntry (const char *n, int code)
 

Public Attributes

const char * name
 
size_t length
 
int keyword_code
 

Detailed Description

A class for intializing the keyword tables.

Definition at line 118 of file SourceFile.hpp.

Constructor & Destructor Documentation

◆ KeywordEntry()

KeywordEntry::KeywordEntry ( const char *  n,
int  code 
)
inline

Definition at line 120 of file SourceFile.hpp.

References keyword_code, length, and name.

Member Data Documentation

◆ keyword_code

int KeywordEntry::keyword_code

Definition at line 129 of file SourceFile.hpp.

Referenced by KeywordEntry(), and RexxSource::resolveKeyword().

◆ length

size_t KeywordEntry::length

Definition at line 128 of file SourceFile.hpp.

Referenced by KeywordEntry().

◆ name

const char* KeywordEntry::name

Definition at line 127 of file SourceFile.hpp.

Referenced by KeywordEntry().


The documentation for this class was generated from the following file: