| Modifier and type | Property and description |
|---|---|
| int | commentEndOffset |
| int | commentOffset |
| java.lang.String | commentText |
| Modifier and type | Action and description |
|---|---|
| final void | applyReplacements |
| int | getCommentEndOffset |
| int | getCommentOffset |
| java.lang.String | getCommentText |
| T | getFirstLine(int) |
| int | getLineLength(T) |
| int | getLineOffset(T) |
| java.lang.String | getLineText(T) |
| T | getNextLine(T) |
| Replacement | replace(int,int,String) |
val commentEndOffset : int
This property is an alias for the action: getCommentEndOffset
val commentOffset : int
This property is an alias for the action: getCommentOffset
val commentText : java.lang.String
This property is an alias for the action: getCommentText
new(FormattedTextAccessor<T>,int)
def applyReplacements
def getCommentEndOffset : int
def getCommentOffset : int
def getCommentText : java.lang.String
def getFirstLine(int) : T
def getLineLength(T) : int
def getLineOffset(T) : int
def getLineText(T) : java.lang.String
def getNextLine(T) : T
def replace(int,int,String) : Replacement