public interface JsScope
Modifier and Type | Interface and Description |
---|---|
static interface |
JsScope.Declarative
Mirrors declarative scope.
|
static interface |
JsScope.ObjectBased
Mirrors object scope, i.e. the one built above a JavaScript object.
|
static class |
JsScope.Type |
static interface |
JsScope.Visitor<R> |
Modifier and Type | Method and Description |
---|---|
<R> R |
accept(JsScope.Visitor<R> visitor) |
JsScope.Declarative |
asDeclarativeScope() |
JsScope.ObjectBased |
asObjectBased() |
JsScope.Type |
getType() |
JsScope.Type getType()
JsScope.Declarative asDeclarativeScope()
JsScope.ObjectBased asObjectBased()
JsScope.Type.WITH
and null otherwise<R> R accept(JsScope.Visitor<R> visitor)
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.