Mini parse tree node... Only represents literals, and lists of literals. More...
#include <SeExprSpecType.h>
Public Member Functions | |
| SeExprSpecNode (int startPos, int endPos) | |
| virtual | ~SeExprSpecNode () |
Public Attributes | |
| int | startPos |
| int | endPos |
Mini parse tree node... Only represents literals, and lists of literals.
Definition at line 20 of file SeExprSpecType.h.
| SeExprSpecNode::SeExprSpecNode | ( | int | startPos, | |
| int | endPos | |||
| ) | [inline] |
Definition at line 25 of file SeExprSpecType.h.
| virtual SeExprSpecNode::~SeExprSpecNode | ( | ) | [inline, virtual] |
Definition at line 29 of file SeExprSpecType.h.
Definition at line 22 of file SeExprSpecType.h.
Referenced by SeExprSpecListNode::add().
Definition at line 22 of file SeExprSpecType.h.
Referenced by SeExprSpecListNode::add().
1.6.1