Interface BodyHolderSourcePosition

All Superinterfaces:
CompoundSourcePosition, DeclarationSourcePosition, Serializable, SourcePosition
All Known Implementing Classes:
BodyHolderSourcePositionImpl

public interface BodyHolderSourcePosition extends DeclarationSourcePosition
This interface represents the position of a Method or Type declaration in a source file. The start/end represents range of whole program element including children element and comments The nameStart/End represents range of name of program element. The modifierSourceStart/End represents range of modifiers and annotations of the element The bodyStart/End represents range of body of the element
  • Method Details

    • getBodyStart

      int getBodyStart()
    • getBodyEnd

      int getBodyEnd()