Interface Declaration.Function

All Superinterfaces:
Declaration
Enclosing interface:
Declaration

public static interface Declaration.Function extends Declaration
A function declaration.
  • Method Details

    • parameters

      List<Declaration.Variable> parameters()
      The parameters associated with this function declaration.
      Returns:
      The parameters associated with this function declaration.
    • type

      The foreign type associated with this function declaration.
      Returns:
      The foreign type associated with this function declaration.