public interface ValueExpressionVisitor
BooleanTerm.| Modifier and Type | Method and Description |
|---|---|
void |
leave(ExasolFunction function) |
void |
leave(ExasolUdf function) |
void |
visit(BinaryArithmeticExpression expression) |
void |
visit(BooleanExpression booleanExpression) |
void |
visit(BooleanLiteral literal) |
void |
visit(ColumnReference columnReference) |
void |
visit(DefaultValue defaultValue) |
void |
visit(DoubleLiteral literal) |
void |
visit(ExasolFunction function) |
void |
visit(ExasolUdf function) |
void |
visit(FloatLiteral literal) |
void |
visit(IntegerLiteral literal) |
void |
visit(LongLiteral literal) |
void |
visit(NullLiteral nullLiteral) |
void |
visit(StringLiteral literal) |
void |
visit(UnnamedPlaceholder unnamedPlaceholder) |
void visit(UnnamedPlaceholder unnamedPlaceholder)
void visit(StringLiteral literal)
void visit(IntegerLiteral literal)
void visit(LongLiteral literal)
void visit(DoubleLiteral literal)
void visit(FloatLiteral literal)
void visit(BooleanLiteral literal)
void visit(ColumnReference columnReference)
void visit(DefaultValue defaultValue)
void visit(ExasolFunction function)
void leave(ExasolFunction function)
void visit(ExasolUdf function)
void leave(ExasolUdf function)
void visit(BinaryArithmeticExpression expression)
void visit(NullLiteral nullLiteral)
void visit(BooleanExpression booleanExpression)
Copyright © 2018–2020. All rights reserved.