|
Mercury library
1.0
Translation of CFG grammars into an object model (Bachelor's thesis).
|
A read-only collection of rewrite rules More...
Public Member Functions | |
| IEnumerable< RewriteRule< T > > | RulesFor (Symbol head) |
| Returns a list of rules whose LHS Structure's head matches the given head . More... | |
| IEnumerator< RewriteRule< T > > | GetEnumerator () |
Properties | |
| int | Count [get] |
A read-only collection of rewrite rules
| T | : | class |
Definition at line 14 of file RewriteRuleCollection.cs.
| IEnumerator<RewriteRule<T> > Mercury.Interpreting.RewriteRuleCollection< T >.GetEnumerator | ( | ) |
Definition at line 60 of file RewriteRuleCollection.cs.
| IEnumerable<RewriteRule<T> > Mercury.Interpreting.RewriteRuleCollection< T >.RulesFor | ( | Symbol | head | ) |
Returns a list of rules whose LHS Structure's head matches the given head .
| head | The head to match. |
Definition at line 44 of file RewriteRuleCollection.cs.
|
get |
Definition at line 58 of file RewriteRuleCollection.cs.
1.8.7