public interface ValueExpressionVisitor
BooleanTerm.| Modifier and Type | Method and Description |
|---|---|
void |
visit(BinaryArithmeticExpression expression) |
void |
visit(BooleanExpression booleanExpression) |
void |
visit(ColumnReference columnReference) |
void |
visit(DefaultValue defaultValue) |
void |
visit(Function function) |
void |
visit(Literal literal) |
void |
visit(UnnamedPlaceholder unnamedPlaceholder) |
void visit(Literal literal)
void visit(Function function)
void visit(UnnamedPlaceholder unnamedPlaceholder)
void visit(ColumnReference columnReference)
void visit(DefaultValue defaultValue)
void visit(BinaryArithmeticExpression expression)
void visit(BooleanExpression booleanExpression)
Copyright © 2018–2021. All rights reserved.