public interface EditableResolvingContext extends ResolvingContext
EditableResolvingContext
corresponding to the mutable version of the ResolvingContext
Modifier and Type | Method and Description |
---|---|
<R,E extends Expression<R>> |
put(E key,
R value)
Put a key and value in the resolving context.
|
void |
putAllNew(ResolvingContext context)
Put all new key/value pairs in the resolving context from a previous version of it
|
resolvedValueOf, resolves, size
<R,E extends Expression<R>> void put(E key, R value)
key
- the unresolved nodevalue
- the resolved version of the key nodevoid putAllNew(ResolvingContext context)
context
- the context to extract the new key/value pairs