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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DClassWriter.java381 private int enclosingMethodOwner; field in class:ClassWriter
649 enclosingMethodOwner = newClass(owner);
769 if (enclosingMethodOwner != 0) {
840 if (enclosingMethodOwner != 0) {
842 out.putShort(enclosingMethodOwner).putShort(enclosingMethod);

Completed in 32 milliseconds