Package jetbrains.mps.lang.pattern.util
Interface IMatchModifier
- 
public interface IMatchModifier 
- 
- 
Field Summary
Fields Modifier and Type Field Description static IMatchModifierDEFAULT 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanaccept(SNode node1, SNode node2)booleanacceptList(List<SNode> nodes1, List<SNode> nodes2)voidperformAction(SNode node1, SNode node2)voidperformGroupAction(List<SNode> nodes1, List<SNode> nodes2) 
 - 
 
- 
- 
Field Detail
- 
DEFAULT
static final IMatchModifier DEFAULT
 
 - 
 
 -