Interface Verifier.DefaultArgsAction

Enclosing class:
Verifier
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface Verifier.DefaultArgsAction
Strategy invoked for each synthetic method or constructor generated for default arguments.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    call(ArgumentListExpression arguments, Parameter[] parameters, MethodNode method)
    Handles one generated argument list for a default-parameter variant.
  • Method Details

    • call

      void call(ArgumentListExpression arguments, Parameter[] parameters, MethodNode method)
      Handles one generated argument list for a default-parameter variant.
      Parameters:
      arguments - the arguments to pass to the generated member
      parameters - the parameters for the generated member
      method - the source method or constructor being expanded