org.openjdk.jol.info
Class GraphWalker

java.lang.Object
  extended by org.openjdk.jol.info.GraphWalker

public class GraphWalker
extends Object

Basic class to walk object graphs.

Author:
Aleksey Shipilev

Constructor Summary
GraphWalker(Object root)
           
 
Method Summary
 void addVisitor(GraphVisitor v)
           
 void walk()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphWalker

public GraphWalker(Object root)
Method Detail

addVisitor

public void addVisitor(GraphVisitor v)

walk

public void walk()


Copyright © 2013. All Rights Reserved.