jj_consume_token(PERIOD);
break;
default:
jj_la1[110] = jj_gen;
jj_consume_token(-1);
throw new ParseException();
}
methodNode = methodName(receiver);
methodCallParameterList(parameterList);
/*
** ? 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 StandardException.newException(SQLState.LANG_PARAMETER_RECEIVER,
methodNode.getMethodName());}
}
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(
C_NodeTypes.JAVA_TO_SQL_VALUE_NODE,
methodNode,
getContextManager());}
} 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 StandardException.newException(SQLState.LANG_PARAMETER_RECEIVER,
methodNode.getMethodName());}
}
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(
C_NodeTypes.JAVA_TO_SQL_VALUE_NODE,
methodNode,
getContextManager());}
break;
default:
jj_la1[111] = jj_gen;
jj_consume_token(-1);
throw new ParseException();
}
}
throw new Error("Missing return statement in function");
}