![]() |
Paradox Game Engine
v1.0.0 beta06
|
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 |
Definition at line 93 of file DynamicCallDispatcher.cs.
Irony.Interpreter.OperatorImplementation.OperatorImplementation | ( | OperatorDispatchKey | key, |
Type | baseType, | ||
BinaryOperatorMethod | baseMethod, | ||
TypeConverter | arg1Converter, | ||
TypeConverter | arg2Converter, | ||
TypeConverter | resultConverter | ||
) |
Definition at line 105 of file DynamicCallDispatcher.cs.
void Irony.Interpreter.OperatorImplementation.SetupEvaluationMethod | ( | ) |
Definition at line 116 of file DynamicCallDispatcher.cs.
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.