Uses of Class
com.eu.miscedautils.verilogparser.FVPPort.ObjClass

Packages that use FVPPort.ObjClass
com.eu.miscedautils.verilogparser   
 

Uses of FVPPort.ObjClass in com.eu.miscedautils.verilogparser
 

Methods in com.eu.miscedautils.verilogparser that return FVPPort.ObjClass
 FVPPort.ObjClass FVPPort.getPortClass()
           
static FVPPort.ObjClass FVPPort.ObjClass.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FVPPort.ObjClass[] FVPPort.ObjClass.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 FVPPort.ObjClass
 void FVPPort.setPortClass(FVPPort.ObjClass portClass)