Class UnresolvedFunction

All Implemented Interfaces:
NamedWriteable, Writeable, Resolvable, Unresolvable

public class UnresolvedFunction extends Function implements Unresolvable
An unresolved function call. We build these while walking the syntax tree and then resolve them into other Function subclasses during analysis.