Package | Description |
---|---|
com.sm.query | |
com.sm.query.parser |
Modifier and Type | Method and Description |
---|---|
Result |
QueryVisitorImpl.visitLogicalOperator(QueryParser.LogicalOperatorContext ctx) |
Modifier and Type | Method and Description |
---|---|
QueryParser.LogicalOperatorContext |
QueryParser.logicalOperator() |
QueryParser.LogicalOperatorContext |
QueryParser.LogicPredicateContext.logicalOperator() |
Modifier and Type | Method and Description |
---|---|
void |
QueryListener.enterLogicalOperator(QueryParser.LogicalOperatorContext ctx)
Enter a parse tree produced by
QueryParser.logicalOperator() . |
void |
QueryBaseListener.enterLogicalOperator(QueryParser.LogicalOperatorContext ctx)
Enter a parse tree produced by
QueryParser.logicalOperator() . |
void |
QueryListener.exitLogicalOperator(QueryParser.LogicalOperatorContext ctx)
Exit a parse tree produced by
QueryParser.logicalOperator() . |
void |
QueryBaseListener.exitLogicalOperator(QueryParser.LogicalOperatorContext ctx)
Exit a parse tree produced by
QueryParser.logicalOperator() . |
T |
QueryVisitor.visitLogicalOperator(QueryParser.LogicalOperatorContext ctx)
Visit a parse tree produced by
QueryParser.logicalOperator() . |
T |
QueryBaseVisitor.visitLogicalOperator(QueryParser.LogicalOperatorContext ctx)
Visit a parse tree produced by
QueryParser.logicalOperator() . |
Copyright © 2016. All rights reserved.