|
KSeExpr 6.0.0.0
|
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 ()=default |
| ExprSpecNode & | operator= (ExprSpecNode &&)=default |
| ExprSpecNode & | operator= (const ExprSpecNode &)=default |
| ExprSpecNode (const ExprSpecNode &)=default | |
| ExprSpecNode (ExprSpecNode &&)=default | |
Public Attributes | |
| int | startPos |
| int | endPos |
Mini parse tree node... Only represents literals, and lists of literals.
Definition at line 15 of file ExprSpecType.h.
|
inline |
Definition at line 19 of file ExprSpecType.h.
|
virtualdefault |
|
default |
|
default |
|
default |
|
default |
| int ExprSpecNode::endPos |
Definition at line 17 of file ExprSpecType.h.
Referenced by ExprSpecListNode::add().
| int ExprSpecNode::startPos |
Definition at line 16 of file ExprSpecType.h.
Referenced by ExprSpecListNode::add().