|
Mercury library
1.0
Translation of CFG grammars into an object model (Bachelor's thesis).
|
Represents a binding between a Mercury.Interpreting.Variable and its value More...
Public Member Functions | |
| override bool | Equals (object obj) |
| override int | GetHashCode () |
| bool | Equals (Instance other) |
Properties | |
| Variable | Var [get, set] |
| The variable More... | |
| object | Value [get, set] |
| Binded value More... | |
Represents a binding between a Mercury.Interpreting.Variable and its value
Definition at line 17 of file Instance.cs.
| override bool Mercury.Interpreting.Instance.Equals | ( | object | obj | ) |
Definition at line 53 of file Instance.cs.
| bool Mercury.Interpreting.Instance.Equals | ( | Instance | other | ) |
Definition at line 68 of file Instance.cs.
| override int Mercury.Interpreting.Instance.GetHashCode | ( | ) |
Definition at line 59 of file Instance.cs.
|
getset |
Binded value
Definition at line 47 of file Instance.cs.
|
getset |
The variable
Definition at line 44 of file Instance.cs.
1.8.7