Package | Description |
---|---|
com.sm.query.parser |
Modifier and Type | Method and Description |
---|---|
QueryParser.BinaryOperatorContext |
QueryParser.binaryOperator() |
QueryParser.BinaryOperatorContext |
QueryParser.ExprContext.binaryOperator() |
Modifier and Type | Method and Description |
---|---|
void |
QueryListener.enterBinaryOperator(QueryParser.BinaryOperatorContext ctx)
Enter a parse tree produced by
QueryParser.binaryOperator() . |
void |
QueryBaseListener.enterBinaryOperator(QueryParser.BinaryOperatorContext ctx)
Enter a parse tree produced by
QueryParser.binaryOperator() . |
void |
QueryListener.exitBinaryOperator(QueryParser.BinaryOperatorContext ctx)
Exit a parse tree produced by
QueryParser.binaryOperator() . |
void |
QueryBaseListener.exitBinaryOperator(QueryParser.BinaryOperatorContext ctx)
Exit a parse tree produced by
QueryParser.binaryOperator() . |
T |
QueryVisitor.visitBinaryOperator(QueryParser.BinaryOperatorContext ctx)
Visit a parse tree produced by
QueryParser.binaryOperator() . |
T |
QueryBaseVisitor.visitBinaryOperator(QueryParser.BinaryOperatorContext ctx)
Visit a parse tree produced by
QueryParser.binaryOperator() . |
Copyright © 2016. All rights reserved.