Class FunctionReference


public final class FunctionReference extends Expression
An identifier referring to a function name. This is an intermediate value: FunctionReferences are always eventually replaced by FunctionCalls in valid programs.