public interface Scopeable
| Modifier and Type | Method and Description |
|---|---|
ScopeId |
getScopeId()
Get the
ScopeId for the instance. |
void |
scopeDeleted()
Provides a notification that an external scope is about to be deleted.
|
void |
scopeFinished()
Provides a notification that a scope is about to be exited.
|
void |
scopeStart(BlockDefinition block)
Provides a notification that a new scope is about to be entered.
|
void scopeStart(BlockDefinition block)
block - The explicit block definition which required this notification.void scopeFinished()
void scopeDeleted()
ScopeId getScopeId()
ScopeId for the instance.null for cases when the scope notification is not done via
BlockDefinition.scopeList.