Uses of Interface
performancemonster.accumulatedcallgraph.MethodNode

Packages that use MethodNode
performancemonster.accumulatedcallgraph   
 

Uses of MethodNode in performancemonster.accumulatedcallgraph
 

Methods in performancemonster.accumulatedcallgraph that return MethodNode
 MethodNode MethodNode.getParent()
           
 

Methods in performancemonster.accumulatedcallgraph that return types with arguments of type MethodNode
 java.util.List<MethodNode> Analyzer.getChildren()
          Gives the children on the top level.
 java.util.List<MethodNode> MethodNode.getChildren()
           
 

Methods in performancemonster.accumulatedcallgraph with parameters of type MethodNode
 void MethodNode.addChild(MethodNode node)
           
 void CallGraphChangeListener.methodAdded(MethodNode node)
          A new method has been added.
 void CallGraphChangeListener.methodsSwitched(MethodNode goingDown, MethodNode goingUp)
          Two methods are changing place in the parent's list of children.
 void CallGraphChangeListener.methodUpdated(MethodNode node)
          A method has been updated.
 



Copyright © 2005 Ole Friis. All Rights Reserved.