| 构造器和说明 |
|---|
AMethodMeta(String name,
AClass owner,
AClass actuallyOwner,
AClass[] argClasses,
String[] argNames,
AClass returnClass,
AClass[] exceptions,
int modifier) |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
clone() |
AClass |
getActuallyOwner() |
AClass[] |
getArgClasses() |
String[] |
getArgNames() |
cn.wensiqun.asmsupport.org.objectweb.asm.Type[] |
getArgTypes() |
String |
getDescription() |
AClass[] |
getExceptions() |
String |
getMethodString() |
static String |
getMethodString(String name,
AClass[] arguments) |
int |
getModifier() |
String |
getName() |
AClass |
getOwner() |
AClass |
getReturnClass() |
cn.wensiqun.asmsupport.org.objectweb.asm.Type |
getReturnType() |
static AMethodMeta |
methodToMethodEntity(AClass owner,
Method m) |
void |
setName(String name) |
String |
toString() |
public String getMethodString()
public static AMethodMeta methodToMethodEntity(AClass owner, Method m)
public String getDescription()
public String getName()
public void setName(String name)
public AClass getOwner()
public cn.wensiqun.asmsupport.org.objectweb.asm.Type[] getArgTypes()
public AClass[] getArgClasses()
public String[] getArgNames()
public cn.wensiqun.asmsupport.org.objectweb.asm.Type getReturnType()
public int getModifier()
public AClass getReturnClass()
public AClass getActuallyOwner()
public AClass[] getExceptions()
Copyright © 2015. All rights reserved.