public class BooleanCaseWhenCollector extends ValueCollector
case when a>b then 1 else 0 endThe "collected" node with the the start of the CASE WHEN block. (ie, you'll end up with a bunch of 'case' nodes for each case expression that looks like a boolean case when block.
Collector.ModeNode.Visitor.State, Node.Visitor.StatusignoreCase, valuestype| Constructor and Description |
|---|
BooleanCaseWhenCollector() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(Node n)
Return true if this node can be accepted by the Collector
|
getValues, isIgnoreCasepublic boolean accept(Node n) throws java.rmi.RemoteException, MXException
Collectoraccept in class ValueCollectorjava.rmi.RemoteExceptionMXException