Package | Description |
---|---|
com.sm.query | |
com.sm.query.parser |
Modifier and Type | Method and Description |
---|---|
Result |
QueryVisitorImpl.visitNulls(QueryParser.NullsContext ctx) |
Modifier and Type | Method and Description |
---|---|
void |
QueryListener.enterNulls(QueryParser.NullsContext ctx)
Enter a parse tree produced by the
Nulls
labeled alternative in QueryParser.value() . |
void |
QueryBaseListener.enterNulls(QueryParser.NullsContext ctx)
Enter a parse tree produced by the
Nulls
labeled alternative in QueryParser.value() . |
void |
QueryListener.exitNulls(QueryParser.NullsContext ctx)
Exit a parse tree produced by the
Nulls
labeled alternative in QueryParser.value() . |
void |
QueryBaseListener.exitNulls(QueryParser.NullsContext ctx)
Exit a parse tree produced by the
Nulls
labeled alternative in QueryParser.value() . |
T |
QueryVisitor.visitNulls(QueryParser.NullsContext ctx)
Visit a parse tree produced by the
Nulls
labeled alternative in QueryParser.value() . |
T |
QueryBaseVisitor.visitNulls(QueryParser.NullsContext ctx)
Visit a parse tree produced by the
Nulls
labeled alternative in QueryParser.value() . |
Copyright © 2016. All rights reserved.