public interface SQL2MongoVisitor<T>
extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
Modifier and Type | Method and Description |
---|---|
T |
visitAnd(SQL2MongoParser.AndContext ctx) |
T |
visitAtom(SQL2MongoParser.AtomContext ctx) |
T |
visitExpression(SQL2MongoParser.ExpressionContext ctx) |
T |
visitNot(SQL2MongoParser.NotContext ctx) |
T |
visitOp(SQL2MongoParser.OpContext ctx) |
T |
visitOr(SQL2MongoParser.OrContext ctx) |
T |
visitParse(SQL2MongoParser.ParseContext ctx) |
T |
visitValue(SQL2MongoParser.ValueContext ctx) |
T visitNot(SQL2MongoParser.NotContext ctx)
T visitExpression(SQL2MongoParser.ExpressionContext ctx)
T visitAtom(SQL2MongoParser.AtomContext ctx)
T visitOp(SQL2MongoParser.OpContext ctx)
T visitOr(SQL2MongoParser.OrContext ctx)
T visitValue(SQL2MongoParser.ValueContext ctx)
T visitParse(SQL2MongoParser.ParseContext ctx)
T visitAnd(SQL2MongoParser.AndContext ctx)
Copyright © GigaSpaces.