class CallbackInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static CallbackInfo[] |
CALLBACKS |
private java.lang.Class |
cls |
private CallbackGenerator |
generator |
private org.objectweb.asm.Type |
type |
Modifier | Constructor and Description |
---|---|
private |
CallbackInfo(java.lang.Class cls,
CallbackGenerator generator) |
Modifier and Type | Method and Description |
---|---|
private static org.objectweb.asm.Type |
determineType(Callback callback,
boolean checkAll) |
private static org.objectweb.asm.Type |
determineType(java.lang.Class callbackType,
boolean checkAll) |
static org.objectweb.asm.Type[] |
determineTypes(Callback[] callbacks) |
static org.objectweb.asm.Type[] |
determineTypes(Callback[] callbacks,
boolean checkAll) |
static org.objectweb.asm.Type[] |
determineTypes(java.lang.Class[] callbackTypes) |
static org.objectweb.asm.Type[] |
determineTypes(java.lang.Class[] callbackTypes,
boolean checkAll) |
private static CallbackGenerator |
getGenerator(org.objectweb.asm.Type callbackType) |
static CallbackGenerator[] |
getGenerators(org.objectweb.asm.Type[] callbackTypes) |
private java.lang.Class cls
private CallbackGenerator generator
private org.objectweb.asm.Type type
private static final CallbackInfo[] CALLBACKS
private CallbackInfo(java.lang.Class cls, CallbackGenerator generator)
public static org.objectweb.asm.Type[] determineTypes(java.lang.Class[] callbackTypes)
public static org.objectweb.asm.Type[] determineTypes(java.lang.Class[] callbackTypes, boolean checkAll)
public static org.objectweb.asm.Type[] determineTypes(Callback[] callbacks)
public static org.objectweb.asm.Type[] determineTypes(Callback[] callbacks, boolean checkAll)
public static CallbackGenerator[] getGenerators(org.objectweb.asm.Type[] callbackTypes)
private static org.objectweb.asm.Type determineType(Callback callback, boolean checkAll)
private static org.objectweb.asm.Type determineType(java.lang.Class callbackType, boolean checkAll)
private static CallbackGenerator getGenerator(org.objectweb.asm.Type callbackType)