lib
SequenceParser Class Reference
#include <sequenceparser.h>
Detailed Description
The parser that gets the element list and returns a syntax tree.
Definition at line 39 of file sequenceparser.h.
Public Member Functions | |
SequenceParser (const SymbolTable &table) | |
ElementType * | parse (QPtrList< BasicElement > &elements) |
void | nextToken () |
uint | getStart () const |
uint | getEnd () const |
TokenType | getTokenType () const |
void | setElementType (uint pos, ElementType *type) |
ElementType * | getPrimitive () |
QString | text () |
Member Function Documentation
|
Definition at line 192 of file sequenceparser.cc. |
|
Reads the next token.
Definition at line 51 of file sequenceparser.cc. |
|
Definition at line 44 of file sequenceparser.cc. |
|
Tells the element about its new type.
Definition at line 38 of file sequenceparser.cc. |
|
Definition at line 231 of file sequenceparser.cc. |
The documentation for this class was generated from the following files: