Package step.core.ql
-
Interface Summary Interface Description OQLListener This interface defines a complete listener for a parse tree produced byOQLParser.OQLVisitor<T> This interface defines a complete generic visitor for a parse tree produced byOQLParser. -
Class Summary Class Description OQLAttributesAwareFilterVisitor OQLBaseListener This class provides an empty implementation ofOQLListener, which can be extended to create a listener which only needs to handle a subset of the available methods.OQLBaseVisitor<T> This class provides an empty implementation ofOQLVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.OQLFilterBuilder OQLFilterVisitor OQLLexer OQLParser OQLParser.AndExprContext OQLParser.AtomContext OQLParser.AtomExprContext OQLParser.ComparisonExprContext OQLParser.EqualityExprContext OQLParser.ExprContext OQLParser.InExprContext OQLParser.NonQuotedStringAtomContext OQLParser.NotExprContext OQLParser.OrExprContext OQLParser.ParExprContext OQLParser.ParseContext OQLParser.StringAtomContext