
public class JsCatchScope extends JsNestingScope
| Constructor and Description |
|---|
JsCatchScope(JsScope parent,
String ident) |
| Modifier and Type | Method and Description |
|---|---|
protected JsName |
doCreateName(String ident,
String shortIdent)
Creates a new name in this scope.
|
protected JsName |
findExistingNameNoRecurse(String ident)
Attempts to find the name object for the specified ident, searching in this scope only.
|
Iterable<JsName> |
getAllNames()
Returns an iterable for all the names defined by this scope.
|
addChild, getChildren, getParent, nestInto, readResolvedeclareName, declareName, findExistingName, findExistingUnobfuscatableName, toStringpublic Iterable<JsName> getAllNames()
JsScopegetAllNames in class JsScopeprotected JsName doCreateName(String ident, String shortIdent)
JsScopedoCreateName in class JsScopeprotected JsName findExistingNameNoRecurse(String ident)
JsScopefindExistingNameNoRecurse in class JsScopenull if the identifier has no associated nameCopyright © 2018. All rights reserved.