io.sarl.lang.documentation
Class Line
Enclosing class:
DocumentationFormatter
static class Line
extends java.lang.Object
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

offset
val offset : int

This property is an alias for the action: getOffset

Action Details
getLength
def getLength : int
getOffset
def getOffset : int
newInstance(String,int)
def newInstance(String,int) : Line
toString
def toString : java.lang.String