-
- All Implemented Interfaces:
-
icu.windea.breezeframework.core.model.Inlineable,icu.windea.breezeframework.dsl.DslDocument,icu.windea.breezeframework.dsl.criticmarkup.CriticMarkupDsl.InlineDslEntry,kotlin.CharSequence
@CriticMarkupDslMarker() public final class CriticMarkupDsl.DslDocument implements DslDocument, CriticMarkupDsl.InlineDslEntry
-
-
Field Summary
Fields Modifier and Type Field Description private CharSequencetextprivate final CharSequenceinlineTextprivate final Integerlength
-
Method Summary
Modifier and Type Method Description final CharSequencegetText()final UnitsetText(CharSequence text)CharSequencegetInlineText()IntegergetLength()StringtoString()-
Methods inherited from class icu.windea.breezeframework.core.model.Inlineable
chars, codePoints -
Methods inherited from class icu.windea.breezeframework.dsl.criticmarkup.CriticMarkupDsl.InlineDslEntry
get, subSequence -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getText
final CharSequence getText()
-
setText
final Unit setText(CharSequence text)
-
getInlineText
CharSequence getInlineText()
-
-
-
-