Class Analyzer.PathElement

  • Enclosing class:
    Analyzer

    public static final class Analyzer.PathElement
    extends Object
    • Method Detail

      • getIndex

        public int getIndex()
        Returns:
        the bytecode offset of the instruction causing a value transfer.
      • getLocals

        public String[] getLocals()
        Returns:
        the types of the local variabls at the instruction.
      • getStack

        public String[] getStack()
        Returns:
        the types of the working stack at the instruction.