com.jasml.compiler
Class SourceCodeParser.OpcodeWrapper

java.lang.Object
  extended bycom.jasml.classes.Attribute_Code.Opcode
      extended bycom.jasml.compiler.SourceCodeParser.OpcodeWrapper
Enclosing class:
SourceCodeParser

private static class SourceCodeParser.OpcodeWrapper
extends Attribute_Code.Opcode


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

Field Detail

info

public java.lang.Object info
Constructor Detail

SourceCodeParser.OpcodeWrapper

public SourceCodeParser.OpcodeWrapper(Attribute_Code.Opcode op)

SourceCodeParser.OpcodeWrapper

public SourceCodeParser.OpcodeWrapper(int offset,
                                      byte opcode,
                                      byte[][] operands,
                                      java.lang.Object info)