Uses of Class
com.eu.miscedautils.verilogparser.FVPBase.ObjType

Packages that use FVPBase.ObjType
com.eu.miscedautils.verilogparser   
 

Uses of FVPBase.ObjType in com.eu.miscedautils.verilogparser
 

Methods in com.eu.miscedautils.verilogparser that return FVPBase.ObjType
 FVPBase.ObjType FVPComment.getObjType()
           
 FVPBase.ObjType FVPCompilerDirectiveCond.getObjType()
           
 FVPBase.ObjType FVPBase.getObjType()
           
 FVPBase.ObjType FVPMetaComment.getObjType()
           
static FVPBase.ObjType FVPBase.ObjType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FVPBase.ObjType[] FVPBase.ObjType.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 FVPBase.ObjType
static java.util.LinkedList<FVPObjectHierNameMap> FindNetsOrInstances.processModule(FVPModule mod, FVPBase.ObjType objtype, boolean isHier)
           
 void FVPComment.setObjType(FVPBase.ObjType objType)
           
 void FVPCompilerDirectiveCond.setObjType(FVPBase.ObjType objType)
           
 void FVPBase.setObjType(FVPBase.ObjType type)
           
 void FVPMetaComment.setObjType(FVPBase.ObjType objType)
           
 

Constructors in com.eu.miscedautils.verilogparser with parameters of type FVPBase.ObjType
FVPBase(java.lang.Integer line, FVPBase.ObjType objtype)