org.topbraid.spin.arq
Class AbstractElementVisitor

java.lang.Object
  extended by org.topbraid.spin.arq.AbstractElementVisitor

public abstract class AbstractElementVisitor
extends java.lang.Object

A basic implementation of ElementVisitor that has handling of ElementGroups so that they are recursively walked in.

Author:
Holger Knublauch

Constructor Summary
AbstractElementVisitor()
           
 
Method Summary
 void visit(ElementAssign arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractElementVisitor

public AbstractElementVisitor()
Method Detail

visit

public void visit(ElementAssign arg0)