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

Public Member Functions

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

Additional Inherited Members

- Public Attributes inherited from Irony.Interpreter.Ast.AstNode
AstNode Parent
 
BnfTerm Term
 
SourceSpan Span
 
AstNodeFlags Flags
 
string Role
 
readonly AstNodeList ChildNodes = new AstNodeList()
 
- 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 11 of file NullNode.cs.

Constructor & Destructor Documentation

Irony.Interpreter.Ast.NullNode.NullNode ( BnfTerm  term)

Definition at line 13 of file NullNode.cs.

Member Function Documentation

override void Irony.Interpreter.Ast.NullNode.Evaluate ( EvaluationContext  context,
AstMode  mode 
)
virtual

Reimplemented from Irony.Interpreter.Ast.AstNode.

Definition at line 17 of file NullNode.cs.

References Irony.Resources.ErrNullNodeEval.


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