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

Public Member Functions

 FunctionCallNode (const std::string &space, const std::string &name, const std::vector< ASTNode * > parameters)
 
virtual antlrcpp::Any accept (ASTVisitor *visitor)
 

Public Attributes

std::string mNameSpace
 
std::string mName
 
std::vector< ASTNode * > mParameters
 

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