Uses of Class
com.eu.miscedautils.vhdlparser.FVhPLoopParameter

Packages that use FVhPLoopParameter
com.eu.miscedautils.vhdlparser   
 

Uses of FVhPLoopParameter in com.eu.miscedautils.vhdlparser
 

Methods in com.eu.miscedautils.vhdlparser that return FVhPLoopParameter
 FVhPLoopParameter FVhPForIndex.getLoopParameter()
           
 FVhPLoopParameter FVhPSeqLoopStatment.getParam()
           
 FVhPLoopParameter FVhPGenerateStatement.getParam()
           
 

Methods in com.eu.miscedautils.vhdlparser with parameters of type FVhPLoopParameter
 void FVhPForIndex.setLoopParameter(FVhPLoopParameter loopParameter)
           
 void FVhPSeqLoopStatment.setParam(FVhPLoopParameter param)
           
 void FVhPGenerateStatement.setParam(FVhPLoopParameter param)
           
 

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