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

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

Uses of FVhPComponentDecl in com.eu.miscedautils.vhdl2verilog
 

Methods in com.eu.miscedautils.vhdl2verilog with parameters of type FVhPComponentDecl
 java.util.LinkedList<FVPParamDecl> vhdl2verilog.convertComponentGenerics(FVhPComponentDecl comp)
           
 java.util.LinkedList<FVPPort> vhdl2verilog.convertComponentPorts(FVhPComponentDecl comp)
           
 

Uses of FVhPComponentDecl in com.eu.miscedautils.vhdlparser
 

Methods in com.eu.miscedautils.vhdlparser that return types with arguments of type FVhPComponentDecl
 java.util.LinkedList<FVhPComponentDecl> FVhPArchitecture.getComponentDecls()
           
 

Methods in com.eu.miscedautils.vhdlparser with parameters of type FVhPComponentDecl
 void FVhPArchitecture.addComponentDecls(FVhPComponentDecl decl)
           
 

Method parameters in com.eu.miscedautils.vhdlparser with type arguments of type FVhPComponentDecl
 void FVhPArchitecture.setComponentDecls(java.util.LinkedList<FVhPComponentDecl> decls)