java.lang.Object
org.aya.literate.Literate.CodeBlock
org.aya.concrete.remark.AyaLiterate.AyaCodeBlock
org.aya.concrete.remark.AyaLiterate.AyaHiddenCodeBlock
- All Implemented Interfaces:
org.aya.literate.Literate,org.aya.pretty.doc.Docile
- Enclosing interface:
AyaLiterate
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.aya.literate.Literate
org.aya.literate.Literate.CodeBlock, org.aya.literate.Literate.HyperLink, org.aya.literate.Literate.Image, org.aya.literate.Literate.InlineCode, org.aya.literate.Literate.List, org.aya.literate.Literate.Many, org.aya.literate.Literate.Math, org.aya.literate.Literate.Raw, org.aya.literate.Literate.Unsupported -
Field Summary
Fields inherited from class org.aya.literate.Literate.CodeBlock
code, highlighted, language, sourcePos -
Constructor Summary
ConstructorsConstructorDescriptionAyaHiddenCodeBlock(@NotNull String language, @NotNull String code, @Nullable org.aya.util.error.SourcePos sourcePos) -
Method Summary
-
Constructor Details
-
AyaHiddenCodeBlock
-
-
Method Details
-
toDoc
@NotNull public @NotNull org.aya.pretty.doc.Doc toDoc()- Specified by:
toDocin interfaceorg.aya.pretty.doc.Docile- Overrides:
toDocin classorg.aya.literate.Literate.CodeBlock
-