Uses of Class
hicosim.components.backend.processor.Decoder.VecWord

Packages that use Decoder.VecWord
hicosim.components.backend.processor   
 

Uses of Decoder.VecWord in hicosim.components.backend.processor
 

Methods in hicosim.components.backend.processor that return Decoder.VecWord
 Decoder.VecWord Decoder.decipherWord(int word)
          This method is used to return a VecWord enum depending on the given intValue.
static Decoder.VecWord Decoder.VecWord.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Decoder.VecWord[] Decoder.VecWord.values()
          Returns an array containing the constants of this enum type, in the order they're declared.