java.lang.Object
org.aya.literate.Literate.InlineCode
org.aya.concrete.remark.AyaLiterate.AyaInlineCode
- All Implemented Interfaces:
org.aya.literate.Literate,org.aya.pretty.doc.Docile
- Enclosing interface:
AyaLiterate
public static final class AyaLiterate.AyaInlineCode
extends org.aya.literate.Literate.InlineCode
Aya inline code. For code blocks, see
AyaLiterate.AyaVisibleCodeBlock and AyaLiterate.AyaHiddenCodeBlock-
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
FieldsFields inherited from class org.aya.literate.Literate.InlineCode
code, sourcePos -
Constructor Summary
ConstructorsConstructorDescriptionAyaInlineCode(@NotNull String code, @NotNull org.aya.util.error.SourcePos sourcePos, @NotNull CodeOptions options) -
Method Summary
-
Field Details
-
expr
-
tyckResult
-
options
-
-
Constructor Details
-
AyaInlineCode
public AyaInlineCode(@NotNull @NotNull String code, @NotNull @NotNull org.aya.util.error.SourcePos sourcePos, @NotNull @NotNull CodeOptions options)
-
-
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.InlineCode
-