Class MatchSearchState
java.lang.Object
es.ucm.maude.bindings.MatchSearchState
- All Implemented Interfaces:
Iterable<Substitution>
,Iterator<Substitution>
public class MatchSearchState
extends Object
implements Iterable<Substitution>, Iterator<Substitution>
An iterator through the matching a term into a pattern.
-
Method Details
-
delete
public void delete() -
iterator
- Specified by:
iterator
in interfaceIterable<Substitution>
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceIterator<Substitution>
-
next
- Specified by:
next
in interfaceIterator<Substitution>
-
__next
Get the next match.
- Returns:
- A matching substitution or null pointer if
there is no more matches.
-
fillContext
-