public interface AstNode
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ZserioAstVisitor visitor)
Accept zserio visitor.
|
AstLocation |
getLocation()
Gets the location of this node.
|
void |
visitChildren(ZserioAstVisitor visitor)
Visit children of the current AST node using given visitor.
|
AstLocation getLocation()
void accept(ZserioAstVisitor visitor)
visitor - Visitor to accept.void visitChildren(ZserioAstVisitor visitor)
visitor - Visitor to use.Last updated 2024-10-29 12:56:13