public static interface DebugContext.Scope extends AutoCloseable
DebugContext.scope(Object) or
DebugContext.sandbox(CharSequence, DebugConfig, Object...). Leaving the scope is
achieved via DebugContext.Scope.close().| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Iterable<Object> |
getCurrentContext() |
String |
getQualifiedName()
Gets the names of this scope and its ancestors separated by
'.'. |
String getQualifiedName()
'.'.void close()
close in interface AutoCloseable