Package | Description |
---|---|
org.eclipse.incquery.viewers.runtime.model.patterns | |
org.eclipse.incquery.viewers.runtime.model.patterns.util |
Modifier and Type | Method and Description |
---|---|
ChildrenMatch |
ChildrenMatcher.getOneArbitraryMatch(Item pParent,
Item pChild)
Returns an arbitrarily chosen match of the pattern that conforms to the given fixed values of some parameters.
|
static ChildrenMatch |
ChildrenMatch.newEmptyMatch()
Returns an empty, mutable match.
|
static ChildrenMatch |
ChildrenMatch.newMatch(Item pParent,
Item pChild)
Returns a new (partial) match.
|
ChildrenMatch |
ChildrenMatcher.newMatch(Item pParent,
Item pChild)
Returns a new (partial) match.
|
static ChildrenMatch |
ChildrenMatch.newMutableMatch(Item pParent,
Item pChild)
Returns a mutable (partial) match.
|
ChildrenMatch |
ChildrenMatch.toImmutable() |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ChildrenMatch> |
ChildrenMatcher.getAllMatches(Item pParent,
Item pChild)
Returns the set of all matches of the pattern that conform to the given fixed values of some parameters.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<Item> |
ChildrenMatcher.getAllValuesOfchild(ChildrenMatch partialMatch)
Retrieve the set of values that occur in matches for child.
|
java.util.Set<Item> |
ChildrenMatcher.getAllValuesOfparent(ChildrenMatch partialMatch)
Retrieve the set of values that occur in matches for parent.
|
Modifier and Type | Method and Description |
---|---|
void |
ChildrenMatcher.forEachMatch(Item pParent,
Item pChild,
IMatchProcessor<? super ChildrenMatch> processor)
Executes the given processor on each match of the pattern that conforms to the given fixed values of some parameters.
|
boolean |
ChildrenMatcher.forOneArbitraryMatch(Item pParent,
Item pChild,
IMatchProcessor<? super ChildrenMatch> processor)
Executes the given processor on an arbitrarily chosen match of the pattern that conforms to the given fixed values of some parameters.
|
Modifier and Type | Method and Description |
---|---|
ChildrenMatch |
ChildrenQuerySpecification.newEmptyMatch() |
ChildrenMatch |
ChildrenQuerySpecification.newMatch(java.lang.Object... parameters) |
Modifier and Type | Method and Description |
---|---|
void |
ChildrenProcessor.process(ChildrenMatch match) |