Interface ISemanticRegionFinder
-
- All Known Subinterfaces:
ISemanticRegionsFinder
- All Known Implementing Classes:
AbstractSemanticRegionsFinder,SemanticRegionInIterableFinder,SemanticRegionMatcher,SemanticRegionNullFinder
public interface ISemanticRegionFinder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ISemanticRegionassignment(Assignment assignment)ISemanticRegioncrossRef(CrossReference crossReference)ISemanticRegionelement(AbstractElement element)ISemanticRegionfeature(org.eclipse.emf.ecore.EStructuralFeature feature)ISemanticRegionkeyword(java.lang.String keyword)ISemanticRegionkeyword(Keyword keyword)ISemanticRegionruleCall(RuleCall ruleCall)ISemanticRegionruleCallTo(AbstractRule rule)
-
-
-
Method Detail
-
assignment
ISemanticRegion assignment(Assignment assignment)
-
crossRef
ISemanticRegion crossRef(CrossReference crossReference)
-
element
ISemanticRegion element(AbstractElement element)
-
feature
ISemanticRegion feature(org.eclipse.emf.ecore.EStructuralFeature feature)
-
keyword
ISemanticRegion keyword(Keyword keyword)
-
keyword
ISemanticRegion keyword(java.lang.String keyword)
-
ruleCall
ISemanticRegion ruleCall(RuleCall ruleCall)
-
ruleCallTo
ISemanticRegion ruleCallTo(AbstractRule rule)
-
-