com.jasml.classes
Class Attribute_Code.Opcode

java.lang.Object
  extended bycom.jasml.classes.Attribute_Code.Opcode
Direct Known Subclasses:
SourceCodeParser.OpcodeWrapper
Enclosing class:
Attribute_Code

public static class Attribute_Code.Opcode
extends java.lang.Object


Field Summary
 int offset
           
 byte opcode
           
 byte[][] operands
           
 
Constructor Summary
Attribute_Code.Opcode()
           
Attribute_Code.Opcode(int offset, byte opcode, byte[][] operands)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

opcode

public byte opcode

operands

public byte[][] operands

offset

public int offset
Constructor Detail

Attribute_Code.Opcode

public Attribute_Code.Opcode(int offset,
                             byte opcode,
                             byte[][] operands)

Attribute_Code.Opcode

public Attribute_Code.Opcode()