|
Mercury library
1.0
Translation of CFG grammars into an object model (Bachelor's thesis).
|
Describes a rule that has been used to interpret a tree. More...
Properties | |
| RewriteRule< T > | RewriteRule [get, set] |
| Rewrite rule used. More... | |
| bool | Match [get, set] |
| Indicates whether the LHS of rule matched the tree. More... | |
| T | Value [get, set] |
| Returned value or null. More... | |
| bool | Error [get, set] |
| Indicates whether an exception has been thrown when evaluating the rule action. More... | |
| InstanceList | Instances [get, set] |
| List of instances or null if rule did not match. More... | |
| IReadOnlyList< DataEntry > | SubEntries [get] |
| List of TextEntries or TreeEntries that occured while evaluating action of this rule. More... | |
Describes a rule that has been used to interpret a tree.
| T | Interpreter return type |
| T | : | class |
Definition at line 92 of file Entries.cs.
|
getset |
Indicates whether an exception has been thrown when evaluating the rule action.
Definition at line 124 of file Entries.cs.
|
getset |
List of instances or null if rule did not match.
Definition at line 127 of file Entries.cs.
|
getset |
Indicates whether the LHS of rule matched the tree.
Definition at line 115 of file Entries.cs.
|
getset |
Rewrite rule used.
Definition at line 112 of file Entries.cs.
|
get |
List of TextEntries or TreeEntries that occured while evaluating action of this rule.
Definition at line 133 of file Entries.cs.
|
getset |
Returned value or null.
Definition at line 118 of file Entries.cs.
1.8.7