public class UndeclaredThrowableTransformer extends ClassEmitterTransformer
Modifier and Type | Field and Description |
---|---|
private org.objectweb.asm.Type |
wrapper |
Constructor and Description |
---|
UndeclaredThrowableTransformer(java.lang.Class wrapper) |
Modifier and Type | Method and Description |
---|---|
CodeEmitter |
begin_method(int access,
Signature sig,
org.objectweb.asm.Type[] exceptions) |
begin_class, begin_static, declare_field, end_class, getAccess, getClassInfo, getClassType, getStaticHook, getSuperType, init, setTarget, visit, visitEnd, visitField, visitMethod
public UndeclaredThrowableTransformer(java.lang.Class wrapper)
public CodeEmitter begin_method(int access, Signature sig, org.objectweb.asm.Type[] exceptions)
begin_method
in class ClassEmitter