Interface NodeWithRange<N>

    • Method Detail

      • setRange

        N setRange​(Range range)
      • getBegin

        default Optional<Position> getBegin()
        The begin position of this node in the source file.
      • getEnd

        default Optional<Position> getEnd()
        The end position of this node in the source file.
      • containsWithin

        default boolean containsWithin​(Node other)
      • isPositionedAfter

        @Deprecated
        default boolean isPositionedAfter​(Position position)
        Deprecated.
        use isAfter() on range
      • isPositionedBefore

        @Deprecated
        default boolean isPositionedBefore​(Position position)
        Deprecated.
        use isBefore() on range