Helper class for values in RecordGram. More...
#include <RecordGram.h>
Public Attributes | |
Int | type |
String | str |
Bool | bval |
Int64 | ival |
Double | dval [2] |
Helper class for values in RecordGram.
Internal
A record selection command is lexically analyzed via flex. An object of this class is used to hold a value (like a name or a literal) for later use in the parser code.
Definition at line 122 of file RecordGram.h.
Definition at line 127 of file RecordGram.h.
Definition at line 129 of file RecordGram.h.
Definition at line 128 of file RecordGram.h.
Definition at line 126 of file RecordGram.h.
Definition at line 125 of file RecordGram.h.