Package | Description |
---|---|
com.sm.query | |
com.sm.query.impl |
Modifier and Type | Method and Description |
---|---|
Predicate |
PredicateNodes.generatePredicate(String queryStr) |
Predicate |
Predicate.left() |
Predicate |
Predicate.right() |
Modifier and Type | Method and Description |
---|---|
Stack<Predicate> |
QueryListenerImpl.getPredicateStack() |
Stack<Predicate> |
QueryVisitorImpl.runKeyPredicate() |
Modifier and Type | Class and Description |
---|---|
class |
Condition
Created by mhsieh on 7/18/15.
|
class |
Terminal
Created by mhsieh on 7/18/15.
|
Modifier and Type | Method and Description |
---|---|
Predicate |
Terminal.left() |
Predicate |
Condition.left() |
Predicate |
Terminal.right() |
Predicate |
Condition.right() |
Constructor and Description |
---|
Condition(String value,
Predicate left,
Predicate right) |
Copyright © 2016. All rights reserved.