| Modifier and type | Property and description |
|---|---|
| int | commentEndOffset |
| int | commentOffset |
| java.lang.String | commentText |
| Modifier and type | Action and description |
|---|---|
| abstract void | applyReplacements |
| abstract int | getCommentEndOffset |
| abstract int | getCommentOffset |
| abstract java.lang.String | getCommentText |
| abstract T | getFirstLine(int) |
| abstract int | getLineLength(T) |
| abstract int | getLineOffset(T) |
| abstract java.lang.String | getLineText(T) |
| abstract T | getNextLine(T) |
| abstract 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
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