Package | Description |
---|---|
com.sm.query.parser |
Modifier and Type | Method and Description |
---|---|
void |
PredicateListener.enterNulls(PredicateParser.NullsContext ctx)
Enter a parse tree produced by the
Nulls
labeled alternative in PredicateParser.value() . |
void |
PredicateBaseListener.enterNulls(PredicateParser.NullsContext ctx)
Enter a parse tree produced by the
Nulls
labeled alternative in PredicateParser.value() . |
void |
PredicateListener.exitNulls(PredicateParser.NullsContext ctx)
Exit a parse tree produced by the
Nulls
labeled alternative in PredicateParser.value() . |
void |
PredicateBaseListener.exitNulls(PredicateParser.NullsContext ctx)
Exit a parse tree produced by the
Nulls
labeled alternative in PredicateParser.value() . |
T |
PredicateVisitor.visitNulls(PredicateParser.NullsContext ctx)
Visit a parse tree produced by the
Nulls
labeled alternative in PredicateParser.value() . |
T |
PredicateBaseVisitor.visitNulls(PredicateParser.NullsContext ctx)
Visit a parse tree produced by the
Nulls
labeled alternative in PredicateParser.value() . |
Copyright © 2016. All rights reserved.