Class MethodModel

java.lang.Object
org.teavm.metaprogramming.impl.model.MethodModel

public class MethodModel extends Object
  • Method Details

    • 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)