Package | Description |
---|---|
com.sm.query | |
com.sm.query.parser |
Modifier and Type | Method and Description |
---|---|
Result |
ObjectQueryVisitorImpl.visitAssignObject(ObjectQueryParser.AssignObjectContext ctx) |
Modifier and Type | Method and Description |
---|---|
void |
ObjectQueryListener.enterAssignObject(ObjectQueryParser.AssignObjectContext ctx)
Enter a parse tree produced by the
AssignObject
labeled alternative in ObjectQueryParser.assignments() . |
void |
ObjectQueryBaseListener.enterAssignObject(ObjectQueryParser.AssignObjectContext ctx)
Enter a parse tree produced by the
AssignObject
labeled alternative in ObjectQueryParser.assignments() . |
void |
ObjectQueryListener.exitAssignObject(ObjectQueryParser.AssignObjectContext ctx)
Exit a parse tree produced by the
AssignObject
labeled alternative in ObjectQueryParser.assignments() . |
void |
ObjectQueryBaseListener.exitAssignObject(ObjectQueryParser.AssignObjectContext ctx)
Exit a parse tree produced by the
AssignObject
labeled alternative in ObjectQueryParser.assignments() . |
T |
ObjectQueryVisitor.visitAssignObject(ObjectQueryParser.AssignObjectContext ctx)
Visit a parse tree produced by the
AssignObject
labeled alternative in ObjectQueryParser.assignments() . |
T |
ObjectQueryBaseVisitor.visitAssignObject(ObjectQueryParser.AssignObjectContext ctx)
Visit a parse tree produced by the
AssignObject
labeled alternative in ObjectQueryParser.assignments() . |
Copyright © 2016. All rights reserved.