public class Scope extends Object
| Constructor and Description |
|---|
Scope(Map<String,Object> data) |
Scope(Scope parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
assign(String prefix,
Object value) |
boolean |
hasSeen(String variable) |
boolean |
isGlobalScope() |
void |
markAsSeen(String variable) |
Value |
resolve(String var) |
void |
unassign(String prefix) |
Scope |
up() |
Copyright © 2016. All rights reserved.