com.jeffpalm.basic.bytecode
Interface ICode.Iterator

Enclosing interface:
ICode

public static interface ICode.Iterator


Method Summary
 boolean hasNext()
           
 Instruction next()
           
 

Method Detail

hasNext

boolean hasNext()

next

Instruction next()