com.jasml.helper
Class OpcodeInfo

java.lang.Object
  extended bycom.jasml.helper.OpcodeInfo

public class OpcodeInfo
extends java.lang.Object


Field Summary
 int consumeStack
           
 java.lang.String description
           
 java.lang.String format
           
 java.lang.String forms
           
 java.lang.String linkingExceptions
           
 java.lang.String notes
           
 byte opcode
           
 short operandsCount
           
 short[] operandsLength
           
 java.lang.String operandStack
           
 java.lang.String operation
           
 java.lang.String opname
           
 int produceStack
           
 java.lang.String runtimeExceptions
           
 
Constructor Summary
OpcodeInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

opcode

public byte opcode

opname

public java.lang.String opname

operandsCount

public short operandsCount

operandsLength

public short[] operandsLength

consumeStack

public int consumeStack

produceStack

public int produceStack

operation

public java.lang.String operation

format

public java.lang.String format

forms

public java.lang.String forms

operandStack

public java.lang.String operandStack

description

public java.lang.String description

runtimeExceptions

public java.lang.String runtimeExceptions

linkingExceptions

public java.lang.String linkingExceptions

notes

public java.lang.String notes
Constructor Detail

OpcodeInfo

public OpcodeInfo()