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

Packages that use FVhPPortMap
com.eu.miscedautils.vhdlparser   
 

Uses of FVhPPortMap in com.eu.miscedautils.vhdlparser
 

Methods in com.eu.miscedautils.vhdlparser that return types with arguments of type FVhPPortMap
 java.util.LinkedList<FVhPPortMap> FVhPBindingIndication.getPortmaps()
           
 java.util.LinkedList<FVhPPortMap> FVhPBlockStatement.getPortmaps()
           
 java.util.LinkedList<FVhPPortMap> FVhPInstantiation.getPortmaps()
           
 

Methods in com.eu.miscedautils.vhdlparser with parameters of type FVhPPortMap
 void FVhPInstantiation.addPortMap(FVhPPortMap portmap)
           
 

Method parameters in com.eu.miscedautils.vhdlparser with type arguments of type FVhPPortMap
 void FVhPBindingIndication.setPortmaps(java.util.LinkedList<FVhPPortMap> portmaps)
           
 void FVhPBlockStatement.setPortmaps(java.util.LinkedList<FVhPPortMap> portmaps)
           
 void FVhPInstantiation.setPortmaps(java.util.LinkedList<FVhPPortMap> portmaps)