Uses of Class
com.eu.miscedautils.vhdlparser.FVhPPhysicalTypeSecondaryUnit

Packages that use FVhPPhysicalTypeSecondaryUnit
com.eu.miscedautils.vhdlparser   
 

Uses of FVhPPhysicalTypeSecondaryUnit in com.eu.miscedautils.vhdlparser
 

Methods in com.eu.miscedautils.vhdlparser that return types with arguments of type FVhPPhysicalTypeSecondaryUnit
 java.util.LinkedList<FVhPPhysicalTypeSecondaryUnit> FVhPPhysicalType.getSecondaryUnits()
           
 

Methods in com.eu.miscedautils.vhdlparser with parameters of type FVhPPhysicalTypeSecondaryUnit
 void FVhPPhysicalType.addSecondaryUnit(FVhPPhysicalTypeSecondaryUnit secondaryunit)
           
 

Method parameters in com.eu.miscedautils.vhdlparser with type arguments of type FVhPPhysicalTypeSecondaryUnit
 void FVhPPhysicalType.setSecondaryUnits(java.util.LinkedList<FVhPPhysicalTypeSecondaryUnit> secondaryunits)