Uses of Class
hicosim.components.backend.processor.enums.VectorType

Packages that use VectorType
hicosim.components.backend.processor   
hicosim.components.backend.processor.enums   
 

Uses of VectorType in hicosim.components.backend.processor
 

Methods in hicosim.components.backend.processor that return VectorType
 VectorType Decoder.decipherVectorType(int type)
          This method is used to return a VectorType enum depending on the given intValue.
 

Uses of VectorType in hicosim.components.backend.processor.enums
 

Methods in hicosim.components.backend.processor.enums that return VectorType
static VectorType VectorType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static VectorType[] VectorType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.