Class CatchScope
A scope induced by a catch clause.
Import path
import javascriptDirect supertypes
Indirect supertypes
Predicates
| getCatchClause | Gets the catch clause that induces this scope. |
| toString | Gets a textual representation of this element. |
Inherited predicates
| getAVariable | Gets a variable declared in this scope. | from Scope |
| getAnInnerScope | Gets a scope nested in this one, if any. | from Scope |
| getLocalTypeName | Gets the local type name with the given name declared in this scope. | from Scope |
| getLocation | Gets the location of the program element this scope is associated with, if any. | from Scope |
| getOuterScope | Gets the scope in which this scope is nested, if any. | from Scope |
| getScopeElement | Gets the program element this scope is associated with, if any. | from Scope |
| getVariable | Gets the variable with the given name declared in this scope. | from Scope |