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

offset
val offset : int

This property is an alias for the action: getOffset

text
val text : java.lang.String

This property is an alias for the action: getText

Constructor Details
new(int,int,String)
new(int,int,String)
Action Details
getLength
def getLength : int
getOffset
def getOffset : int
getText
def getText : java.lang.String
toString
def toString : java.lang.String