|
Mercury library
1.0
Translation of CFG grammars into an object model (Bachelor's thesis).
|
Represents an entry for tree interpretation. More...
Properties | |
| Tree< Symbol > | Tree [get, set] |
| The tree that has been attempted to be interpreted. More... | |
| bool | Succeeded [get, set] |
| Indicates whether the interpretation was successful. More... | |
| IReadOnlyList< DataEntry > | RuleEntries [get] |
| List of rule entries that were tried. More... | |
Represents an entry for tree interpretation.
| T | : | class |
Definition at line 52 of file Entries.cs.
|
get |
List of rule entries that were tried.
Definition at line 75 of file Entries.cs.
|
getset |
Indicates whether the interpretation was successful.
Definition at line 72 of file Entries.cs.
|
getset |
The tree that has been attempted to be interpreted.
Definition at line 69 of file Entries.cs.
1.8.7