| Modifier and type | Property and description |
|---|---|
| int | commentEndOffset |
| int | commentOffset |
| java.lang.String | commentText |
| Modifier and type | Action and description |
|---|---|
| void | applyReplacements |
| int | getCommentEndOffset |
| int | getCommentOffset |
| java.lang.String | getCommentText |
| org.eclipse.xtext.formatting2.regionaccess.ILineRegion | getFirstLine(int) |
| int | getLineLength(ILineRegion) |
| int | getLineOffset(ILineRegion) |
| java.lang.String | getLineText(ILineRegion) |
| org.eclipse.xtext.formatting2.regionaccess.ILineRegion | getNextLine(ILineRegion) |
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(ITextReplacerContext,IComment)
def applyReplacements
def getCommentEndOffset : int
def getCommentOffset : int
def getCommentText : java.lang.String
def getFirstLine(int) : org.eclipse.xtext.formatting2.regionaccess.ILineRegion
def getLineLength(ILineRegion) : int
def getLineOffset(ILineRegion) : int
def getLineText(ILineRegion) : java.lang.String
def getNextLine(ILineRegion) : org.eclipse.xtext.formatting2.regionaccess.ILineRegion