Interface IncludedPosition

All Superinterfaces:
CAstSourcePositionMap.Position, Comparable<IMethod.SourcePosition>, IMethod.SourcePosition

public interface IncludedPosition extends CAstSourcePositionMap.Position
A CAstSourcePositionMap.Position for source code that has been included in some enclosing file, e.g., JavaScript code included in an HTML file via a script node.
  • Method Details

    • getIncludePosition

      CAstSourcePositionMap.Position getIncludePosition()
      get the position of the containing script within the enclosing file. E.g., for a position in JavaScript code included in an HTML file, returns the position of the relevant <script> tag in the HTML