io.sarl.lang.documentation
Class SubAccessor<T>
Type Parameters:
T -
All Superinterfaces:
FormattedTextAccessor<T>
Enclosing class:
DocumentationFormatter
class SubAccessor<T>
extends java.lang.Object
implements FormattedTextAccessor<T>
Property Summary
Modifier and type Property and description
int commentEndOffset
int commentOffset
java.lang.String commentText
Constructor Summary
Constructor and description
new(FormattedTextAccessor<T>,int)
Action Summary
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)
Property Details
commentEndOffset
val commentEndOffset : int

This property is an alias for the action: getCommentEndOffset

commentOffset
val commentOffset : int

This property is an alias for the action: getCommentOffset

commentText
val commentText : java.lang.String

This property is an alias for the action: getCommentText

Constructor Details
new(FormattedTextAccessor<T>,int)
new(FormattedTextAccessor<T>,int)
Action Details
applyReplacements
def applyReplacements
getCommentEndOffset
def getCommentEndOffset : int
getCommentOffset
def getCommentOffset : int
getCommentText
def getCommentText : java.lang.String
getFirstLine(int)
def getFirstLine(int) : T
getLineLength(T)
def getLineLength(T) : int
getLineOffset(T)
def getLineOffset(T) : int
getLineText(T)
def getLineText(T) : java.lang.String
getNextLine(T)
def getNextLine(T) : T
replace(int,int,String)
def replace(int,int,String) : Replacement