com.eu.miscedautils.vhdlparser
Enum FVhPSeqStmtBase.StmtType
java.lang.Object
java.lang.Enum<FVhPSeqStmtBase.StmtType>
com.eu.miscedautils.vhdlparser.FVhPSeqStmtBase.StmtType
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<FVhPSeqStmtBase.StmtType>
- Enclosing class:
- FVhPSeqStmtBase
public static enum FVhPSeqStmtBase.StmtType
- extends java.lang.Enum<FVhPSeqStmtBase.StmtType>
Methods inherited from class java.lang.Enum |
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
SEQ_ASSIGNMENT
public static final FVhPSeqStmtBase.StmtType SEQ_ASSIGNMENT
SEQ_IF_STMT
public static final FVhPSeqStmtBase.StmtType SEQ_IF_STMT
SEQ_WHILE_LOOP
public static final FVhPSeqStmtBase.StmtType SEQ_WHILE_LOOP
SEQ_FOR_LOOP
public static final FVhPSeqStmtBase.StmtType SEQ_FOR_LOOP
SEQ_CASE_ITEM
public static final FVhPSeqStmtBase.StmtType SEQ_CASE_ITEM
SEQ_CASE_STMT
public static final FVhPSeqStmtBase.StmtType SEQ_CASE_STMT
SEQ_LOOP_STMT
public static final FVhPSeqStmtBase.StmtType SEQ_LOOP_STMT
SEQ_WAIT_STMT
public static final FVhPSeqStmtBase.StmtType SEQ_WAIT_STMT
SEQ_PROCEDURE_CALL
public static final FVhPSeqStmtBase.StmtType SEQ_PROCEDURE_CALL
SEQ_UNKNOWN
public static final FVhPSeqStmtBase.StmtType SEQ_UNKNOWN
values
public static FVhPSeqStmtBase.StmtType[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (FVhPSeqStmtBase.StmtType c : FVhPSeqStmtBase.StmtType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static FVhPSeqStmtBase.StmtType valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null