| Package | Description |
|---|---|
| autumn.lang.compiler.ast.nodes | |
| high.mackenzie.autumn.lang.compiler.pretty |
(Private) Pretty Printer
|
| Modifier and Type | Method and Description |
|---|---|
DocCommentLine |
DocCommentLine.copy()
This method creates a shallow copy of this object.
|
static DocCommentLine |
DocCommentLine.create(java.lang.String text,
SourceLocation location)
This method creates a new instance of this class.
|
DocCommentLine |
DocCommentLine.setLocation(SourceLocation value)
Setter.
|
DocCommentLine |
DocCommentLine.setText(java.lang.String value)
Setter.
|
| Modifier and Type | Method and Description |
|---|---|
ConstructList<DocCommentLine> |
DocComment.getLines()
Getter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IAstVisitor.visit(DocCommentLine object)
This method visits an object of type
DocCommentLine. |
| Modifier and Type | Method and Description |
|---|---|
static DocComment |
DocComment.create(ConstructList<DocCommentLine> lines,
SourceLocation location)
This method creates a new instance of this class.
|
DocComment |
DocComment.setLines(ConstructList<DocCommentLine> value)
Setter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PrintingVisitor.visit(DocCommentLine object) |