Package com.strobel.expressions
Interface IRuntimeVariables
-
- All Known Implementing Classes:
RuntimeOperations.RuntimeVariableList
public interface IRuntimeVariablesRepresents the values of run-time variables.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Objectget(int index)voidset(int index, java.lang.Object value)intsize()
-