137138139140141142143
}; } public Match findAllMatchesOnPrimary( ElementGraph elementGraph ) { return findAllMatchesOnPrimary( new PlannerContext(), elementGraph ); }
64656667686970
int count = 0; public ExpressionSubGraphIterator( ExpressionGraph matchExpression, ElementGraph elementGraph ) { this( new PlannerContext(), matchExpression, elementGraph ); }