-
- All Implemented Interfaces:
-
icu.windea.breezeframework.dsl.DslElement,icu.windea.breezeframework.dsl.DslEntry,icu.windea.breezeframework.dsl.markdown.MarkdownDsl.DslElement,icu.windea.breezeframework.dsl.markdown.MarkdownDsl.InlineDslEntry
@MarkdownDslMarker() public abstract class MarkdownDsl.Reference implements MarkdownDsl.DslElement
-
-
Constructor Summary
Constructors Constructor Description MarkdownDsl.Reference(String reference)
-
Method Summary
Modifier and Type Method Description final StringgetId()final StringgetReference()-
Methods inherited from class icu.windea.breezeframework.dsl.markdown.MarkdownDsl.DslElement
toString -
Methods inherited from class icu.windea.breezeframework.dsl.markdown.MarkdownDsl.InlineDslEntry
toContentString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
MarkdownDsl.Reference
MarkdownDsl.Reference(String reference)
-
-
Method Detail
-
getReference
final String getReference()
-
-
-
-