Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
Irony.Interpreter.StackFrame Class Reference

Public Member Functions

 StackFrame (EvaluationContext context, ValuesTable globals)
 
 StackFrame (EvaluationContext context, string methodName, StackFrame caller, StackFrame parent)
 

Public Attributes

readonly EvaluationContext Context
 
string MethodName
 
StackFrame Parent
 
StackFrame Caller
 

Detailed Description

Definition at line 21 of file StackFrame.cs.

Constructor & Destructor Documentation

Irony.Interpreter.StackFrame.StackFrame ( EvaluationContext  context,
ValuesTable  globals 
)

Definition at line 28 of file StackFrame.cs.

Irony.Interpreter.StackFrame.StackFrame ( EvaluationContext  context,
string  methodName,
StackFrame  caller,
StackFrame  parent 
)

Definition at line 35 of file StackFrame.cs.

Member Data Documentation

StackFrame Irony.Interpreter.StackFrame.Caller

Definition at line 25 of file StackFrame.cs.

readonly EvaluationContext Irony.Interpreter.StackFrame.Context

Definition at line 22 of file StackFrame.cs.

string Irony.Interpreter.StackFrame.MethodName

Definition at line 23 of file StackFrame.cs.

StackFrame Irony.Interpreter.StackFrame.Parent

Definition at line 24 of file StackFrame.cs.


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