Uses of Class
org.apache.jdo.impl.enhancer.classfile.CodeAttribute

Packages that use CodeAttribute
org.apache.jdo.impl.enhancer.classfile   
org.apache.jdo.impl.enhancer.core   
 

Uses of CodeAttribute in org.apache.jdo.impl.enhancer.classfile
 

Methods in org.apache.jdo.impl.enhancer.classfile that return CodeAttribute
 CodeAttribute ClassMethod.codeAttribute()
          Returns the CodeAttribute associated with this method (if any)
(package private) static CodeAttribute CodeAttribute.read(ConstUtf8 attrName, java.io.DataInputStream data, ConstantPool pool)
           
(package private) static CodeAttribute CodeAttribute.read(ConstUtf8 attrName, int attrLength, java.io.DataInputStream data, ConstantPool pool)
           
 

Uses of CodeAttribute in org.apache.jdo.impl.enhancer.core
 

Methods in org.apache.jdo.impl.enhancer.core with parameters of type CodeAttribute
(package private)  void Augmenter.addMethod(java.lang.String methodName, java.lang.String methodSig, int accessFlags, CodeAttribute codeAttr, ExceptionsAttribute exceptAttr)
          Adds a method to the class.
(package private)  void Augmenter.prependMethod(java.lang.String methodName, java.lang.String methodSig, CodeAttribute codeAttr, ExceptionsAttribute exceptAttr)
          Extends an exisiting method by prepending code.