-
- All Implemented Interfaces:
-
icu.windea.breezeframework.core.model.Renderable,icu.windea.breezeframework.dsl.DslDocument,icu.windea.breezeframework.dsl.DslInlinePoint,icu.windea.breezeframework.dsl.cmd.CmdDslInlinePoint
@CmdDslMarker() public final class CmdDslDocument implements DslDocument, CmdDslInlinePoint
-
-
Field Summary
Fields Modifier and Type Field Description private CharSequencetext
-
Method Summary
Modifier and Type Method Description final CharSequencegetText()final UnitsetText(CharSequence text)UnitrenderTo(StringBuilder builder)StringtoString()-
-
Method Detail
-
getText
final CharSequence getText()
-
setText
final Unit setText(CharSequence text)
-
renderTo
Unit renderTo(StringBuilder builder)
-
-
-
-