gudusoft.gsqlparser.pp.processor.type.comm
Class CaseWhenProcessor

java.lang.Object
  extended by gudusoft.gsqlparser.pp.processor.type.comm.AbstractProcessor<TParseTreeNodeList>
      extended by gudusoft.gsqlparser.pp.processor.type.comm.CaseWhenProcessor

public class CaseWhenProcessor
extends AbstractProcessor<TParseTreeNodeList>

process the case when clause

Author:
zhoujun

Constructor Summary
CaseWhenProcessor()
           
 
Method Summary
 void process(TParseTreeNodeList columns)
           
 
Methods inherited from class gudusoft.gsqlparser.pp.processor.type.comm.AbstractProcessor
afterProcess, beforeProcess, getOption, init
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CaseWhenProcessor

public CaseWhenProcessor()
Method Detail

process

public void process(TParseTreeNodeList columns)
Overrides:
process in class AbstractProcessor<TParseTreeNodeList>