Package com.rpl.rama
Interface LoopVars.Impl
- All Superinterfaces:
LoopVars
- All Known Implementing Classes:
LoopVars.LoopVarsCollector
- Enclosing interface:
LoopVars
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.rpl.rama.LoopVars
LoopVars.Impl, LoopVars.LoopVar, LoopVars.LoopVarsCollector
-
Method Summary
Modifier and TypeMethodDescriptionDeclare a var with initial value for first iteration of loop
-
Method Details
-
var
Declare a var with initial value for first iteration of loop- Parameters:
var
- Varinit
- Initial value
-