Package jetbrains.mps.lang.pattern
Class ChildMatcher
- java.lang.Object
 - 
- jetbrains.mps.lang.pattern.ChildMatcher
 
 
- 
public final class ChildMatcher extends Object
Walk/match/extract values of children inside given aggregation link.- Since:
 - 3.4
 
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodeMatcherat(int zeroBasedIndex)ChildMatchercapture(String listVarName)NodeMatcherdone()booleanmatch(List<SNode> pattern, List<SNode> actual) 
 - 
 
- 
- 
Method Detail
- 
at
public NodeMatcher at(int zeroBasedIndex)
 
- 
capture
public ChildMatcher capture(String listVarName)
 
- 
done
public NodeMatcher done()
 
 - 
 
 -