Class SQL2MongoBaseVisitor<T>
java.lang.Object
org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T>
com.gigaspaces.persistency.parser.SQL2MongoBaseVisitor<T>
- All Implemented Interfaces:
SQL2MongoVisitor<T>,org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
public class SQL2MongoBaseVisitor<T>
extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T>
implements SQL2MongoVisitor<T>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.antlr.v4.runtime.tree.ParseTreeVisitor
visit, visitChildren, visitErrorNode, visitTerminal
-
Constructor Details
-
SQL2MongoBaseVisitor
public SQL2MongoBaseVisitor()
-
-
Method Details
-
visitNot
- Specified by:
visitNotin interfaceSQL2MongoVisitor<T>
-
getQuery
public com.mongodb.DBObject getQuery() -
visitExpression
- Specified by:
visitExpressionin interfaceSQL2MongoVisitor<T>
-
visitAtom
- Specified by:
visitAtomin interfaceSQL2MongoVisitor<T>
-
visitOp
- Specified by:
visitOpin interfaceSQL2MongoVisitor<T>
-
visitOr
- Specified by:
visitOrin interfaceSQL2MongoVisitor<T>
-
visitValue
- Specified by:
visitValuein interfaceSQL2MongoVisitor<T>
-
visitParse
- Specified by:
visitParsein interfaceSQL2MongoVisitor<T>
-
visitAnd
- Specified by:
visitAndin interfaceSQL2MongoVisitor<T>
-