io.sarl.lang.documentation
Class Replacement
Enclosing class:
DocumentationFormatter
static class Replacement
extends java.lang.Object
See:
"DocumentationBuilderFragment.java : appendTo : 2214"
Property Summary
Modifier and type Property and description
int length
int offset
java.lang.String text
Constructor Summary
Constructor and description
new(int,int,String)
Action Summary
Modifier and type Action and description
int getLength
int getOffset
java.lang.String getText
java.lang.String toString
Property Details
length
val length : int

This property is an alias for the action: getLength

See:
"DocumentationBuilderFragment.java : appendTo : 2244"
offset
val offset : int

This property is an alias for the action: getOffset

See:
"DocumentationBuilderFragment.java : appendTo : 2237"
text
val text : java.lang.String

This property is an alias for the action: getText

See:
"DocumentationBuilderFragment.java : appendTo : 2251"
Constructor Details
new(int,int,String)
new(int,int,String)
See:
"DocumentationBuilderFragment.java : appendTo : 2226"
Action Details
getLength
def getLength : int
See:
"DocumentationBuilderFragment.java : appendTo : 2244"
getOffset
def getOffset : int
See:
"DocumentationBuilderFragment.java : appendTo : 2237"
getText
def getText : java.lang.String
See:
"DocumentationBuilderFragment.java : appendTo : 2251"
toString
def toString : java.lang.String
See:
"DocumentationBuilderFragment.java : appendTo : 2258"