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.IInterpreterContextFactory Interface Reference

Factory of context. More...

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

Public Member Functions

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

Detailed Description

Factory of context.

Definition at line 89 of file InterpreterContext.cs.

Member Function Documentation

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

Creates a new context.

Template Parameters
TInterpreter output type.
Returns
A new context.

Implemented in Mercury.Interpreting.EmptyContextFactory.

Type Constraints
T :class 

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