|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExceptionsAttribute | |
org.apache.jdo.impl.enhancer.classfile | |
org.apache.jdo.impl.enhancer.core |
Uses of ExceptionsAttribute in org.apache.jdo.impl.enhancer.classfile |
Methods in org.apache.jdo.impl.enhancer.classfile that return ExceptionsAttribute | |
ExceptionsAttribute |
ClassMethod.exceptionsAttribute()
Returns the ExceptionsAttribute associated with this method (if any) |
(package private) static ExceptionsAttribute |
ExceptionsAttribute.read(ConstUtf8 attrName,
java.io.DataInputStream data,
ConstantPool pool)
|
Uses of ExceptionsAttribute in org.apache.jdo.impl.enhancer.core |
Methods in org.apache.jdo.impl.enhancer.core with parameters of type ExceptionsAttribute | |
(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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |