public class DefaultDsqlGrammarVisitor extends Object implements DsqlGrammarVisitor
| Constructor and Description |
|---|
DefaultDsqlGrammarVisitor() |
| Modifier and Type | Method and Description |
|---|---|
QueryBuilder |
getQueryBuilder() |
void |
visit(AndDsqlNode andDsqlNode) |
void |
visit(DsqlNode dsqlNode) |
void |
visit(ExpressionDsqlNode expressionDsqlNode) |
void |
visit(FromDsqlNode fromDsqlNode) |
void |
visit(LimitDsqlNode limitDsqlNode) |
void |
visit(NotDsqlNode notDsqlNode) |
void |
visit(OffsetDsqlNode offsetDsqlNode) |
void |
visit(OpeningParenthesesDsqlNode openingParenthesesDsqlNode) |
void |
visit(OperatorDsqlNode operatorDsqlNode) |
void |
visit(OrderByDsqlNode orderByDsqlNode) |
void |
visit(OrDsqlNode orDsqlNode) |
void |
visit(SelectDsqlNode selectDsqlNode) |
public void visit(DsqlNode dsqlNode)
visit in interface DsqlGrammarVisitorpublic void visit(SelectDsqlNode selectDsqlNode)
visit in interface DsqlGrammarVisitorpublic void visit(FromDsqlNode fromDsqlNode)
visit in interface DsqlGrammarVisitorpublic void visit(ExpressionDsqlNode expressionDsqlNode)
visit in interface DsqlGrammarVisitorpublic void visit(AndDsqlNode andDsqlNode)
visit in interface DsqlGrammarVisitorpublic void visit(OrDsqlNode orDsqlNode)
visit in interface DsqlGrammarVisitorpublic void visit(NotDsqlNode notDsqlNode)
visit in interface DsqlGrammarVisitorpublic void visit(OperatorDsqlNode operatorDsqlNode)
visit in interface DsqlGrammarVisitorpublic void visit(OpeningParenthesesDsqlNode openingParenthesesDsqlNode)
visit in interface DsqlGrammarVisitorpublic void visit(OrderByDsqlNode orderByDsqlNode)
visit in interface DsqlGrammarVisitorpublic void visit(LimitDsqlNode limitDsqlNode)
visit in interface DsqlGrammarVisitorpublic void visit(OffsetDsqlNode offsetDsqlNode)
visit in interface DsqlGrammarVisitorpublic QueryBuilder getQueryBuilder()
Copyright © 2015 MuleSoft, Inc.. All rights reserved.