Package org.teavm.model
Class CallLocation
- java.lang.Object
-
- org.teavm.model.CallLocation
-
- All Implemented Interfaces:
Serializable
public class CallLocation extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CallLocation(MethodReference method)CallLocation(MethodReference method, TextLocation sourceLocation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)MethodReferencegetMethod()TextLocationgetSourceLocation()inthashCode()
-
-
-
Constructor Detail
-
CallLocation
public CallLocation(MethodReference method)
-
CallLocation
public CallLocation(MethodReference method, TextLocation sourceLocation)
-
-
Method Detail
-
getMethod
public MethodReference getMethod()
-
getSourceLocation
public TextLocation getSourceLocation()
-
-