gudusoft.gsqlparser.pp.processor.type.declare
Class DeclareVarItemAlignProcessor

java.lang.Object
  extended by gudusoft.gsqlparser.pp.processor.type.comm.AbstractProcessor<TDeclareVariableList>
      extended by gudusoft.gsqlparser.pp.processor.type.declare.DeclareVarItemAlignProcessor

public class DeclareVarItemAlignProcessor
extends AbstractProcessor<TDeclareVariableList>


Constructor Summary
DeclareVarItemAlignProcessor()
           
 
Method Summary
 void process(TDeclareVariableList vars)
           
 
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

DeclareVarItemAlignProcessor

public DeclareVarItemAlignProcessor()
Method Detail

process

public void process(TDeclareVariableList vars)
Overrides:
process in class AbstractProcessor<TDeclareVariableList>