public class AccessorGeneratorMethodProxy extends AccessorGenerator
| Modifier and Type | Field and Description |
|---|---|
protected org.objectweb.asm.Type[] |
argTypes
Accessor method argument types (raw, from method)
|
protected org.objectweb.asm.Type |
returnType
Accessor method return type (raw, from method)
|
protected org.objectweb.asm.tree.MethodNode |
targetMethod
The target field, identified by the accessor info
|
info, targetIsStatic| Modifier | Constructor and Description |
|---|---|
|
AccessorGeneratorMethodProxy(AccessorInfo info) |
protected |
AccessorGeneratorMethodProxy(AccessorInfo info,
boolean isStatic) |
| Modifier and Type | Method and Description |
|---|---|
org.objectweb.asm.tree.MethodNode |
generate()
Generate the accessor method
|
checkModifiers, createMethodprotected final org.objectweb.asm.tree.MethodNode targetMethod
protected final org.objectweb.asm.Type[] argTypes
protected final org.objectweb.asm.Type returnType
public AccessorGeneratorMethodProxy(AccessorInfo info)
protected AccessorGeneratorMethodProxy(AccessorInfo info, boolean isStatic)
public org.objectweb.asm.tree.MethodNode generate()
AccessorGeneratorgenerate in class AccessorGenerator