Uses of Class
com.eu.miscedautils.verilogparser.FVPGenerateBase.StmtType

Packages that use FVPGenerateBase.StmtType
com.eu.miscedautils.verilogparser   
 

Uses of FVPGenerateBase.StmtType in com.eu.miscedautils.verilogparser
 

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

Constructors in com.eu.miscedautils.verilogparser with parameters of type FVPGenerateBase.StmtType
FVPGenerateBase(java.lang.Integer line, FVPGenerateBase.StmtType type)