Class ArgumentIterator
java.lang.Object
es.ucm.maude.bindings.ArgumentIterator
-
Method Summary
-
Method Details
-
delete
public void delete() -
valid
public boolean valid()Is this iterator pointing to a valid argument? -
__next
public void __next()Advance the iterator to the next argument. -
argument
Get the argument pointed by this iterator.
-