org.omegahat.Environment.Language
Interface VarArgsFunctionTable

All Known Implementing Classes:
OmegahatVarArgsSystemFunctions, VarSequenceFunctions

public interface VarArgsFunctionTable

Trivial interface used to identify that the class contains one or more objects that can be treated as interpreted compiled functions that take a variable number of arguments. Such methods have a signature org.omegahat.Environment.Parser.Parse.List, org.omegahat.Environment.Interpreter.Evaluator

Need to add support for named arguments.

See Also:
LazyFunctionTable