Interface EArray

All Superinterfaces:
EValue
All Known Implementing Classes:
JArray, JReceiver

public interface EArray extends EValue
  • Method Details

    • elements

      List<? extends EValue> elements()
    • get

      EValue get(int index)
    • set

      void set(int index, EValue value)
    • size

      default int size()
    • getType

      default EType getType()
      Specified by:
      getType in interface EValue
    • getMethod

      default MethodEvaluator getMethod(String name, int argCount)
      Specified by:
      getMethod in interface EValue