Uses of Class
autumn.lang.compiler.ast.nodes.DocCommentLine
Packages that use DocCommentLine
Package
Description
(Private) Pretty Printer
-
Uses of DocCommentLine in autumn.lang.compiler.ast.nodes
Methods in autumn.lang.compiler.ast.nodes that return DocCommentLineModifier and TypeMethodDescriptionDocCommentLine.copy()
This method creates a shallow copy of this object.static DocCommentLine
DocCommentLine.create
(String text, SourceLocation location) This method creates a new instance of this class.DocCommentLine.setLocation
(SourceLocation value) Setter.Setter.Methods in autumn.lang.compiler.ast.nodes that return types with arguments of type DocCommentLineMethods in autumn.lang.compiler.ast.nodes with parameters of type DocCommentLineModifier and TypeMethodDescriptionvoid
IAstVisitor.visit
(DocCommentLine object) This method visits an object of typeDocCommentLine
.Method parameters in autumn.lang.compiler.ast.nodes with type arguments of type DocCommentLineModifier and TypeMethodDescriptionstatic DocComment
DocComment.create
(ConstructList<DocCommentLine> lines, SourceLocation location) This method creates a new instance of this class.DocComment.setLines
(ConstructList<DocCommentLine> value) Setter. -
Uses of DocCommentLine in com.mackenziehigh.autumn.lang.compiler.pretty
Methods in com.mackenziehigh.autumn.lang.compiler.pretty with parameters of type DocCommentLine