| Modifier and Type | Method and Description |
|---|---|
void |
ExpressionVisitor.visit(AndExpression andExpression) |
void |
ExpressionVisitorAdapter.visit(AndExpression expr) |
| Modifier and Type | Method and Description |
|---|---|
AndExpression |
AndExpression.withLeftExpression(Expression arg0) |
AndExpression |
AndExpression.withRightExpression(Expression arg0) |
AndExpression |
AndExpression.withUseOperator(boolean useOperator) |
| Modifier and Type | Method and Description |
|---|---|
void |
TablesNamesFinder.visit(AndExpression andExpression) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExpressionDeParser.visit(AndExpression andExpression) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExpressionValidator.visit(AndExpression andExpression) |
Copyright © 2004–2021 JSQLParser. All rights reserved.