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.ConvertAction< T, U, V > Member List

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

AllowsWildcardMercury.Interpreting.InterpreterAction< T >
ArgumentTypesMercury.Interpreting.InterpreterAction< T >
ArityMercury.Interpreting.InterpreterAction< T >
CheckDefinition()Mercury.Interpreting.InterpreterAction< T >protected
ConvertAction(string name, Func< U, V > f, ArgumentType flags=ArgumentType.None)Mercury.Interpreting.ConvertAction< T, U, V >
Evaluate(Argument[] arguments, RecursiveEval< T > eval, InterpreterContext< T > context)Mercury.Interpreting.ConvertAction< T, U, V >virtual
InterpreterAction(string name, Tuple< int, int > arity, ArgumentType[] argtypes, bool allowswild=true)Mercury.Interpreting.InterpreterAction< T, U >
Invoke(Argument[] arguments, RecursiveEval< T > eval, InterpreterContext< T > context)Mercury.Interpreting.InterpreterAction< T, U >virtual
NameMercury.Interpreting.InterpreterAction< T >
ReturnTypeMercury.Interpreting.InterpreterAction< T >