Klasse TargetSourceRangeComputer.SourceRange

java.lang.Object
org.aspectj.org.eclipse.jdt.core.dom.rewrite.TargetSourceRangeComputer.SourceRange
Umschließende Klasse:
TargetSourceRangeComputer

public static final class TargetSourceRangeComputer.SourceRange extends Object
Reified source range. Instances are "value" object (cannot be modified).
Seit:
3.1
  • Konstruktordetails

    • SourceRange

      public SourceRange(int startPosition, int length)
      Creates a new source range.
      Parameter:
      startPosition - the 0-based character index, or -1 if no source position information is known
      length - the (possibly 0) length, or 0 if no source position information is known
  • Methodendetails

    • getStartPosition

      public int getStartPosition()
      Returns the start position.
      Gibt zurück:
      the 0-based character index, or -1 if no source position information is known
    • getLength

      public int getLength()
      Returns the source length.
      Gibt zurück:
      a (possibly 0) length, or 0 if no source position information is known