|
Mercury library
1.0
Translation of CFG grammars into an object model (Bachelor's thesis).
|
Factory of context. More...
Public Member Functions | |
| InterpreterContext< T > | CreateContext< T > () |
| Creates a new context. More... | |
Factory of context.
Definition at line 89 of file InterpreterContext.cs.
| InterpreterContext<T> Mercury.Interpreting.IInterpreterContextFactory.CreateContext< T > | ( | ) |
Creates a new context.
| T | Interpreter output type. |
Implemented in Mercury.Interpreting.EmptyContextFactory.
| T | : | class |
1.8.7