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

Packages that use FVhPComponentSpecification
com.eu.miscedautils.vhdlparser   
 

Uses of FVhPComponentSpecification in com.eu.miscedautils.vhdlparser
 

Methods in com.eu.miscedautils.vhdlparser that return FVhPComponentSpecification
 FVhPComponentSpecification FVhPComponentConfiguration.getComponentSpecification()
           
 FVhPComponentSpecification FVhPConfigurationSpecification.getComponentSpecification()
           
 

Methods in com.eu.miscedautils.vhdlparser with parameters of type FVhPComponentSpecification
 void FVhPComponentConfiguration.setComponentSpecification(FVhPComponentSpecification componentSpecification)
           
 void FVhPConfigurationSpecification.setComponentSpecification(FVhPComponentSpecification componentSpecification)
           
 

Constructors in com.eu.miscedautils.vhdlparser with parameters of type FVhPComponentSpecification
FVhPComponentConfiguration(java.lang.Integer line, FVhPComponentSpecification compspec)
           
FVhPConfigurationSpecification(java.lang.Integer line, FVhPBindingIndication bind, FVhPComponentSpecification compspec)