| 限定符和类型 | 方法和说明 |
|---|---|
AMethod |
InstructionHelper.getMethod() |
| 构造器和说明 |
|---|
CommonInstructionHelper(AMethod method) |
InstructionHelper(cn.wensiqun.asmsupport.org.objectweb.asm.MethodVisitor mv,
AMethod method) |
| 限定符和类型 | 方法和说明 |
|---|---|
AMethod |
KernelProgramBlock.getMethod()
Geth the method of current block bellow.
|
| 限定符和类型 | 方法和说明 |
|---|---|
AMethod |
MutableClass.getStaticBlock() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<AMethod> |
MutableClass.getBridgeMethod() |
List<AMethod> |
MutableClass.getConstructors() |
List<AMethod> |
MutableClass.getMethods() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
MutableClass.addConstructor(AMethod constructor) |
void |
MutableClass.addMethod(AMethod method)
add method
|
void |
MutableClass.setStaticBlock(AMethod staticBlock) |
| 构造器和说明 |
|---|
OverrideBridgeMethodCreator(AMethod validateMethod) |
| 限定符和类型 | 方法和说明 |
|---|---|
static Method[] |
MethodUtils.getImplementedMethod(AMethod implementMethod) |
static Method |
MethodUtils.getOverriddenMethod(AMethod overrideMethod)
Return a method, that have overrided by passed method.
|
Copyright © 2015. All rights reserved.