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, onReplace
accept, adoptChildren, atomic, atomic, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, getSourceSection, insert, insert, isAdoptable, isSafelyReplaceableBy, lookupContextReference, lookupLanguageReference, notifyInserted, replace, replace, reportPolymorphicSpecialize, toString
public static GlobalScopeLookupNode create(String varName, boolean write)
public abstract boolean execute(Object scope)