Class MethodModel
java.lang.Object
org.teavm.metaprogramming.impl.model.MethodModel
-
Method Summary
Modifier and TypeMethodDescriptionintintorg.teavm.model.MethodReferenceintorg.teavm.model.ValueTypegetMetaParameterType(int index) org.teavm.model.MethodReferenceMap<org.teavm.model.ValueType, org.teavm.model.MethodReference> booleanisStatic()intmapParameterIndex(int index)
-
Method Details
-
getMethod
public org.teavm.model.MethodReference getMethod() -
getMetaMethod
public org.teavm.model.MethodReference getMetaMethod() -
isStatic
public boolean isStatic() -
getClassParameterIndex
public int getClassParameterIndex() -
getUsages
-
getMetaParameterCount
public int getMetaParameterCount() -
getMetaParameterType
public org.teavm.model.ValueType getMetaParameterType(int index) -
getMetaClassParameterIndex
public int getMetaClassParameterIndex() -
mapParameterIndex
public int mapParameterIndex(int index)
-