Class ForEachStatementTransformer.ArrayIterator

java.lang.Object
gw.internal.gosu.ir.transform.statement.ForEachStatementTransformer.ArrayIterator
All Implemented Interfaces:
Iterator
Enclosing class:
ForEachStatementTransformer

static final class ForEachStatementTransformer.ArrayIterator extends Object implements Iterator
  • Field Details

    • _iCsr

      private int _iCsr
    • _array

      private Object _array
    • _arrayType

      private IType _arrayType
  • Constructor Details

    • ArrayIterator

      ArrayIterator(Object array, IType arrayType)
  • Method Details