Mercury library  1.0
Translation of CFG grammars into an object model (Bachelor's thesis).
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties
Public Member Functions | List of all members
Mercury.Interpreting.EmptyContextFactory Class Reference

Produces contexts with no custom data More...

Inheritance diagram for Mercury.Interpreting.EmptyContextFactory:
Mercury.Interpreting.IInterpreterContextFactory

Public Member Functions

InterpreterContext< T > CreateContext< T > ()
 Creates a new context. More...
 

Detailed Description

Produces contexts with no custom data

Definition at line 117 of file InterpreterContext.cs.

Member Function Documentation

InterpreterContext<T> Mercury.Interpreting.EmptyContextFactory.CreateContext< T > ( )

Creates a new context.

Template Parameters
TInterpreter output type.
Returns
A new context.

Implements Mercury.Interpreting.IInterpreterContextFactory.

Type Constraints
T :class 

Definition at line 124 of file InterpreterContext.cs.


The documentation for this class was generated from the following file: