Uses of Class
com.cmpware.fastmodel.Decoder

Packages that use Decoder
com.cmpware.fastmodel   
 

Uses of Decoder in com.cmpware.fastmodel
 

Fields in com.cmpware.fastmodel declared as Decoder
protected  Decoder Instruction.decoder
          The instruction decoder
 

Methods in com.cmpware.fastmodel that return Decoder
 Decoder Decoder.add(Field field, int value)
          This method returns a decoder with new values added.
 Decoder Decoder.add(Field field, long value)
          This method returns a decoder with new values added.
static Decoder Decoder.primary(Field field, int value)
          This factory method returns a decoder with new values added.
 

Constructors in com.cmpware.fastmodel with parameters of type Decoder
Instruction(java.lang.String name, Decoder decoder, Function function)
          This constructor initializes an instruction.
Instruction(java.lang.String name, Decoder decoder, Function function, int code)
          This constructor initializes an instruction.