Class MethodModel
java.lang.Object
org.teavm.metaprogramming.impl.model.MethodModel
-
Method Summary
Modifier and TypeMethodDescriptionint
int
org.teavm.model.MethodReference
int
org.teavm.model.ValueType
getMetaParameterType
(int index) org.teavm.model.MethodReference
Map<org.teavm.model.ValueType,
org.teavm.model.MethodReference> boolean
isStatic()
int
mapParameterIndex
(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)
-