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

Packages that use FVhPArchitecture
com.eu.miscedautils.vhdlparser   
 

Uses of FVhPArchitecture in com.eu.miscedautils.vhdlparser
 

Methods in com.eu.miscedautils.vhdlparser that return FVhPArchitecture
 FVhPArchitecture FVhPConfigurationDeclaration.getArchitecture()
           
 FVhPArchitecture FVhPInstantiation.getArchitecture()
           
 FVhPArchitecture FVhPEntity.getMostRecentArchitecture()
           
 FVhPArchitecture FVhPDescription.openArchitecture(java.lang.String workLibName, java.lang.String entityName, java.lang.String archName)
           
 FVhPArchitecture FVhPDescription.openMostRecentArchitecture(java.lang.String workLibName, java.lang.String entityName)
           
 

Methods in com.eu.miscedautils.vhdlparser with parameters of type FVhPArchitecture
 void FVhPInstantiation.setArchitecture(FVhPArchitecture architecture)