Class PutfieldScanner


  • public class PutfieldScanner
    extends java.lang.Object
    Author:
    pwilliam
    • Constructor Summary

      Constructors 
      Constructor Description
      PutfieldScanner()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.Map<java.lang.Integer,​OpcodeStack.Item> getPutfieldsFor​(org.apache.bcel.classfile.JavaClass theClass, org.apache.bcel.classfile.Method method, XField field)  
      • Methods inherited from class java.lang.Object

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

      • PutfieldScanner

        public PutfieldScanner()
    • Method Detail

      • getPutfieldsFor

        public static java.util.Map<java.lang.Integer,​OpcodeStack.Item> getPutfieldsFor​(org.apache.bcel.classfile.JavaClass theClass,
                                                                                              org.apache.bcel.classfile.Method method,
                                                                                              XField field)