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>
See:
"DocumentationBuilderFragment.java : appendTo : 1604"
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

See:
"DocumentationBuilderFragment.java : appendTo : 1673"
commentOffset
val commentOffset : int

This property is an alias for the action: getCommentOffset

See:
"DocumentationBuilderFragment.java : appendTo : 1666"
commentText
val commentText : java.lang.String

This property is an alias for the action: getCommentText

See:
"DocumentationBuilderFragment.java : appendTo : 1659"
Constructor Details
new(FormattedTextAccessor<T>,int)
new(FormattedTextAccessor<T>,int)
See:
"DocumentationBuilderFragment.java : appendTo : 1613"
Action Details
applyReplacements
def applyReplacements
See:
"DocumentationBuilderFragment.java : appendTo : 1687"
getCommentEndOffset
def getCommentEndOffset : int
See:
"DocumentationBuilderFragment.java : appendTo : 1673"
getCommentOffset
def getCommentOffset : int
See:
"DocumentationBuilderFragment.java : appendTo : 1666"
getCommentText
def getCommentText : java.lang.String
See:
"DocumentationBuilderFragment.java : appendTo : 1659"
getFirstLine(int)
def getFirstLine(int) : T
See:
"DocumentationBuilderFragment.java : appendTo : 1624"
getLineLength(T)
def getLineLength(T) : int
See:
"DocumentationBuilderFragment.java : appendTo : 1645"
getLineOffset(T)
def getLineOffset(T) : int
See:
"DocumentationBuilderFragment.java : appendTo : 1638"
getLineText(T)
def getLineText(T) : java.lang.String
See:
"DocumentationBuilderFragment.java : appendTo : 1652"
getNextLine(T)
def getNextLine(T) : T
See:
"DocumentationBuilderFragment.java : appendTo : 1631"
replace(int,int,String)
def replace(int,int,String) : Replacement
See:
"DocumentationBuilderFragment.java : appendTo : 1680"