Uses of Class
com.eu.miscedautils.verilogparser.FVPNet.NetType

Packages that use FVPNet.NetType
com.eu.miscedautils.verilogparser   
 

Uses of FVPNet.NetType in com.eu.miscedautils.verilogparser
 

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

Constructors in com.eu.miscedautils.verilogparser with parameters of type FVPNet.NetType
FVPNet(java.lang.Integer line, FVPIdentifier id, FVPNet.NetType type, java.util.LinkedList<FVPRange> dim)