Interface SourcePositionHolder

    • Method Detail

      • getPosition

        SourcePosition getPosition()
        If the element comes from a Java source file (hence has not created during transformation), returns the position in the original source file
      • getOriginalSourceFragment

        SourceFragment getOriginalSourceFragment()
        Returns the original source code (maybe different from toString() if a transformation has been applied). Warning: this is a advanced method which cannot be considered as part of the stable API