Mercury library  1.0
Translation of CFG grammars into an object model (Bachelor's thesis).
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties
Mercury.Interpreting.ArithmeticAction< T > Member List

This is the complete list of members for Mercury.Interpreting.ArithmeticAction< T >, including all inherited members.

AllowsWildcardMercury.Interpreting.InterpreterAction< T >
ArgumentTypesMercury.Interpreting.InterpreterAction< T >
ArithmeticAction(string name, Func< dynamic, dynamic, dynamic > f)Mercury.Interpreting.ArithmeticAction< T >
ArityMercury.Interpreting.InterpreterAction< T >
CheckDefinition()Mercury.Interpreting.InterpreterAction< T >protected
GenericAction(string name, Tuple< int, int > arity, ArgumentType[] argtypes, bool allowswild=true)Mercury.Interpreting.GenericAction< T >
InferReturnType(ArgumentType expected, ArgumentType[] actual)Mercury.Interpreting.ArithmeticAction< T >virtual
InterpreterAction(string name, Tuple< int, int > arity, ArgumentType[] argtypes, bool allowswild=true)Mercury.Interpreting.InterpreterAction< T >
Invoke(Argument[] arguments, RecursiveEval< T > eval, InterpreterContext< T > context)Mercury.Interpreting.ArithmeticAction< T >virtual
NameMercury.Interpreting.InterpreterAction< T >
ReturnTypeMercury.Interpreting.InterpreterAction< T >