Package | Description |
---|---|
com.sm.query | |
com.sm.query.parser |
Modifier and Type | Method and Description |
---|---|
Result |
QueryVisitorImpl.visitUnaryOperator(QueryParser.UnaryOperatorContext ctx) |
Modifier and Type | Method and Description |
---|---|
QueryParser.UnaryOperatorContext |
QueryParser.unaryOperator() |
Modifier and Type | Method and Description |
---|---|
void |
QueryListener.enterUnaryOperator(QueryParser.UnaryOperatorContext ctx)
Enter a parse tree produced by
QueryParser.unaryOperator() . |
void |
QueryBaseListener.enterUnaryOperator(QueryParser.UnaryOperatorContext ctx)
Enter a parse tree produced by
QueryParser.unaryOperator() . |
void |
QueryListener.exitUnaryOperator(QueryParser.UnaryOperatorContext ctx)
Exit a parse tree produced by
QueryParser.unaryOperator() . |
void |
QueryBaseListener.exitUnaryOperator(QueryParser.UnaryOperatorContext ctx)
Exit a parse tree produced by
QueryParser.unaryOperator() . |
T |
QueryVisitor.visitUnaryOperator(QueryParser.UnaryOperatorContext ctx)
Visit a parse tree produced by
QueryParser.unaryOperator() . |
T |
QueryBaseVisitor.visitUnaryOperator(QueryParser.UnaryOperatorContext ctx)
Visit a parse tree produced by
QueryParser.unaryOperator() . |
Copyright © 2016. All rights reserved.