P - the type of the "project", the top-most semantic language unitR - IModelQuery search result typepublic abstract class AbstractEcoreModelQuery<P extends org.eclipse.emf.ecore.EObject,R> extends AbstractEcoreModelQuery<P,R>
| Constructor and Description |
|---|
AbstractEcoreModelQuery() |
| Modifier and Type | Method and Description |
|---|---|
static org.eclipse.emf.ecore.EObject |
findCompound(java.util.List<de.uni_hildesheim.sse.vil.expressions.expressionDsl.Compound> defs,
Compound element)
Tries finding
element in defs. |
static org.eclipse.emf.ecore.EObject |
findTypedef(java.util.List<de.uni_hildesheim.sse.vil.expressions.expressionDsl.TypeDef> defs,
Typedef element)
Tries finding
element in defs. |
static org.eclipse.emf.ecore.EObject |
findVariableDeclaration(java.util.List<de.uni_hildesheim.sse.vil.expressions.expressionDsl.VariableDeclaration> defs,
VariableDeclaration element)
Tries finding
element in defs. |
getRootNode, getXtextResource, notEmpty, notEmpty, notEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEcoreElement, getName, getProjectpublic static org.eclipse.emf.ecore.EObject findVariableDeclaration(java.util.List<de.uni_hildesheim.sse.vil.expressions.expressionDsl.VariableDeclaration> defs,
VariableDeclaration element)
element in defs.defs - the variable declarations to search withinelement - the element to search forpublic static org.eclipse.emf.ecore.EObject findTypedef(java.util.List<de.uni_hildesheim.sse.vil.expressions.expressionDsl.TypeDef> defs,
Typedef element)
element in defs.defs - the type defs to search withinelement - the element to search forpublic static org.eclipse.emf.ecore.EObject findCompound(java.util.List<de.uni_hildesheim.sse.vil.expressions.expressionDsl.Compound> defs,
Compound element)
element in defs.defs - the type defs to search withinelement - the element to search forCopyright © 2009 - 2018 SSE. All Rights Reserved.