Package | Description |
---|---|
com.sm.query.parser |
Modifier and Type | Class and Description |
---|---|
static class |
QueryParser.LogicPredicateContext |
static class |
QueryParser.NotPredicateContext |
static class |
QueryParser.ObjPredicateContext |
static class |
QueryParser.ParenPredicateContext |
Modifier and Type | Method and Description |
---|---|
QueryParser.PredicateContext |
QueryParser.predicate() |
QueryParser.PredicateContext |
QueryParser.WhereStatementContext.predicate() |
QueryParser.PredicateContext |
QueryParser.NotPredicateContext.predicate() |
QueryParser.PredicateContext |
QueryParser.ParenPredicateContext.predicate() |
QueryParser.PredicateContext |
QueryParser.LogicPredicateContext.predicate(int i) |
Modifier and Type | Method and Description |
---|---|
List<QueryParser.PredicateContext> |
QueryParser.LogicPredicateContext.predicate() |
Modifier and Type | Method and Description |
---|---|
void |
QueryParser.PredicateContext.copyFrom(QueryParser.PredicateContext ctx) |
Constructor and Description |
---|
QueryParser.LogicPredicateContext(QueryParser.PredicateContext ctx) |
QueryParser.NotPredicateContext(QueryParser.PredicateContext ctx) |
QueryParser.ObjPredicateContext(QueryParser.PredicateContext ctx) |
QueryParser.ParenPredicateContext(QueryParser.PredicateContext ctx) |
Copyright © 2016. All rights reserved.