Uses of Class
com.eu.miscedautils.verilogparser.FVPSCUtil.LogicType

Packages that use FVPSCUtil.LogicType
com.eu.miscedautils.verilogparser   
 

Uses of FVPSCUtil.LogicType in com.eu.miscedautils.verilogparser
 

Methods in com.eu.miscedautils.verilogparser that return FVPSCUtil.LogicType
static FVPSCUtil.LogicType FVPSCUtil.getLogicType()
           
static FVPSCUtil.LogicType FVPSCUtil.LogicType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FVPSCUtil.LogicType[] FVPSCUtil.LogicType.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 FVPSCUtil.LogicType
static void FVPSCUtil.setLogicType(FVPSCUtil.LogicType logicType)