Package org.teavm.model.lowlevel
Class CallSiteLocation
java.lang.Object
org.teavm.model.lowlevel.CallSiteLocation
-
Constructor Summary
ConstructorsConstructorDescriptionCallSiteLocation(String fileName, String className, String methodName, int lineNumber) -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic CallSiteLocation[]fromTextLocation(TextLocation location, MethodReference callingMethod) intinthashCode()static CallSiteLocationload(AnnotationReader reader) static List<? extends CallSiteLocation>loadMany(AnnotationReader reader) save()static AnnotationReadersaveMany(List<? extends CallSiteLocation> locations)
-
Constructor Details
-
CallSiteLocation
-
-
Method Details
-
fromTextLocation
public static CallSiteLocation[] fromTextLocation(TextLocation location, MethodReference callingMethod) -
getFileName
-
getClassName
-
getMethodName
-
getLineNumber
public int getLineNumber() -
equals
-
hashCode
public int hashCode() -
save
-
load
-
saveMany
-
loadMany
-