StackableScope
A stackable scope to support structured constructs. The push method is used to push a StackableScope to the current thread's scope stack. The tryPop and popForcefully methods are used to pop the StackableScope from the current thread's scope stack.
Inheritors
Functions
Link copied to clipboard
Returns the scope that encloses this scope.
Returns the scope of the given type that encloses this scope.
Link copied to clipboard
Pops this scope from the current thread's scope stack.
Link copied to clipboard
Returns the scope that directly encloses this scope, null if none.
Link copied to clipboard
Pushes this scope onto the current thread's scope stack.