-
- All Implemented Interfaces:
-
icu.windea.breezeframework.core.model.Inlineable,icu.windea.breezeframework.dsl.DslElement,icu.windea.breezeframework.dsl.DslEntry,icu.windea.breezeframework.dsl.creole.CreoleDsl.DslElement,icu.windea.breezeframework.dsl.creole.CreoleDsl.InlineDslEntry,kotlin.CharSequence
@CreoleDslMarker() public interface CreoleDsl.InlineDslElement implements CreoleDsl.DslElement, Inlineable
-
-
Method Summary
Modifier and Type Method Description abstract CharSequencegetInlineText()IntegergetLength()-
Methods inherited from class icu.windea.breezeframework.dsl.creole.CreoleDsl.DslElement
toString -
Methods inherited from class icu.windea.breezeframework.dsl.creole.CreoleDsl.InlineDslEntry
toContentString -
Methods inherited from class icu.windea.breezeframework.core.model.Inlineable
chars, codePoints -
Methods inherited from class icu.windea.breezeframework.dsl.creole.CreoleDsl.InlineDslElement
get, subSequence -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getInlineText
abstract CharSequence getInlineText()
-
-
-
-