public final class ChoiceCaseExpression extends DocumentableAstNode
| Constructor and Description |
|---|
ChoiceCaseExpression(AstLocation location,
Expression expression,
java.util.List<DocComment> docComments)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ZserioAstVisitor visitor)
Accept zserio visitor.
|
Expression |
getExpression()
Gets case expression.
|
void |
visitChildren(ZserioAstVisitor visitor)
Visit children of the current AST node using given visitor.
|
getDocCommentsgetLocationpublic ChoiceCaseExpression(AstLocation location, Expression expression, java.util.List<DocComment> docComments)
location - AST node location.expression - Case expression.docComments - List of documentation comments belonging to the case expression.public void accept(ZserioAstVisitor visitor)
AstNodevisitor - Visitor to accept.public void visitChildren(ZserioAstVisitor visitor)
AstNodevisitChildren in interface AstNodevisitChildren in class DocumentableAstNodevisitor - Visitor to use.public Expression getExpression()
Last updated 2024-07-18 11:27:53