|
Mercury library
1.0
Translation of CFG grammars into an object model (Bachelor's thesis).
|
Represents the list of instances More...
Public Member Functions | |
| IEnumerator< Instance > | GetEnumerator () |
Properties | |
| int | Count [get] |
| Number of elements in the list More... | |
| Instance | this[string name] [get] |
| Finds the Instance with the specified name. More... | |
Represents the list of instances
Definition at line 94 of file Instance.cs.
| IEnumerator<Instance> Mercury.Interpreting.InstanceList.GetEnumerator | ( | ) |
Definition at line 164 of file Instance.cs.
|
get |
Number of elements in the list
Definition at line 112 of file Instance.cs.
|
get |
Finds the Instance with the specified name.
The Instance.
| name | The name of variable. |
Definition at line 120 of file Instance.cs.
1.8.7