JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
com.strobel.expressions
IRuntimeVariables
Contents
Description
Method Summary
Method Details
size()
get(int)
set(int, Object)
Hide sidebar
Show sidebar
Interface IRuntimeVariables
public interface
IRuntimeVariables
Represents the values of run-time variables.
Author:
Mike Strobel
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Object
get
(int index)
void
set
(int index,
Object
value)
int
size
()
Method Details
size
int
size
()
get
Object
get
(int index)
set
void
set
(int index,
Object
value)