Uses of Class
com.eu.miscedautils.verilogparser.FVPMetaComment.CommandType

Packages that use FVPMetaComment.CommandType
com.eu.miscedautils.verilogparser   
 

Uses of FVPMetaComment.CommandType in com.eu.miscedautils.verilogparser
 

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

Constructors in com.eu.miscedautils.verilogparser with parameters of type FVPMetaComment.CommandType
FVPMetaComment(java.lang.Integer line, java.lang.String commandPrefix, FVPMetaComment.CommandType type)