Package | Description |
---|---|
com.sm.query | |
com.sm.query.parser |
Modifier and Type | Method and Description |
---|---|
Result |
QueryVisitorImpl.visitAssignObject(QueryParser.AssignObjectContext ctx) |
Modifier and Type | Method and Description |
---|---|
void |
QueryListener.enterAssignObject(QueryParser.AssignObjectContext ctx)
Enter a parse tree produced by the
AssignObject
labeled alternative in QueryParser.assignments() . |
void |
QueryBaseListener.enterAssignObject(QueryParser.AssignObjectContext ctx)
Enter a parse tree produced by the
AssignObject
labeled alternative in QueryParser.assignments() . |
void |
QueryListener.exitAssignObject(QueryParser.AssignObjectContext ctx)
Exit a parse tree produced by the
AssignObject
labeled alternative in QueryParser.assignments() . |
void |
QueryBaseListener.exitAssignObject(QueryParser.AssignObjectContext ctx)
Exit a parse tree produced by the
AssignObject
labeled alternative in QueryParser.assignments() . |
T |
QueryVisitor.visitAssignObject(QueryParser.AssignObjectContext ctx)
Visit a parse tree produced by the
AssignObject
labeled alternative in QueryParser.assignments() . |
T |
QueryBaseVisitor.visitAssignObject(QueryParser.AssignObjectContext ctx)
Visit a parse tree produced by the
AssignObject
labeled alternative in QueryParser.assignments() . |
Copyright © 2016. All rights reserved.