Package sootup.core.model
Interface HasPosition
- All Known Implementing Classes:
Body
,Body.BodyBuilder
,JavaAnnotationSootClass
,JavaAnnotationSootMethod
,JavaSootClass
,JavaSootField
,JavaSootField.JavaSootFieldBuilder
,JavaSootMethod
,JavaSootMethod.JavaSootMethodBuilder
,SootClass
,SootClassMember
,SootField
,SootField.SootFieldBuilder
,SootMethod
,SootMethod.SootMethodBuilder
public interface HasPosition
Interface to mark Soot code objects that may contain code location information.
- Author:
- David Baker Effendi
-
Method Summary
Modifier and TypeMethodDescriptionLine and column information of the corresponding code object that this represents.