|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ModelQueryException in org.eclipse.gmt.modisco.infra.facet.core |
---|
Methods in org.eclipse.gmt.modisco.infra.facet.core that throw ModelQueryException | |
---|---|
java.lang.Object |
FacetContext.get(EObject eObject,
EStructuralFeature structuralFeature)
|
|
FacetContext.getAttributes(EObject eObject)
|
|
FacetContext.getReferences(EObject eObject)
|
boolean |
FacetContext.isInstance(EObject eObject,
Facet facet)
|
Uses of ModelQueryException in org.eclipse.gmt.modisco.infra.query.core |
---|
Methods in org.eclipse.gmt.modisco.infra.query.core that throw ModelQueryException | |
---|---|
java.lang.Object |
AbstractModelQuery.basicEvaluate(EObject context)
This method is equivalent to AbstractModelQuery.evaluate(EObject)
but rather than return the errors into a ModelQueryResult instance, it
throws an exception. |
abstract java.lang.Object |
AbstractModelQuery.basicEvaluate(EObject context,
java.util.List<ModelQueryParameterValue> parameterValues)
This method must be overridden by each sub class to implement query evaluation. |
AbstractModelQuery |
IModelQueryFactory.create(ModelQuery modelQuery,
Bundle bundle)
|
AbstractModelQuery |
ModelQuerySetCatalog.getModelQueryImpl(ModelQuery modelQuery)
This method return a java object containing the model query implementation. |
Uses of ModelQueryException in org.eclipse.gmt.modisco.infra.query.core.exception |
---|
Subclasses of ModelQueryException in org.eclipse.gmt.modisco.infra.query.core.exception | |
---|---|
class |
BundleClassPathException
|
class |
ExecutionEnvironmentException
|
class |
MissingBundleException
|
class |
ModelQueryExecutionException
|
class |
ModelQueryTypeCheckingException
|
class |
ProjectDisabledException
|
Uses of ModelQueryException in org.eclipse.gmt.modisco.infra.query.jxpath.query |
---|
Methods in org.eclipse.gmt.modisco.infra.query.jxpath.query that throw ModelQueryException | |
---|---|
java.lang.Object |
JXPathModelQueryAdapter.basicEvaluate(EObject context,
java.util.List<ModelQueryParameterValue> parameterValues)
This method must be overridden by each sub class to implement query evaluation. |
AbstractModelQuery |
JXPathModelQueryFactory.create(ModelQuery modelQuery,
Bundle bundle)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |