public final class Contexts
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static RebuildingContext |
emptyRebuildingContext()
returns an immutable empty context.
|
static EditableResolvingContext |
mergeContextsOrdered(java.lang.Iterable<ResolvingContext> contexts)
Merges the contexts of the iterable in the order they appear.
|
static EditableResolvingContext |
mergeContextsOrdered(ResolvingContext... contexts) |
static RebuildingContext |
newRebuildingContext()
creates a new rebuilding-context which allows the rebuilding of model nodes
|
static EditableResolvingContext |
newResolvingContext()
creates a new resolving-context which can be filled with resolved operations.
|
public static RebuildingContext emptyRebuildingContext()
public static EditableResolvingContext newResolvingContext()
public static EditableResolvingContext mergeContextsOrdered(java.lang.Iterable<ResolvingContext> contexts)
contexts
- the given contexts to mergepublic static EditableResolvingContext mergeContextsOrdered(ResolvingContext... contexts)
public static RebuildingContext newRebuildingContext()