Uses of Class
com.eu.miscedautils.verilogparser.FVPGateInstance.GateType

Packages that use FVPGateInstance.GateType
com.eu.miscedautils.verilogparser   
 

Uses of FVPGateInstance.GateType in com.eu.miscedautils.verilogparser
 

Methods in com.eu.miscedautils.verilogparser that return FVPGateInstance.GateType
 FVPGateInstance.GateType FVPGateInstance.getGateType()
           
static FVPGateInstance.GateType FVPGateInstance.GateType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FVPGateInstance.GateType[] FVPGateInstance.GateType.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 FVPGateInstance.GateType
 void FVPGateInstance.setGateType(FVPGateInstance.GateType gtype)