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

Packages that use FVhPSignal
com.eu.miscedautils.vhdlparser   
 

Uses of FVhPSignal in com.eu.miscedautils.vhdlparser
 

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

Methods in com.eu.miscedautils.vhdlparser with parameters of type FVhPSignal
 void FVhPArchitecture.addSignal(FVhPSignal sig)
           
 

Method parameters in com.eu.miscedautils.vhdlparser with type arguments of type FVhPSignal
 void FVhPArchitecture.setSignals(java.util.LinkedList<FVhPSignal> signals)