类 MethodModel
- java.lang.Object
-
- com.antgroup.antchain.myjava.metaprogramming.impl.model.MethodModel
-
public class MethodModel extends Object
-
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 intgetClassParameterIndex()intgetMetaClassParameterIndex()MethodReferencegetMetaMethod()intgetMetaParameterCount()ValueTypegetMetaParameterType(int index)MethodReferencegetMethod()Map<ValueType,MethodReference>getUsages()booleanisStatic()intmapParameterIndex(int index)
-
-
-
方法详细资料
-
getMethod
public MethodReference getMethod()
-
getMetaMethod
public MethodReference getMetaMethod()
-
isStatic
public boolean isStatic()
-
getClassParameterIndex
public int getClassParameterIndex()
-
getUsages
public Map<ValueType,MethodReference> getUsages()
-
getMetaParameterCount
public int getMetaParameterCount()
-
getMetaParameterType
public ValueType getMetaParameterType(int index)
-
getMetaClassParameterIndex
public int getMetaClassParameterIndex()
-
mapParameterIndex
public int mapParameterIndex(int index)
-
-