public class StaticInitializerCollector
extends NodeVisitor
| Modifier and Type | Field and Description | 
|---|---|
protected FabILNodeFactory | 
nf  | 
protected FabILTypeSystem | 
ts  | 
| Constructor and Description | 
|---|
StaticInitializerCollector(FabILNodeFactory nf,
                          FabILTypeSystem ts)  | 
| Modifier and Type | Method and Description | 
|---|---|
Node | 
leave(Node old,
     Node n,
     NodeVisitor v)  | 
FabILNodeFactory | 
nodeFactory()  | 
FabILTypeSystem | 
typeSystem()  | 
protected FabILNodeFactory nf
protected FabILTypeSystem ts
public StaticInitializerCollector(FabILNodeFactory nf, FabILTypeSystem ts)
public Node leave(Node old,
                  Node n,
                  NodeVisitor v)
public FabILNodeFactory nodeFactory()
public FabILTypeSystem typeSystem()