Searched refs:ClassVisitor (Results 1 - 13 of 13) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DClassVisitor.java71 public interface ClassVisitor { interface
H A DClassWriter.java63 * A {@link ClassVisitor} that generates classes in bytecode form. More
71 public class ClassWriter implements ClassVisitor {
590 * {@link ClassAdapter} or any other {@link ClassVisitor} instance).</li>
607 // Implementation of the ClassVisitor interface
H A DClassReader.java66 * A Java class parser to make a {@link ClassVisitor} visit an existing class.
244 * @see ClassVisitor#visit(int, int, String, String, String, String[])
256 * @see ClassVisitor#visit(int, int, String, String, String, String[])
270 * @see ClassVisitor#visit(int, int, String, String, String, String[])
284 * @see ClassVisitor#visit(int, int, String, String, String, String[])
302 * be called before the {@link #accept(ClassVisitor,int)} method.
449 public void accept(final ClassVisitor classVisitor, final int flags) {
472 final ClassVisitor classVisitor,
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/
H A DSystemDictionary.java163 public static interface ClassVisitor { interface in class:SystemDictionary
175 public void allClassesDo(final ClassVisitor v) {
176 ClassVisitor visitor = new ClassVisitor() {
189 public void classesDo(ClassVisitor v) {
H A DDictionary.java60 public void classesDo(SystemDictionary.ClassVisitor v) {
H A DUniverse.java147 public void basicTypeClassesDo(SystemDictionary.ClassVisitor visitor) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DClassLoaderReferenceImpl.java111 new SystemDictionary.ClassVisitor() {
H A DVirtualMachineImpl.java376 SystemDictionary.ClassVisitor visitor = new SystemDictionary.ClassVisitor() {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DSystemDictionaryHelper.java56 dict.classesDo(new SystemDictionary.ClassVisitor() {
H A DHeapHprofBinWriter.java443 sysDict.allClassesDo(new SystemDictionary.ClassVisitor() {
863 sysDict.allClassesDo(new SystemDictionary.ClassVisitor() {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/jcore/
H A DClassDump.java69 dict.classesDo(new SystemDictionary.ClassVisitor() {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A DJSJavaHeap.java192 sysDict.classesDo(new SystemDictionary.ClassVisitor() {
H A Dsa.js571 var VisitorClass = sapkg.memory.SystemDictionary.ClassVisitor;
573 sa.sysDict["classesDo(sun.jvm.hotspot.memory.SystemDictionary$ClassVisitor)"](visitor);

Completed in 316 milliseconds