Uses of Class
com.eu.miscedautils.vhdlparser.FVhPSeqStmtBase.StmtType

Packages that use FVhPSeqStmtBase.StmtType
com.eu.miscedautils.vhdlparser   
 

Uses of FVhPSeqStmtBase.StmtType in com.eu.miscedautils.vhdlparser
 

Methods in com.eu.miscedautils.vhdlparser that return FVhPSeqStmtBase.StmtType
 FVhPSeqStmtBase.StmtType FVhPSeqStmtBase.getStatementType()
           
static FVhPSeqStmtBase.StmtType FVhPSeqStmtBase.StmtType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FVhPSeqStmtBase.StmtType[] FVhPSeqStmtBase.StmtType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.eu.miscedautils.vhdlparser with parameters of type FVhPSeqStmtBase.StmtType
 void FVhPSeqStmtBase.setStatementType(FVhPSeqStmtBase.StmtType type)
           
 

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