Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
EvaluationContext.cs File Reference

Go to the source code of this file.

Classes

class  Irony.Interpreter.EvaluationContext
 

Namespaces

package  Irony.Interpreter
 

Enumerations

enum  Irony.Interpreter.EvaluationStatus { Irony.Interpreter.EvaluationStatus.Ready, Irony.Interpreter.EvaluationStatus.Evaluating, Irony.Interpreter.EvaluationStatus.RuntimeError, Irony.Interpreter.EvaluationStatus.Aborted }
 
enum  Irony.Interpreter.JumpType {
  Irony.Interpreter.JumpType.None = 0, Irony.Interpreter.JumpType.Break, Irony.Interpreter.JumpType.Continue, Irony.Interpreter.JumpType.Return,
  Irony.Interpreter.JumpType.Goto, Irony.Interpreter.JumpType.Exception
}