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

Public Member Functions

 OperatorImplementation (OperatorDispatchKey key, Type baseType, BinaryOperatorMethod baseMethod, TypeConverter arg1Converter, TypeConverter arg2Converter, TypeConverter resultConverter)
 
void SetupEvaluationMethod ()
 

Public Attributes

readonly OperatorDispatchKey Key
 
readonly Type BaseType
 
readonly BinaryOperatorMethod BaseMethod
 
BinaryOperatorMethod Evaluate
 

Detailed Description

Definition at line 93 of file DynamicCallDispatcher.cs.

Constructor & Destructor Documentation

Irony.Interpreter.OperatorImplementation.OperatorImplementation ( OperatorDispatchKey  key,
Type  baseType,
BinaryOperatorMethod  baseMethod,
TypeConverter  arg1Converter,
TypeConverter  arg2Converter,
TypeConverter  resultConverter 
)

Definition at line 105 of file DynamicCallDispatcher.cs.

Member Function Documentation

void Irony.Interpreter.OperatorImplementation.SetupEvaluationMethod ( )

Definition at line 116 of file DynamicCallDispatcher.cs.

Member Data Documentation

readonly BinaryOperatorMethod Irony.Interpreter.OperatorImplementation.BaseMethod

Definition at line 97 of file DynamicCallDispatcher.cs.

readonly Type Irony.Interpreter.OperatorImplementation.BaseType

Definition at line 96 of file DynamicCallDispatcher.cs.

BinaryOperatorMethod Irony.Interpreter.OperatorImplementation.Evaluate

Definition at line 103 of file DynamicCallDispatcher.cs.

readonly OperatorDispatchKey Irony.Interpreter.OperatorImplementation.Key

Definition at line 94 of file DynamicCallDispatcher.cs.


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