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

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

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

Methods in com.eu.miscedautils.vhdlparser that return FVhPBase.ObjectClass
 FVhPBase.ObjectClass FVhPInterfaceElement.getStorageClass()
           
static FVhPBase.ObjectClass FVhPBase.ObjectClass.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FVhPBase.ObjectClass[] FVhPBase.ObjectClass.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.ObjectClass
 void FVhPInterfaceElement.setStorageClass(FVhPBase.ObjectClass storageClass)