Class OpcodeStackScanner


  • public class OpcodeStackScanner
    extends java.lang.Object
    Author:
    pwilliam
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static OpcodeStack getStackAt​(org.apache.bcel.classfile.JavaClass theClass, org.apache.bcel.classfile.Method method, int pc)  
      • Methods inherited from class java.lang.Object

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

      • OpcodeStackScanner

        public OpcodeStackScanner()
    • Method Detail

      • getStackAt

        public static OpcodeStack getStackAt​(org.apache.bcel.classfile.JavaClass theClass,
                                             org.apache.bcel.classfile.Method method,
                                             int pc)