public class VariableEnvironment
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected static java.lang.ThreadLocal |
environment |
protected static IVariableNamespace |
sharedEnvironment |
Constructor and Description |
---|
VariableEnvironment() |
Modifier and Type | Method and Description |
---|---|
static IVariableNamespace |
get() |
static IVariableNamespace |
getShared() |
static void |
set(IVariableNamespace cc) |
static void |
setShared(IVariableNamespace cc) |
protected static IVariableNamespace sharedEnvironment
protected static java.lang.ThreadLocal environment
public static IVariableNamespace get()
public static IVariableNamespace getShared()
public static void set(IVariableNamespace cc)
public static void setShared(IVariableNamespace cc)