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

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

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

Methods in javax.tools.diagnostics.runtime.java that return JavaClass
 JavaClass JavaClassLoader.findClass(java.lang.String name)
           Find a class by name within this class loader.
 JavaClass JavaClass.getComponentType()
          For array classes, returns a JavaClass representing the component type of this array class.
 JavaClass JavaMember.getDeclaringClass()
           Get the class which declares this field or method
 JavaClass JavaObject.getJavaClass()
          Get the JavaClass instance which represents the class of this object.
 JavaClass JavaClass.getSuperclass()
           Get the super class of this class.
 

Methods in javax.tools.diagnostics.runtime.java that return types with arguments of type JavaClass
 java.util.List<JavaClass> JavaClassLoader.getCachedClasses()
           When a ClassLoader successfully delegates a findClass() request to another ClassLoader, the result of the delegation must be cached within the internal structure so that the Java Virtual Machine does not make repeated requests for the same class.
 java.util.List<JavaClass> JavaClassLoader.getDefinedClasses()
           Get the set of classes which are defined in this JavaClassLoader.
 



Copyright © 2010. All Rights Reserved.