public final class DocParagraph extends AstNodeBase
| Constructor and Description |
|---|
DocParagraph(AstLocation location)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ZserioAstVisitor visitor)
Accept zserio visitor.
|
java.util.List<DocElement> |
getDocElements()
Gets documentation elements.
|
void |
visitChildren(ZserioAstVisitor visitor)
Visit children of the current AST node using given visitor.
|
getLocationpublic DocParagraph(AstLocation location)
location - Location of this AST node.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<DocElement> getDocElements()
Last updated 2024-07-18 11:31:32