java.lang.Object
org.aya.literate.Literate.CodeBlock
org.aya.concrete.remark.AyaLiterate.AyaCodeBlock
- All Implemented Interfaces:
org.aya.literate.Literate,org.aya.pretty.doc.Docile
- Direct Known Subclasses:
AyaLiterate.AyaHiddenCodeBlock,AyaLiterate.AyaVisibleCodeBlock
- Enclosing interface:
AyaLiterate
public static class AyaLiterate.AyaCodeBlock
extends org.aya.literate.Literate.CodeBlock
-
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
ConstructorsConstructorDescriptionAyaCodeBlock(@NotNull String language, @NotNull String code, @Nullable org.aya.util.error.SourcePos sourcePos) -
Method Summary
Methods inherited from class org.aya.literate.Literate.CodeBlock
toDoc
-
Constructor Details
-
AyaCodeBlock
-