compileMatch( _node, 1 );
}
return;
}
throw new InnerExpressionException( typeArg, new CompilerException.UnsupportedExpression(
"The last argument to MATCH, the match type, must be constant, but is " + typeArg.describe() + "." ) );
}
}
throw new CompilerException.UnsupportedExpression( "MATCH must have two or three arguments." );
}