Class IVisitor<V extends IVisitable>
java.lang.Object
de.fraunhofer.aisec.cpg.processing.IVisitor<V>
- Type Parameters:
V- V must implementIVisitable.
public abstract class IVisitor<V extends IVisitable>
extends java.lang.Object
Reflective visitor that visits the most specific implementation of visit() methods.
-
Constructor Summary
Constructors Constructor Description IVisitor() -
Method Summary
Modifier and Type Method Description java.util.Collection<V>getVisited()voidvisit(V t)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
IVisitor
public IVisitor()
-
-
Method Details
-
getVisited
-
visit
-