Interface IRuntimeVariables


public interface IRuntimeVariables
Represents the values of run-time variables.
Author:
Mike Strobel
  • Method Summary

    Modifier and Type
    Method
    Description
    get(int index)
     
    void
    set(int index, Object value)
     
    int
     
  • Method Details

    • size

      int size()
    • get

      Object get(int index)
    • set

      void set(int index, Object value)