| 程序包 | 说明 |
|---|---|
| cn.wensiqun.asmsupport.core.block | |
| cn.wensiqun.asmsupport.core.block.method.init | |
| cn.wensiqun.asmsupport.core.operator.method |
| 限定符和类型 | 方法和说明 |
|---|---|
MethodInvoker |
KernelProgramBlock.call(AClass owner,
String methodName,
KernelParam... arguments) |
MethodInvoker |
KernelProgramBlock.call(Class<?> owner,
String methodName,
KernelParam... arguments) |
MethodInvoker |
KernelProgramBlock.call(KernelParam caller,
String methodName,
KernelParam... arguments) |
MethodInvoker |
KernelProgramBlock.call(String methodName,
KernelParam... args) |
MethodInvoker |
KernelProgramBlock.callOrig() |
MethodInvoker |
KernelProgramBlock.new_(AClass owner,
KernelParam... arguments) |
MethodInvoker |
KernelProgramBlock.new_(Class<?> owner,
KernelParam... arguments) |
| 限定符和类型 | 方法和说明 |
|---|---|
MethodInvoker |
KernelConstructorBody.supercall(KernelParam... arguments) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
CommonMethodInvoker
Represent a method call.
|
class |
ConstructorInvoker
Represent a call constructor operation.
|
class |
StaticMethodInvoker
Represent a static method call
|
class |
SuperConstructorInvoker
Call constructor opertion
|
Copyright © 2015. All rights reserved.