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

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

Uses of FVhPInterfaceElement in com.eu.miscedautils.vhdl2verilog
 

Methods in com.eu.miscedautils.vhdl2verilog with parameters of type FVhPInterfaceElement
 FVPBase vhdl2verilog.convertInterfaceElement(FVhPInterfaceElement intf_ele)
           
 

Uses of FVhPInterfaceElement in com.eu.miscedautils.vhdlparser
 

Methods in com.eu.miscedautils.vhdlparser that return FVhPInterfaceElement
 FVhPInterfaceElement FVhPGeneric.getInterfaceElement()
           
 FVhPInterfaceElement FVhPGeneric.getIntf_ele()
           
 FVhPInterfaceElement FVhPPort.getIntfEle()
           
 

Methods in com.eu.miscedautils.vhdlparser that return types with arguments of type FVhPInterfaceElement
 java.util.LinkedList<FVhPInterfaceElement> FVhPSubProgramBody.getInterfaceElementList()
           
 java.util.LinkedList<FVhPInterfaceElement> FVhPSubProgramDecl.getInterfaceElementList()
           
 

Methods in com.eu.miscedautils.vhdlparser with parameters of type FVhPInterfaceElement
 void FVhPSubProgramBody.addInterfaceElement(FVhPInterfaceElement ele)
           
 void FVhPSubProgramDecl.addInterfaceElement(FVhPInterfaceElement ele)
           
 void FVhPGeneric.setInterfaceElement(FVhPInterfaceElement ele)
           
 void FVhPGeneric.setIntf_ele(FVhPInterfaceElement intfEle)
           
 void FVhPPort.setIntfEele(FVhPInterfaceElement ele)
           
 

Method parameters in com.eu.miscedautils.vhdlparser with type arguments of type FVhPInterfaceElement
 void FVhPSubProgramBody.setInterfaceElementList(java.util.LinkedList<FVhPInterfaceElement> interfaceElementList)
           
 void FVhPSubProgramDecl.setInterfaceElementList(java.util.LinkedList<FVhPInterfaceElement> interfaceElementList)
           
 

Constructors in com.eu.miscedautils.vhdlparser with parameters of type FVhPInterfaceElement
FVhPGeneric(FVhPInterfaceElement ele)
           
FVhPPort(FVhPInterfaceElement intf_ele)