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.GenericAction< T > Member List

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

AllowsWildcardMercury.Interpreting.InterpreterAction< T >
ArgumentTypesMercury.Interpreting.InterpreterAction< 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.GenericAction< T >pure 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.InterpreterAction< T >pure virtual
NameMercury.Interpreting.InterpreterAction< T >
ReturnTypeMercury.Interpreting.InterpreterAction< T >