Package net.sf.cglib.transform.impl
Class UndeclaredThrowableTransformer
java.lang.Object
org.objectweb.asm.ClassVisitor
net.sf.cglib.transform.ClassTransformer
net.sf.cglib.core.ClassEmitter
net.sf.cglib.transform.ClassEmitterTransformer
net.sf.cglib.transform.impl.UndeclaredThrowableTransformer
-
Field Summary
FieldsFields inherited from class org.objectweb.asm.ClassVisitor
api, cv
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbegin_method
(int access, Signature sig, org.objectweb.asm.Type[] exceptions) Methods inherited from class net.sf.cglib.core.ClassEmitter
begin_class, begin_static, declare_field, end_class, getAccess, getClassInfo, getClassType, getStaticHook, getSuperType, init, setTarget, visit, visitEnd, visitField, visitMethod
Methods inherited from class org.objectweb.asm.ClassVisitor
getDelegate, visitAnnotation, visitAttribute, visitInnerClass, visitModule, visitNestHost, visitNestMember, visitOuterClass, visitPermittedSubclass, visitRecordComponent, visitSource, visitTypeAnnotation
-
Field Details
-
wrapper
private org.objectweb.asm.Type wrapper
-
-
Constructor Details
-
UndeclaredThrowableTransformer
-
-
Method Details
-
begin_method
- Overrides:
begin_method
in classClassEmitter
-