** ? parameters are not allowed for the receiver --
** unless the receiver is standing in for a named parameter,
** whose type is therefore known.
*/
if (receiver instanceof ParameterNode) {
{if (true) throw new StandardException("Parameter not allowed for method receiver");}
}
methodNode.addParms(parameterList);
/*
** Assume this is being returned to the SQL domain. If it turns
** out that this is being returned to the Java domain, we will
** get rid of this node.
*/
{if (true) return (ValueNode)nodeFactory.getNode(NodeTypes.JAVA_TO_SQL_VALUE_NODE,
methodNode,
parserContext);}
} else {
switch (jj_nt.kind) {
case PERIOD:
jj_consume_token(PERIOD);
methodNode = methodName(receiver);
/*
** ? parameters are not allowed for the receiver --
** unless the receiver is standing in for a named parameter,
** whose type is therefore known.
*/
if (receiver instanceof ParameterNode) {
{if (true) throw new StandardException("Parameter not allowed for method receiver");}
}
methodNode.addParms(parameterList);
/*