Package | Description |
---|---|
com.sm.query.parser |
Modifier and Type | Method and Description |
---|---|
void |
QueryListener.enterObjPredicate(QueryParser.ObjPredicateContext ctx)
Enter a parse tree produced by the
ObjPredicate
labeled alternative in QueryParser.predicate() . |
void |
QueryBaseListener.enterObjPredicate(QueryParser.ObjPredicateContext ctx)
Enter a parse tree produced by the
ObjPredicate
labeled alternative in QueryParser.predicate() . |
void |
QueryListener.exitObjPredicate(QueryParser.ObjPredicateContext ctx)
Exit a parse tree produced by the
ObjPredicate
labeled alternative in QueryParser.predicate() . |
void |
QueryBaseListener.exitObjPredicate(QueryParser.ObjPredicateContext ctx)
Exit a parse tree produced by the
ObjPredicate
labeled alternative in QueryParser.predicate() . |
T |
QueryVisitor.visitObjPredicate(QueryParser.ObjPredicateContext ctx)
Visit a parse tree produced by the
ObjPredicate
labeled alternative in QueryParser.predicate() . |
T |
QueryBaseVisitor.visitObjPredicate(QueryParser.ObjPredicateContext ctx)
Visit a parse tree produced by the
ObjPredicate
labeled alternative in QueryParser.predicate() . |
Copyright © 2016. All rights reserved.