Uses of Class
com.eu.miscedautils.vhdlparser.FVhPSeqLoopStatment.LoopType

Packages that use FVhPSeqLoopStatment.LoopType
com.eu.miscedautils.vhdlparser   
 

Uses of FVhPSeqLoopStatment.LoopType in com.eu.miscedautils.vhdlparser
 

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

Constructors in com.eu.miscedautils.vhdlparser with parameters of type FVhPSeqLoopStatment.LoopType
FVhPSeqLoopStatment(java.lang.Integer line, FVhPSeqLoopStatment.LoopType type, FVhPLoopParameter param, FVhPExprBase cond)