public abstract class DocumentableAstNode extends AstNodeBase
| Constructor and Description |
|---|
DocumentableAstNode(AstLocation location,
java.util.List<DocComment> docComments)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DocComment> |
getDocComments()
Gets documentation comments belonging to this node.
|
void |
visitChildren(ZserioAstVisitor visitor)
Visit children of the current AST node using given visitor.
|
getLocationpublic DocumentableAstNode(AstLocation location, java.util.List<DocComment> docComments)
location - AST node location.docComments - List of documentation comments belonging to this node.public void visitChildren(ZserioAstVisitor visitor)
AstNodevisitChildren in interface AstNodevisitChildren in class AstNodeBasevisitor - Visitor to use.public java.util.List<DocComment> getDocComments()
Last updated 2024-10-29 12:56:13