com.jasml.compiler
Class SourceCodeParser.LabeledInstructions

java.lang.Object
  extended bycom.jasml.compiler.SourceCodeParser.LabeledInstructions
Enclosing class:
SourceCodeParser

private class SourceCodeParser.LabeledInstructions
extends java.lang.Object


Field Summary
(package private)  int codeLength
           
(package private)  Attribute_Code.Opcode[] codes
           
(package private)  java.util.Hashtable labels
           
 
Constructor Summary
SourceCodeParser.LabeledInstructions(Attribute_Code.Opcode[] codes, java.util.Hashtable labels, int code_length)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

codes

Attribute_Code.Opcode[] codes

labels

java.util.Hashtable labels

codeLength

int codeLength
Constructor Detail

SourceCodeParser.LabeledInstructions

public SourceCodeParser.LabeledInstructions(Attribute_Code.Opcode[] codes,
                                            java.util.Hashtable labels,
                                            int code_length)