Package org.teavm.callgraph
Interface FieldAccessSite
-
public interface FieldAccessSite
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CallGraphNodegetCallee()FieldReferencegetField()TextLocationgetLocation()
-
-
-
Method Detail
-
getLocation
TextLocation getLocation()
-
getCallee
CallGraphNode getCallee()
-
getField
FieldReference getField()
-
-