Uses of Class
com.eu.miscedautils.verilogparser.FVPRange.ConsecutiveType

Packages that use FVPRange.ConsecutiveType
com.eu.miscedautils.verilogparser   
 

Uses of FVPRange.ConsecutiveType in com.eu.miscedautils.verilogparser
 

Methods in com.eu.miscedautils.verilogparser that return FVPRange.ConsecutiveType
 FVPRange.ConsecutiveType FVPRange.getConsecutiveType()
           
static FVPRange.ConsecutiveType FVPRange.ConsecutiveType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FVPRange.ConsecutiveType[] FVPRange.ConsecutiveType.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 FVPRange.ConsecutiveType
 void FVPRange.setConsecutiveType(FVPRange.ConsecutiveType consecutiveType)