(program (programItem (useDirective use test::classify-request)) (programItem (section REMAP { (sectionBody (statement (functionCall test::classify-request ( (argumentList (value "remap-classifier")) )) ;)) (sectionBody (conditional (ifStatement if (condition (expression (term (factor (comparison (comparable inbound.req.X-Special) == (value "yes")))))) (block { (blockItem (statement (functionCall test::classify-request ( (argumentList (value "special")) )) ;)) })))) })) <EOF>)
