Class DelegatingCAstVisitor<C extends CAstVisitor.Context>

java.lang.Object
com.ibm.wala.cast.tree.visit.CAstVisitor<C>
com.ibm.wala.cast.tree.visit.DelegatingCAstVisitor<C>

public abstract class DelegatingCAstVisitor<C extends CAstVisitor.Context> extends CAstVisitor<C>
Extend CAstVisitor<C> to delegate unimplemented functionality to another visitor. Needed to work around Java's retarded multiple inheritance rules. TODO: document me.
Author:
Igor Peshansky