SeExpr
Public Member Functions | Public Attributes | List of all members
ExprSpecNode Struct Reference

Mini parse tree node... Only represents literals, and lists of literals. More...

#include <ExprSpecType.h>

Inheritance diagram for ExprSpecNode:
ExprSpecAnimCurveNode ExprSpecCCurveNode ExprSpecColorSwatchNode ExprSpecCurveNode ExprSpecDeepWaterNode ExprSpecListNode ExprSpecScalarNode ExprSpecStringNode ExprSpecVectorNode

Public Member Functions

 ExprSpecNode (int startPos, int endPos)
 
virtual ~ExprSpecNode ()
 

Public Attributes

int startPos
 
int endPos
 

Detailed Description

Mini parse tree node... Only represents literals, and lists of literals.

Definition at line 27 of file ExprSpecType.h.

Constructor & Destructor Documentation

ExprSpecNode::ExprSpecNode ( int  startPos,
int  endPos 
)
inline

Definition at line 32 of file ExprSpecType.h.

virtual ExprSpecNode::~ExprSpecNode ( )
inlinevirtual

Definition at line 36 of file ExprSpecType.h.

Member Data Documentation

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().


The documentation for this struct was generated from the following file: