org.objectweb.asm.xml
Class ASMContentHandler.Opcode

java.lang.Object
  extended by org.objectweb.asm.xml.ASMContentHandler.Opcode
Enclosing class:
ASMContentHandler

private static final class ASMContentHandler.Opcode
extends java.lang.Object

Opcode


Field Summary
 int opcode
           
 int type
           
 
Constructor Summary
private ASMContentHandler.Opcode(int opcode, int type)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

opcode

public final int opcode

type

public final int type
Constructor Detail

ASMContentHandler.Opcode

private ASMContentHandler.Opcode(int opcode,
                                 int type)