|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgudusoft.gsqlparser.pp.processor.type.comm.AbstractProcessor<NodeType>
public class AbstractProcessor<NodeType extends TParseTreeNode>
the base processor
| Constructor Summary | |
|---|---|
AbstractProcessor()
|
|
| Method Summary | |
|---|---|
void |
afterProcess(NodeType node)
method template. |
void |
beforeProcess(NodeType node)
method template. |
GFmtOpt |
getOption()
get all the format option |
void |
init(GFmtOpt option,
java.lang.Object... parameters)
the init method |
void |
process(NodeType node)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractProcessor()
| Method Detail |
|---|
public void init(GFmtOpt option,
java.lang.Object... parameters)
parameter - public void beforeProcess(NodeType node)
node - public void afterProcess(NodeType node)
node - public void process(NodeType node)
public GFmtOpt getOption()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||