#include <stack_value.hh>
Public Methods | |
TStackValue (void) | |
Builds a new instance. | |
Public Attributes | |
bool | gHasColumnDefinition |
True if <column definition> has been reduced to this non-terminal. | |
bool | gHasAsterisk |
True if an <asterisk> has been reduced to this non-terminal. | |
int | iItemCount |
Number of items (for parameter lists). | |
mpcl::text::TString | yCode |
String with code generated. | |
mpcl::text::TString | yFirstIdentifier |
First identifier (in reverse order) in a composed identifier. | |
mpcl::text::TString | yFourthIdentifier |
Fourth identifier (in reverse order) in a composed identifier. | |
mpcl::text::TString | yOriginalText |
String with original text. | |
mpcl::text::TString | ySecondIdentifier |
Second identifier (in reverse order) in a composed identifier. | |
mpcl::text::TString | yThirdIdentifier |
Third identifier (in reverse order) in a composed identifier. |
Definition at line 33 of file stack_value.hh.