Interface SQL2MongoVisitor<T>
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
- All Known Implementing Classes:
SQL2MongoBaseVisitor
public interface SQL2MongoVisitor<T>
extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface org.antlr.v4.runtime.tree.ParseTreeVisitor
visit, visitChildren, visitErrorNode, visitTerminal
-
Method Details
-
visitNot
-
visitExpression
-
visitAtom
-
visitOp
-
visitOr
-
visitValue
-
visitParse
-
visitAnd
-