| Modifier and Type | Field and Description | 
|---|---|
private static java.util.Map<java.lang.String,java.lang.Object> | 
returnValue  | 
| Constructor and Description | 
|---|
ContextImpl()  | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
initialize()  | 
java.lang.Object | 
value(java.lang.String name)
If there are local/global variables, a variable might have a different
 value depending on the Context, so Contexts should support determining
 the value of an identifier. 
 | 
private static java.util.Map<java.lang.String,java.lang.Object> returnValue
public static void initialize()
public java.lang.Object value(java.lang.String name)
Context