Modifier and type | Property and description |
---|---|
java.lang.String | text Replies the raw text for this replacement. |
Modifier and type | Action and description |
---|---|
java.lang.String | getText Replies the raw text for this replacement. |
boolean | hasReplacement Replies if a replacement is defined. |
io.sarl.lang.extralanguage.compiler.ConversionResult | replace(JvmIdentifiableElement,List<E>,List<E>,List<E>) Do the replacement. |
java.lang.String | toString |
val text : java.lang.String
This property is an alias for the action: getText
new(String)
$0
for the receiver.$n
for the n-th argument.$*
all the arguments.def getText : java.lang.String
def hasReplacement : boolean
def replace(JvmIdentifiableElement,List<E>,List<E>,List<E>) : io.sarl.lang.extralanguage.compiler.ConversionResult
def toString : java.lang.String