| Constructor and Description | 
|---|
| PatternIterator(Iterator<S> iter,
               Value subj,
               Value pred,
               Value obj,
               Value... contexts) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected boolean | accept(S st)Tests whether or not the specified statement should be returned by this iterator. | 
| boolean | hasNext() | 
| S | next() | 
| void | remove() | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingprotected boolean accept(S st)
st - The statement to be tested.Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.