39404142434445
public String getName() { return "Val"; } public Type[] getParameterTypes() { return new Type[] { new NumericType() }; }
47484950515253
public String[] getReservedWords() { return null; } public Type getReturnType(Type[] parameterTypes) { return new NumericType(); }
33343536373839
public Syntax getSyntax() { return Syntax.Function; } public Type getReturnType(Type[] parameterTypes) { return new NumericType(); }