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

Public Member Functions

 IdentifierNode ()
 
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

string Symbol
 
- 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 23 of file IdentifierNode.cs.

Constructor & Destructor Documentation

Irony.Interpreter.Ast.IdentifierNode.IdentifierNode ( )

Definition at line 26 of file IdentifierNode.cs.

Member Function Documentation

override void Irony.Interpreter.Ast.IdentifierNode.EvaluateNode ( EvaluationContext  context,
AstMode  mode 
)
virtual
override void Irony.Interpreter.Ast.IdentifierNode.Init ( ParsingContext  context,
ParseTreeNode  treeNode 
)
virtual

Reimplemented from Irony.Interpreter.Ast.AstNode.

Definition at line 28 of file IdentifierNode.cs.

Member Data Documentation

string Irony.Interpreter.Ast.IdentifierNode.Symbol

Definition at line 24 of file IdentifierNode.cs.


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