Package | Description |
---|---|
com.sm.query | |
com.sm.query.parser |
Modifier and Type | Method and Description |
---|---|
Result |
ObjectQueryVisitorImpl.visitNulls(ObjectQueryParser.NullsContext ctx)
Visit a parse tree produced by the
Nulls
labeled alternative in ObjectQueryParser.value() . |
Modifier and Type | Method and Description |
---|---|
void |
ObjectQueryListener.enterNulls(ObjectQueryParser.NullsContext ctx)
Enter a parse tree produced by the
Nulls
labeled alternative in ObjectQueryParser.value() . |
void |
ObjectQueryBaseListener.enterNulls(ObjectQueryParser.NullsContext ctx)
Enter a parse tree produced by the
Nulls
labeled alternative in ObjectQueryParser.value() . |
void |
ObjectQueryListener.exitNulls(ObjectQueryParser.NullsContext ctx)
Exit a parse tree produced by the
Nulls
labeled alternative in ObjectQueryParser.value() . |
void |
ObjectQueryBaseListener.exitNulls(ObjectQueryParser.NullsContext ctx)
Exit a parse tree produced by the
Nulls
labeled alternative in ObjectQueryParser.value() . |
T |
ObjectQueryVisitor.visitNulls(ObjectQueryParser.NullsContext ctx)
Visit a parse tree produced by the
Nulls
labeled alternative in ObjectQueryParser.value() . |
T |
ObjectQueryBaseVisitor.visitNulls(ObjectQueryParser.NullsContext ctx)
Visit a parse tree produced by the
Nulls
labeled alternative in ObjectQueryParser.value() . |
Copyright © 2016. All rights reserved.