Class ParameterizedCompletionInsertionInfo.ReplacementCopy

java.lang.Object
org.fife.ui.autocomplete.ParameterizedCompletionInsertionInfo.ReplacementCopy
Enclosing class:
ParameterizedCompletionInsertionInfo

public static class ParameterizedCompletionInsertionInfo.ReplacementCopy extends Object
Information about a replacement.
  • Method Details

    • getEnd

      public int getEnd()
      Returns the end of the replacement.
      Returns:
      The end of the replacement.
    • getId

      public String getId()
      Returns the ID of the replacement.
      Returns:
      The ID of the replacement.
    • getStart

      public int getStart()
      Returns the start of the replacement.
      Returns:
      The start of the replacement.