Uses of Class
com.eu.miscedautils.verilogparser.FVPParamDecl.ParamType

Packages that use FVPParamDecl.ParamType
com.eu.miscedautils.verilogparser   
 

Uses of FVPParamDecl.ParamType in com.eu.miscedautils.verilogparser
 

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