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