java.lang.Object
org.aya.concrete.remark.Literate.Code
- All Implemented Interfaces:
Literate,org.aya.pretty.doc.Docile
- Enclosing interface:
Literate
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.aya.concrete.remark.Literate
Literate.Code, Literate.CodeBlock, Literate.Err, Literate.Link, Literate.Many, Literate.Raw, Literate.Unsupported -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal @NotNull String@Nullable Exprfinal @NotNull CodeOptionsfinal @NotNull org.aya.util.error.SourcePos -
Constructor Summary
ConstructorsConstructorDescriptionCode(@NotNull String code, @NotNull org.aya.util.error.SourcePos sourcePos, @NotNull CodeOptions options) -
Method Summary
-
Field Details
-
code
-
sourcePos
@NotNull public final @NotNull org.aya.util.error.SourcePos sourcePos -
expr
-
tyckResult
-
options
-
-
Constructor Details
-
Code
public Code(@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
-