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

An auxiliary class that formats the DataEntry structure and writes it into a stream. More...

Static Public Member Functions

static void WriteEntries (TreeEntry< T > root, TextWriter o)
 Writes the entries into the stream. More...
 

Detailed Description

An auxiliary class that formats the DataEntry structure and writes it into a stream.

Template Parameters
TInterpreter return type
Type Constraints
T :class 

Definition at line 146 of file Entries.cs.

Member Function Documentation

static void Mercury.Interpreting.EntryWriter< T >.WriteEntries ( TreeEntry< T >  root,
TextWriter  o 
)
static

Writes the entries into the stream.

Parameters
rootThe root.
oThe o.

Definition at line 236 of file Entries.cs.


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