public abstract class GlobalScopeLookupNode extends JavaScriptBaseNode
| Modifier and Type | Method and Description |
|---|---|
static GlobalScopeLookupNode |
create(String varName,
boolean write) |
abstract boolean |
execute(Object scope) |
copy, onReplaceaccept, adoptChildren, atomic, atomic, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, getSourceSection, insert, insert, isAdoptable, isSafelyReplaceableBy, lookupContextReference, lookupLanguageReference, notifyInserted, replace, replace, reportPolymorphicSpecialize, toStringpublic static GlobalScopeLookupNode create(String varName, boolean write)
public abstract boolean execute(Object scope)