|
SeExpr
|
#include <ExprSpecType.h>
Public Member Functions | |
| ExprSpecListNode (int startPos, int endPos) | |
| void | add (ExprSpecNode *node) |
Public Member Functions inherited from ExprSpecNode | |
| ExprSpecNode (int startPos, int endPos) | |
| virtual | ~ExprSpecNode () |
Public Attributes | |
| std::vector< ExprSpecNode * > | nodes |
Public Attributes inherited from ExprSpecNode | |
| int | startPos |
| int | endPos |
Definition at line 51 of file ExprSpecType.h.
|
inline |
Definition at line 53 of file ExprSpecType.h.
References ExprSpecNode::endPos, ExprSpecNode::ExprSpecNode(), and ExprSpecNode::startPos.
|
inline |
Definition at line 55 of file ExprSpecType.h.
References ExprSpecNode::endPos, ExprSpecNode::ExprSpecNode(), nodes, and ExprSpecNode::startPos.
| std::vector<ExprSpecNode*> ExprSpecListNode::nodes |
Definition at line 52 of file ExprSpecType.h.
Referenced by add().