Interface Arguments

  • All Superinterfaces:
    java.io.Serializable, Value
    All Known Implementing Classes:
    Args

    public interface Arguments
    extends Value
    Multiple arguments to a function call.
    Author:
    Abe White
    • Method Detail

      • getValues

        Value[] getValues()
        Return the values that make up the arguments.