org.openjdk.jol.info
Interface GraphVisitor


public interface GraphVisitor

Object graph visitor callback.

Author:
Aleksey Shipilev

Method Summary
 void visit(GraphPathRecord gpr)
          Visit the graph record
 

Method Detail

visit

void visit(GraphPathRecord gpr)
Visit the graph record

Parameters:
gpr - path record


Copyright © 2013. All Rights Reserved.