public final class DocLine extends AstNodeBase
| Constructor and Description |
|---|
DocLine(AstLocation location,
java.util.List<DocLineElement> lineElements)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ZserioAstVisitor visitor)
Accept zserio visitor.
|
java.util.List<DocLineElement> |
getLineElements()
Gets documentation line elements forming the current documentation line.
|
void |
visitChildren(ZserioAstVisitor visitor)
Visit children of the current AST node using given visitor.
|
getLocationpublic DocLine(AstLocation location, java.util.List<DocLineElement> lineElements)
location - Location of this AST node.lineElements - List of line elements which form the current documentation line.public void accept(ZserioAstVisitor visitor)
AstNodevisitor - Visitor to accept.public void visitChildren(ZserioAstVisitor visitor)
AstNodevisitChildren in interface AstNodevisitChildren in class AstNodeBasevisitor - Visitor to use.public java.util.List<DocLineElement> getLineElements()
Last updated 2024-07-18 11:27:53