Class FunctionControlFlowIterator


  • public class FunctionControlFlowIterator
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int address()  
      boolean hasNext()  
      boolean isCall()  
      void next()  
      void rewind​(int index)  
      int[] targets()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • hasNext

        public boolean hasNext()
      • next

        public void next()
      • rewind

        public void rewind​(int index)
      • address

        public int address()
      • targets

        public int[] targets()
      • isCall

        public boolean isCall()