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