JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
com.strobel.expressions
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)