Uses of Class
com.eu.miscedautils.verilogparser.FVPSeqLoopStatment.LoopType

Packages that use FVPSeqLoopStatment.LoopType
com.eu.miscedautils.verilogparser   
 

Uses of FVPSeqLoopStatment.LoopType in com.eu.miscedautils.verilogparser
 

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

Constructors in com.eu.miscedautils.verilogparser with parameters of type FVPSeqLoopStatment.LoopType
FVPSeqLoopStatment(java.lang.Integer line, FVPSeqLoopStatment.LoopType type, java.util.LinkedList<FVPBase> stmts, FVPExprBase cond)