public static class ClassAnalyser.AsmMethod extends Object
Keep in mind that this may also invoke a constructor.
| Modifier and Type | Class and Description |
|---|---|
static class |
ClassAnalyser.AsmMethod.AsmOpcodes |
| Constructor and Description |
|---|
AsmMethod(ClassAnalyser.AsmMethod.AsmOpcodes opcode,
String ownerClass,
String methodName,
String signature) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMethodName() |
ClassAnalyser.AsmMethod.AsmOpcodes |
getOpcode()
Retrieve the opcode used to invoke this method or constructor.
|
Class<?> |
getOwnerClass()
Retrieve the associated owner class.
|
String |
getOwnerName() |
String |
getSignature() |
public AsmMethod(ClassAnalyser.AsmMethod.AsmOpcodes opcode, String ownerClass, String methodName, String signature)
public String getOwnerName()
public ClassAnalyser.AsmMethod.AsmOpcodes getOpcode()
public Class<?> getOwnerClass() throws ClassNotFoundException
ClassNotFoundException - If the class was not foundpublic String getMethodName()
public String getSignature()
Copyright © 2012–2017 Comphenix and dmulloy2. Licensed under the GNU GPL v2.