Uses of Class
com.cmpware.tools.Decode

Packages that use Decode
com.cmpware.tools   
 

Uses of Decode in com.cmpware.tools
 

Fields in com.cmpware.tools declared as Decode
protected  Decode Instruction.decode
          The instruction decoder
 

Methods in com.cmpware.tools that return Decode
 Decode Decode.add(int startBit, int bits, long a)
          This method is used to define the opcode and other bits used to decode an instruction.
 

Constructors in com.cmpware.tools with parameters of type Decode
Instruction(java.lang.String name, Decode decode, int size)
          Constructor