throw new PropertyException("No such function: "
+ getCurrentTokenValue());
}
next();
final Expr[] functionArguments = parseArgs();
final Function function = Function.makeFunction(functionType,
functionArguments, this.propertyType);
validateFunctionHeritage(functionType, this.fobj);
return function;
}
default: