![]() |
Paradox Game Engine
v1.0.0 beta06
|
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 |
Definition at line 21 of file StackFrame.cs.
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.
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.