Uses of Class
com.eu.miscedautils.verilogparser.FVPCompilerDirectiveCond.Directive

Packages that use FVPCompilerDirectiveCond.Directive
com.eu.miscedautils.verilogparser   
 

Uses of FVPCompilerDirectiveCond.Directive in com.eu.miscedautils.verilogparser
 

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

Constructors in com.eu.miscedautils.verilogparser with parameters of type FVPCompilerDirectiveCond.Directive
FVPCompilerDirectiveCond(java.lang.Integer line, java.lang.String id, FVPCompilerDirectiveCond.Directive dirtype)