Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
Irony.Interpreter.Ast.BinaryOperationNode Class Reference
Inheritance diagram for Irony.Interpreter.Ast.BinaryOperationNode:
Irony.Interpreter.Ast.AstNode Irony.Parsing.IAstNodeInit Irony.Parsing.IBrowsableAstNode Irony.Parsing.IVisitableNode Irony.Interpreter.Ast.IInterpretedAstNode

Public Member Functions

 BinaryOperationNode ()
 
override void Init (ParsingContext context, ParseTreeNode treeNode)
 
override void EvaluateNode (EvaluationContext context, AstMode mode)
 
- Public Member Functions inherited from Irony.Interpreter.Ast.AstNode
 AstNode ()
 
virtual void Evaluate (EvaluationContext context, AstMode mode)
 
virtual SourceLocation GetErrorAnchor ()
 
virtual
System.Collections.IEnumerable 
GetChildNodes ()
 
void SetParent (AstNode parent)
 
bool FlagIsSet (AstNodeFlags flag)
 
override string ToString ()
 
virtual void AcceptVisitor (IAstVisitor visitor)
 
IEnumerable< AstNodeGetAll ()
 

Public Attributes

AstNode Left
 
string Op
 
AstNode Right
 
- Public Attributes inherited from Irony.Interpreter.Ast.AstNode
AstNode Parent
 
BnfTerm Term
 
SourceSpan Span
 
AstNodeFlags Flags
 
string Role
 
readonly AstNodeList ChildNodes = new AstNodeList()
 

Additional Inherited Members

- Protected Member Functions inherited from Irony.Interpreter.Ast.AstNode
AstNode AddChild (string role, ParseTreeNode childParseNode)
 
void InvalidAstMode (string mode)
 
- Protected Attributes inherited from Irony.Interpreter.Ast.AstNode
NodeEvaluate EvaluateRef
 
SourceLocation ErrorAnchor
 
- Properties inherited from Irony.Interpreter.Ast.AstNode
SourceLocation Location [get]
 
string AsString [get, set]
 
- Properties inherited from Irony.Parsing.IBrowsableAstNode
SourceLocation Location [get]
 

Detailed Description

Definition at line 21 of file BinaryOperationNode.cs.

Constructor & Destructor Documentation

Irony.Interpreter.Ast.BinaryOperationNode.BinaryOperationNode ( )

Definition at line 26 of file BinaryOperationNode.cs.

Member Function Documentation

override void Irony.Interpreter.Ast.BinaryOperationNode.EvaluateNode ( EvaluationContext  context,
AstMode  mode 
)
virtual

Reimplemented from Irony.Interpreter.Ast.AstNode.

Definition at line 39 of file BinaryOperationNode.cs.

override void Irony.Interpreter.Ast.BinaryOperationNode.Init ( ParsingContext  context,
ParseTreeNode  treeNode 
)
virtual

Member Data Documentation

AstNode Irony.Interpreter.Ast.BinaryOperationNode.Left

Definition at line 22 of file BinaryOperationNode.cs.

string Irony.Interpreter.Ast.BinaryOperationNode.Op

Definition at line 23 of file BinaryOperationNode.cs.

AstNode Irony.Interpreter.Ast.BinaryOperationNode.Right

Definition at line 24 of file BinaryOperationNode.cs.


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