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

Quick Search    Search Deep

Uses of Package
com.chaoswg.xtc4y.classdesc.code.instructions

Classes in com.chaoswg.xtc4y.classdesc.code.instructions used by com.chaoswg.xtc4y.classdesc.code.instructions
BinaryInstruction
          A binary instruction consists of a command and one one byte operand, therefore its size is 2 bytes
CPRefInstruction
          a constant pool refernece instruction is an instruction composite of the command and a short refering into the cp table.
FieldrefInstruction
          Just a constructor for the creation of a fieldreference instructions
Instruction
          An instruction is a operation executed in java and consists either of no operand or one operand.
ShortCPRefInstruction
          This cpreference instruction has as an operand just a byte representing a valid index into the cp table
WideBinaryInstruction
          A binary instruction consists of a command and one two bytes operand, therefore its size is 3 bytes