*
* @param classNameMethodMetaDataTuples the meta-data for the cflow stack
* @return boolean
*/
public boolean matchCflow(Set classNameMethodMetaDataTuples) {
CflowExpressionContext ctx = new CflowExpressionContext(m_namespace, classNameMethodMetaDataTuples);
return ((Boolean)root.jjtAccept(CFLOWEVALUATE_VISITOR, ctx)).booleanValue();
}