dCsharp

Visitor.after Method (Object, Type, IEdge, Object, Type)

This method is called when a traversal has finished traversing an edge in the object graph from

source
to
target
corresponding to the class graph edge
edge
from
sourceClass
to
targetClass
. The default behavior is to call {@link #invokeMethods(String, Object, Class, EdgeI, Object, Class) invokeMethods}
("before", source, sourceClass,
            edge, target, targetClass)
.

public virtual void after(
   object source,
   Type sourceClass,
   IEdge edge,
   object target,
   Type targetClass
);

See Also

Visitor Class | edu.neu.ccs.demeter.dCsharp Namespace | Visitor.after Overload List