#include <la_spec.hh>
Inheritance diagram for LaSpec:
Public Methods | |
LaSpec (int fixedLa_, EbnfNode *synLa_, const string &semLa_, const Position &pos) | |
virtual LaSpec* | clone ()=0 |
Public Attributes | |
int | fixedLa |
EbnfNode* | synLa |
CodeChunk | semLa |
Definition at line 64 of file la_spec.hh.
|
Definition at line 68 of file la_spec.hh. |
|
In-depth copying. Reimplemented in NumberedLaSpec. |
|
The fixed lookahead. Definition at line 76 of file la_spec.hh. |
|
The syntactic lookahead. Definition at line 81 of file la_spec.hh. |
|
The semantic lookahead: a string that contains the boolean expression given as semantic lookahead argument, without the enclosing braces. Definition at line 87 of file la_spec.hh. |