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

This property is an alias for the action: getLength

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

This property is an alias for the action: getOffset

See:
"DocumentationBuilderFragment.java : appendTo : 1750"
Action Details
getLength
def getLength : int
See:
"DocumentationBuilderFragment.java : appendTo : 1757"
getOffset
def getOffset : int
See:
"DocumentationBuilderFragment.java : appendTo : 1750"
newInstance(String,int)
def newInstance(String,int) : Line
See:
"DocumentationBuilderFragment.java : appendTo : 1706"
toString
def toString : java.lang.String
See:
"DocumentationBuilderFragment.java : appendTo : 1764"