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 60 of file ExprSpecType.h.
|
inline |
Definition at line 63 of file ExprSpecType.h.
|
inline |
Definition at line 67 of file ExprSpecType.h.
References ExprSpecNode::endPos, SeExpr2::max(), SeExpr2::min(), nodes, and ExprSpecNode::startPos.
std::vector<ExprSpecNode*> ExprSpecListNode::nodes |
Definition at line 62 of file ExprSpecType.h.
Referenced by add().