TorqueScript  0.2
Public Member Functions | Public Attributes | List of all members
TorqueScript::AST::WhileNode Class Reference
Inheritance diagram for TorqueScript::AST::WhileNode:
Inheritance graph
[legend]
Collaboration diagram for TorqueScript::AST::WhileNode:
Collaboration graph
[legend]

Public Member Functions

 WhileNode (ASTNode *expression, const std::vector< ASTNode * > &body)
 
virtual antlrcpp::Any accept (ASTVisitor *visitor)
 

Public Attributes

ASTNodemExpression
 
std::vector< ASTNode * > mBody
 

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