Package org.teavm.model
Interface InstructionIterator
-
public interface InstructionIterator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhasNext()booleanhasPrevious()voidnext()voidprevious()voidread(InstructionReader reader)
-
-
-
Method Detail
-
hasNext
boolean hasNext()
-
next
void next()
-
hasPrevious
boolean hasPrevious()
-
previous
void previous()
-
read
void read(InstructionReader reader)
-
-