Package org.eclipse.handly.model
Interface IModelExtension
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default IContext
getModelContext()
Returns a context which provides information and services pertaining to this model.
-
-
-
Method Detail
-
getModelContext
default IContext getModelContext()
Returns a context which provides information and services pertaining to this model. The context, as a set of bindings, is immutable. The relationship between a model and its context does not change over the lifetime of the model.- Returns:
- the model context (never
null
)
-
-