Uses of Class
com.yahoo.yolean.trace.TraceVisitor
Packages that use TraceVisitor
-
Uses of TraceVisitor in com.yahoo.yolean.trace
Methods in com.yahoo.yolean.trace with type parameters of type TraceVisitorModifier and TypeMethodDescription<T extends TraceVisitor>
TTraceNode.accept(T visitor) Visits thisTraceNodeand all of its descendants in depth-first, prefix order.