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

Packages that use FVhPPort
com.eu.miscedautils.vhdl2verilog   
com.eu.miscedautils.vhdlparser   
 

Uses of FVhPPort in com.eu.miscedautils.vhdl2verilog
 

Methods in com.eu.miscedautils.vhdl2verilog with parameters of type FVhPPort
 FVPPort vhdl2verilog.convertPort(FVhPPort vhport)
           
 

Uses of FVhPPort in com.eu.miscedautils.vhdlparser
 

Methods in com.eu.miscedautils.vhdlparser that return FVhPPort
 FVhPPort FVhPEntity.getPort(java.lang.String portname)
           
 FVhPPort FVhPComponentDecl.getPort(java.lang.String portname)
           
 

Methods in com.eu.miscedautils.vhdlparser that return types with arguments of type FVhPPort
 java.util.LinkedList<FVhPPort> FVhPBlockStatement.getPorts()
           
 java.util.LinkedList<FVhPPort> FVhPEntity.getPorts()
           
 java.util.LinkedList<FVhPPort> FVhPComponentDecl.getPorts()
           
 

Methods in com.eu.miscedautils.vhdlparser with parameters of type FVhPPort
 void FVhPEntity.addPort(FVhPPort port)
           
 void FVhPComponentDecl.addPort(FVhPPort port)
           
 

Method parameters in com.eu.miscedautils.vhdlparser with type arguments of type FVhPPort
 void FVhPBlockStatement.setPorts(java.util.LinkedList<FVhPPort> ports)
           
 void FVhPEntity.setPorts(java.util.LinkedList<FVhPPort> ports)
           
 void FVhPComponentDecl.setPorts(java.util.LinkedList<FVhPPort> ports)