|
Mercury library
1.0
Translation of CFG grammars into an object model (Bachelor's thesis).
|
Produces contexts with no custom data More...
Public Member Functions | |
| InterpreterContext< T > | CreateContext< T > () |
| Creates a new context. More... | |
Produces contexts with no custom data
Definition at line 117 of file InterpreterContext.cs.
| InterpreterContext<T> Mercury.Interpreting.EmptyContextFactory.CreateContext< T > | ( | ) |
Creates a new context.
| T | Interpreter output type. |
Implements Mercury.Interpreting.IInterpreterContextFactory.
| T | : | class |
Definition at line 124 of file InterpreterContext.cs.
1.8.7