Class FunctionSymbol

All Implemented Interfaces:
Serializable, ICanBeGeneric, ICanCaptureVariables, IMayReturnSymbol, IScope, IScopedSymbol, ISymbol, ITokenReference

public class FunctionSymbol extends PossibleGenericSymbol implements IMayReturnSymbol
Scope for functions that are part of a module. While in ek9 these are just functions, when mapped to java we can implement in any way we like i.e. classes. We need to ensure that any functions we extend have the same method signature.
See Also: