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

Packages that use FVhPWaveForm
com.eu.miscedautils.vhdlparser   
 

Uses of FVhPWaveForm in com.eu.miscedautils.vhdlparser
 

Methods in com.eu.miscedautils.vhdlparser that return FVhPWaveForm
 FVhPWaveForm FVhPWaveFormWithChoices.getWaveform()
           
 

Methods in com.eu.miscedautils.vhdlparser that return types with arguments of type FVhPWaveForm
 java.util.LinkedList<FVhPWaveForm> FVhPSignalAssignment.getWaveform()
           
 java.util.LinkedList<FVhPWaveForm> FVhPConditionalAssignment.getWaveforms()
           
 

Methods in com.eu.miscedautils.vhdlparser with parameters of type FVhPWaveForm
 void FVhPWaveFormWithChoices.setWaveform(FVhPWaveForm waveform)
           
 

Method parameters in com.eu.miscedautils.vhdlparser with type arguments of type FVhPWaveForm
 void FVhPSignalAssignment.setWaveform(java.util.LinkedList<FVhPWaveForm> waveforms)
           
 void FVhPConditionalAssignment.setWaveforms(java.util.LinkedList<FVhPWaveForm> waveforms)
           
 

Constructors in com.eu.miscedautils.vhdlparser with parameters of type FVhPWaveForm
FVhPWaveFormWithChoices(java.lang.Integer line, FVhPWaveForm waveform, java.util.LinkedList<FVhPBase> choices)
           
 

Constructor parameters in com.eu.miscedautils.vhdlparser with type arguments of type FVhPWaveForm
FVhPConditionalAssignment(java.lang.Integer line, FVhPBase lhs, java.util.LinkedList<FVhPWaveForm> rhs)
           
FVhPSignalAssignment(java.lang.Integer line, FVhPBase lhs, java.util.LinkedList<FVhPWaveForm> rhs)