Class ExactMethodIterator

java.lang.Object
org.teavm.debugging.information.ExactMethodIterator

public class ExactMethodIterator extends Object
  • Method Details

    • isEndReached

      public boolean isEndReached()
    • next

      public void next()
    • getClassNameId

      public int getClassNameId()
    • getClassName

      public String getClassName()
    • getMethodId

      public int getMethodId()
    • getMethod

      public MethodDescriptor getMethod()
    • getExactMethodId

      public int getExactMethodId()
    • getExactMethod

      public MethodReference getExactMethod()
    • getLocation

      public GeneratedLocation getLocation()