Uses of Class
com.eu.miscedautils.vhdlparser.FVhPBase.ObjType

Packages that use FVhPBase.ObjType
com.eu.miscedautils.vhdlparser   
 

Uses of FVhPBase.ObjType in com.eu.miscedautils.vhdlparser
 

Methods in com.eu.miscedautils.vhdlparser that return FVhPBase.ObjType
 FVhPBase.ObjType FVhPBindingIndication.getMasterDuType()
           
 FVhPBase.ObjType FVhPBase.getObjType()
           
static FVhPBase.ObjType FVhPBase.ObjType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FVhPBase.ObjType[] FVhPBase.ObjType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.eu.miscedautils.vhdlparser with parameters of type FVhPBase.ObjType
 void FVhPBindingIndication.setMasterDuType(FVhPBase.ObjType masterDuType)
           
 void FVhPBase.setObjType(FVhPBase.ObjType type)
           
 

Constructors in com.eu.miscedautils.vhdlparser with parameters of type FVhPBase.ObjType
FVhPBase(java.lang.Integer line, FVhPBase.ObjType objtype)