Uses of Interface
javax.tools.diagnostics.runtime.java.JavaReference

Packages that use JavaReference
javax.tools.diagnostics.runtime.java Definition of an abstract view of a Java runtime. 
 

Uses of JavaReference in javax.tools.diagnostics.runtime.java
 

Methods in javax.tools.diagnostics.runtime.java that return types with arguments of type JavaReference
 java.util.List<JavaReference> JavaRuntime.getHeapRoots()
          Get the complete set of object and class roots known to the Java Virtual Machine
 java.util.List<JavaReference> JavaStackFrame.getHeapRoots()
          A list of references to objects and classes from this stack frame.
 java.util.List<JavaReference> JavaObject.getReferences()
          Get the set of references from this object.
 java.util.List<JavaReference> JavaClass.getReferences()
           Get the set of references from this class.
 



Copyright © 2010. All Rights Reserved.