Uses of Class
com.eu.miscedautils.verilogparser.FVPDelayControl.DelayType

Packages that use FVPDelayControl.DelayType
com.eu.miscedautils.verilogparser   
 

Uses of FVPDelayControl.DelayType in com.eu.miscedautils.verilogparser
 

Methods in com.eu.miscedautils.verilogparser that return FVPDelayControl.DelayType
 FVPDelayControl.DelayType FVPDelayControl.getDelayType()
           
static FVPDelayControl.DelayType FVPDelayControl.DelayType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FVPDelayControl.DelayType[] FVPDelayControl.DelayType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.eu.miscedautils.verilogparser with parameters of type FVPDelayControl.DelayType
 void FVPDelayControl.setDelayType(FVPDelayControl.DelayType delayType)