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 | Properties | List of all members
Mercury.Interpreting.InstanceList Class Reference

Represents the list of instances More...

Inheritance diagram for Mercury.Interpreting.InstanceList:

Public Member Functions

IEnumerator< InstanceGetEnumerator ()
 

Properties

int Count [get]
 Number of elements in the list More...
 
Instance this[string name] [get]
 Finds the Instance with the specified name. More...
 

Detailed Description

Represents the list of instances

Definition at line 94 of file Instance.cs.

Member Function Documentation

IEnumerator<Instance> Mercury.Interpreting.InstanceList.GetEnumerator ( )

Definition at line 164 of file Instance.cs.

Property Documentation

int Mercury.Interpreting.InstanceList.Count
get

Number of elements in the list

Definition at line 112 of file Instance.cs.

Instance Mercury.Interpreting.InstanceList.this[string name]
get

Finds the Instance with the specified name.

The Instance.

Parameters
nameThe name of variable.
Returns
The instance.

Definition at line 120 of file Instance.cs.


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