dCsharp

Visitor.after Method (Object, Type)

This method is called when a traversal has finished traversing

obj
in the object graph with
cl
as the token. Note that the same object might be passed to this method multiple times, once per class in its inheritance hierarchy. The default behavior is to call {@link #invokeMethod(String, Object, Class) invokeMethod}
("after", obj, cl)
.

public virtual void after(
   object obj,
   Type cl
);

See Also

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