public static class AbstractTypeCheckingExtension.TypeCheckingScope
extends LinkedHashMap
Map-backed scope used to share data across extension callbacks.
| Type Params | Return Type | Name and description |
|---|---|---|
|
public TypeCheckingScope |
getParent()Returns the parent scope, or null for the root scope. |
| Methods inherited from class | Name |
|---|---|
class LinkedHashMap |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getClass, getOrDefault, hashCode, isEmpty, keySet, merge, notify, notifyAll, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, toString, values, wait, wait, wait |
Returns the parent scope, or null for the root scope.