Uses of Class
com.eu.miscedautils.SortHDL.SortHDLBase.ObjType

Packages that use SortHDLBase.ObjType
com.eu.miscedautils.SortHDL   
 

Uses of SortHDLBase.ObjType in com.eu.miscedautils.SortHDL
 

Methods in com.eu.miscedautils.SortHDL that return SortHDLBase.ObjType
 SortHDLBase.ObjType SortHDLBinding.getMastertype()
           
 SortHDLBase.ObjType SortHDLBase.getObjType()
           
 SortHDLBase.ObjType SortHDLInstance.getPrimDUType()
           
static SortHDLBase.ObjType SortHDLBase.ObjType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SortHDLBase.ObjType[] SortHDLBase.ObjType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.eu.miscedautils.SortHDL with parameters of type SortHDLBase.ObjType
 void SortHDLBinding.setMastertype(SortHDLBase.ObjType mastertype)
           
 void SortHDLBase.setObjType(SortHDLBase.ObjType type)
           
 void SortHDLInstance.setPrimDUType(SortHDLBase.ObjType primDUType)
           
 

Constructors in com.eu.miscedautils.SortHDL with parameters of type SortHDLBase.ObjType
SortHDLBase(HDLFile file, java.lang.Integer line, SortHDLBase.ObjType objtype)
           
SortHDLBinding(SortHDLBase.ObjType objtype, java.lang.String instname, java.lang.String lib, java.lang.String compname, SortHDLBase.ObjType mastertype, java.lang.String mastername, HDLFile file, java.lang.Integer line)
           
SortHDLInstance(SortHDLBase.ObjType objtype, java.lang.String instname, java.lang.String lib, java.lang.String compname, SortHDLBase.ObjType mastertype, HDLFile file, java.lang.Integer line)
           
SortHDLUnit(SortHDLBase.ObjType objtype, java.lang.String name, HDLFile file, java.lang.Integer line)