public class ImmutableGenericContext extends AbstractGenericContextProxy
GenericContext
interface that is an immutable
view that delegates to another instance.Modifier and Type | Field and Description |
---|---|
private GenericContext |
delegate
the
"delegate instance" this proxy points to. |
Constructor and Description |
---|
ImmutableGenericContext(GenericContext environment)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
protected GenericContext |
getContext()
This method gets the delegate instance this proxy points to.
|
createChildContext, getVariable, getVariable, getVariable, getVariableNames, hasVariable, requireVariable, requireVariable, requireVariable, toMap
private final GenericContext delegate
"delegate instance"
this proxy points to.public ImmutableGenericContext(GenericContext environment)
environment
- is the "delegate instance"
this proxy points to.protected GenericContext getContext()
AbstractGenericContextProxy
getContext
in class AbstractGenericContextProxy
Copyright © 2001–2016 mmm-Team. All rights reserved.