Package jetbrains.mps.lang.pattern
Interface IMatchingPattern
- 
- All Known Implementing Classes:
 ConceptMatchingPattern,DefaultMatchingPattern,GeneratedMatcher,GeneratedMatchingPattern
public interface IMatchingPattern 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SAbstractConceptgetConcept()booleanmatch(SNode nodeToMatch) 
 - 
 
- 
- 
Method Detail
- 
match
boolean match(SNode nodeToMatch)
 
- 
getConcept
@NotNull SAbstractConcept getConcept()
 
 - 
 
 -