Uses of Class
com.eu.miscedautils.verilogparser.FVPSeqCaseStatement.CaseType

Packages that use FVPSeqCaseStatement.CaseType
com.eu.miscedautils.verilogparser   
 

Uses of FVPSeqCaseStatement.CaseType in com.eu.miscedautils.verilogparser
 

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

Constructors in com.eu.miscedautils.verilogparser with parameters of type FVPSeqCaseStatement.CaseType
FVPSeqCaseStatement(java.lang.Integer line, FVPSeqCaseStatement.CaseType type, java.util.LinkedList<FVPSeqCaseItem> itms, FVPExprBase select)