Uses of Class
com.cmpware.tools.AutoModelVLIW.Decode

Packages that use AutoModelVLIW.Decode
com.cmpware.tools   
 

Uses of AutoModelVLIW.Decode in com.cmpware.tools
 

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

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

Constructors in com.cmpware.tools with parameters of type AutoModelVLIW.Decode
AutoModelVLIW.Instruction(java.lang.String name, AutoModelVLIW.Format format, AutoModelVLIW.Decode decode, AutoModelVLIW.Function fn)
          Constructor