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, WalaSootMethod

public interface HasPosition
Interface to mark Soot code objects that may contain code location information.
Author:
David Baker Effendi
  • Method Summary

    Modifier and Type
    Method
    Description
    Line and column information of the corresponding code object that this represents.
  • Method Details

    • getPosition

      Position getPosition()
      Line and column information of the corresponding code object that this represents.
      Returns:
      a Position containing position information.