|
SeExpr
|
Mini parse tree node... Only represents literals, and lists of literals. More...
#include <ExprSpecType.h>
Public Member Functions | |
| ExprSpecNode (int startPos, int endPos) | |
| virtual | ~ExprSpecNode () |
Public Attributes | |
| int | startPos |
| int | endPos |
Mini parse tree node... Only represents literals, and lists of literals.
Definition at line 27 of file ExprSpecType.h.
|
inline |
Definition at line 32 of file ExprSpecType.h.
|
inlinevirtual |
Definition at line 36 of file ExprSpecType.h.
| int ExprSpecNode::endPos |
Definition at line 29 of file ExprSpecType.h.
Referenced by ExprSpecListNode::add().
| int ExprSpecNode::startPos |
Definition at line 29 of file ExprSpecType.h.
Referenced by ExprSpecListNode::add().
1.8.5