Interface IRuntimeVariables

All Known Implementing Classes:
RuntimeOperations.RuntimeVariableList

public interface IRuntimeVariables
Represents the values of run-time variables.
  • 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)