Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A C G I T W

A

addInstruction(Instruction) - Method in class com.chaoswg.xtc4y.classdesc.code.Code
Add an instruction

C

Code - class com.chaoswg.xtc4y.classdesc.code.Code.
This class represents the code of a method.
Code(DataInputStream, ConstantPool, int) - Constructor for class com.chaoswg.xtc4y.classdesc.code.Code
Creates the Code and initializes it from a DataInputStream
Code() - Constructor for class com.chaoswg.xtc4y.classdesc.code.Code
Create a new empty code container
com.chaoswg.xtc4y.classdesc.code - package com.chaoswg.xtc4y.classdesc.code
 

G

getIndexOf(Instruction) - Method in class com.chaoswg.xtc4y.classdesc.code.Code
 
getInstructionAt(short) - Method in class com.chaoswg.xtc4y.classdesc.code.Code
 
getLastInstructionIndex() - Method in class com.chaoswg.xtc4y.classdesc.code.Code
 
getLength() - Method in class com.chaoswg.xtc4y.classdesc.code.Code
 

I

insertInstructionAt(Instruction, int) - Method in class com.chaoswg.xtc4y.classdesc.code.Code
Insert an instruction at a given position
instructions - Variable in class com.chaoswg.xtc4y.classdesc.code.Code
 

T

toString() - Method in class com.chaoswg.xtc4y.classdesc.code.Code
Write code in a readable way

W

write(DataOutputStream, ConstantPool) - Method in class com.chaoswg.xtc4y.classdesc.code.Code
Write the instruction onto the DataOutputStream, using the constant pool to register variables.

A C G I T W