public class Scope extends Object
| Constructor and Description |
|---|
Scope(Map<String,Object> backingMap,
boolean isLocal) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(String key) |
Object |
get(String key) |
boolean |
isLocal() |
void |
put(String key,
Object value) |
Scope |
shallowCopy()
Creates a shallow copy of the Scope.
|
public Scope shallowCopy()
public boolean isLocal()
public boolean containsKey(String key)
Copyright © 2015. All rights reserved.