Uses of Class
com.jasml.classes.Attribute_Code.Opcode

Packages that use Attribute_Code.Opcode
com.jasml.classes   
com.jasml.compiler   
com.jasml.decompiler   
 

Uses of Attribute_Code.Opcode in com.jasml.classes
 

Fields in com.jasml.classes declared as Attribute_Code.Opcode
 Attribute_Code.Opcode[] Attribute_Code.codes
           
 

Constructors in com.jasml.classes with parameters of type Attribute_Code.Opcode
Attribute_Code(int attrLength, int max_stack, int max_locals, int code_length, Attribute_Code.Opcode[] codes, int exception_table_length, Attribute_Code.ExceptionTableItem[] exception_Table, int attributes_count, Attribute[] attributes)
           
 

Uses of Attribute_Code.Opcode in com.jasml.compiler
 

Subclasses of Attribute_Code.Opcode in com.jasml.compiler
private static class SourceCodeParser.OpcodeWrapper
           
 

Fields in com.jasml.compiler declared as Attribute_Code.Opcode
(package private)  Attribute_Code.Opcode[] SourceCodeParser.LabeledInstructions.codes
           
 

Constructors in com.jasml.compiler with parameters of type Attribute_Code.Opcode
SourceCodeParser.OpcodeWrapper(Attribute_Code.Opcode op)
           
SourceCodeParser.LabeledInstructions(Attribute_Code.Opcode[] codes, java.util.Hashtable labels, int code_length)
           
 

Uses of Attribute_Code.Opcode in com.jasml.decompiler
 

Methods in com.jasml.decompiler that return Attribute_Code.Opcode
private  Attribute_Code.Opcode[] JavaClassParser.parseOpcodes(byte[] bytes)
           
private  Attribute_Code.Opcode SourceCodeBuilder.findPreviousInstruction(int offset, Attribute_Code.Opcode[] ops)
          given an offset, and a series of instructions, find the first instruction that is before the given offset
 

Methods in com.jasml.decompiler with parameters of type Attribute_Code.Opcode
private  java.lang.String SourceCodeBuilder.toString(Attribute_LocalVariableTable attr, Attribute_Code.Opcode[] ops)
           
private  Attribute_Code.Opcode SourceCodeBuilder.findPreviousInstruction(int offset, Attribute_Code.Opcode[] ops)
          given an offset, and a series of instructions, find the first instruction that is before the given offset