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

Public Member Functions

 InfixExpressionNode (ASTNode *left, ASTNode *right)
 
- Public Member Functions inherited from TorqueScript::AST::ASTNode
virtual antlrcpp::Any accept (ASTVisitor *visitor)=0
 

Public Attributes

ASTNodemLeft
 
ASTNodemRight
 

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