Package org.teavm.model
Interface InstructionIterator
public interface InstructionIterator
-
Method Summary
Modifier and TypeMethodDescriptionbooleanhasNext()booleanvoidnext()voidprevious()voidread(InstructionReader reader)
-
Method Details
-
hasNext
boolean hasNext() -
next
void next() -
hasPrevious
boolean hasPrevious() -
previous
void previous() -
read
-