| Package | Description |
|---|---|
| net.sf.cglib.core |
| Modifier and Type | Method and Description |
|---|---|
MethodInfo |
CodeEmitter.getMethodInfo() |
static MethodInfo |
ReflectUtils.getMethodInfo(java.lang.reflect.Member member) |
static MethodInfo |
ReflectUtils.getMethodInfo(java.lang.reflect.Member member,
int modifiers) |
| Modifier and Type | Method and Description |
|---|---|
static CodeEmitter |
EmitUtils.begin_method(ClassEmitter e,
MethodInfo method) |
static CodeEmitter |
EmitUtils.begin_method(ClassEmitter e,
MethodInfo method,
int access) |
void |
CodeEmitter.invoke(MethodInfo method) |
void |
CodeEmitter.invoke(MethodInfo method,
org.objectweb.asm.Type virtualType) |
static boolean |
TypeUtils.isConstructor(MethodInfo method) |
static void |
EmitUtils.load_method(CodeEmitter e,
MethodInfo method) |
Copyright © 2013 Oracle Corporation. All Rights Reserved.