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

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

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

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

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