Package com.rpl.rama

Interface LoopVars.Impl

All Superinterfaces:
LoopVars
All Known Implementing Classes:
LoopVars.LoopVarsCollector
Enclosing interface:
LoopVars

public static interface LoopVars.Impl extends LoopVars
  • Method Details

    • var

      LoopVars.Impl var(String var, Object init)
      Declare a var with initial value for first iteration of loop
      Parameters:
      var - Var
      init - Initial value