Interface CodeForEachExpression

All Superinterfaces:
CodeForExpression, CodeItem

public interface CodeForEachExpression extends CodeForExpression
CodeForExpression for a foreach loop.
Since:
1.0.0
Author:
Joerg Hohwiller (hohwille at users.sourceforge.net)
  • Method Details

    • getVariable

      CodeLocalVariable getVariable()
      Returns:
      the loop variable.
    • getExpression

      CodeExpression getExpression()
      Returns:
      the expression resulting in the object to iterate.