#include <RecordGram.h>
Collaboration diagram for casa::RecordGramVal:

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 118 of file RecordGram.h.
Public Attributes | |
| Int | type |
| String | str |
| Bool | bval |
| Int | ival |
| Double | dval [2] |
| Table | tab |
Definition at line 121 of file RecordGram.h.
Definition at line 122 of file RecordGram.h.
Definition at line 123 of file RecordGram.h.
Definition at line 124 of file RecordGram.h.
Definition at line 125 of file RecordGram.h.
Definition at line 126 of file RecordGram.h.
1.5.1