public abstract class AstNodeBase extends java.lang.Object implements AstNode
| Constructor and Description |
|---|
AstNodeBase(AstLocation location)
Constructor from AST location.
|
| Modifier and Type | Method and Description |
|---|---|
AstLocation |
getLocation()
Gets the location of this node.
|
void |
visitChildren(ZserioAstVisitor visitor)
Visit children of the current AST node using given visitor.
|
public AstNodeBase(AstLocation location)
location - AST node location.public AstLocation getLocation()
AstNodegetLocation in interface AstNodepublic void visitChildren(ZserioAstVisitor visitor)
AstNodevisitChildren in interface AstNodevisitor - Visitor to use.Last updated 2024-07-18 11:27:53