Package org.teavm.debugging.information
Class ExactMethodIterator
- java.lang.Object
-
- org.teavm.debugging.information.ExactMethodIterator
-
public class ExactMethodIterator extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClassName()intgetClassNameId()MethodReferencegetExactMethod()intgetExactMethodId()GeneratedLocationgetLocation()MethodDescriptorgetMethod()intgetMethodId()booleanisEndReached()voidnext()
-
-
-
Method Detail
-
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()
-
-