Package org.fife.ui.autocomplete
Class ParameterizedCompletionInsertionInfo.ReplacementCopy
java.lang.Object
org.fife.ui.autocomplete.ParameterizedCompletionInsertionInfo.ReplacementCopy
- Enclosing class:
- ParameterizedCompletionInsertionInfo
Information about a replacement.
-
Method Summary
-
Method Details
-
getEnd
public int getEnd()Returns the end of the replacement.- Returns:
- The end of the replacement.
-
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.
-