public final class CompatibilityVersion extends DocumentableAstNode
| Constructor and Description |
|---|
CompatibilityVersion(AstLocation location,
java.lang.String versionStringLiteral,
java.util.List<DocComment> docComments)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ZserioAstVisitor visitor)
Accept zserio visitor.
|
ZserioVersion |
getVersion()
Gets parsed version.
|
getDocComments, visitChildrengetLocationpublic CompatibilityVersion(AstLocation location, java.lang.String versionStringLiteral, java.util.List<DocComment> docComments)
location - AST node location.versionStringLiteral - Version string literal (including quotes!).docComments - List of documentation comments belonging to this node.public void accept(ZserioAstVisitor visitor)
AstNodevisitor - Visitor to accept.public ZserioVersion getVersion()
Last updated 2024-10-29 12:56:13