Class BootstrapMethod

java.lang.Object
de.inetsoftware.classparser.BootstrapMethod

public class BootstrapMethod extends Object
https://docs.oracle.com/javase/specs/jvms/se9/html/jvms-4.html#jvms-4.7.23
Author:
Volker Berlin
  • Method Details

    • getSamMethodType

      public String getSamMethodType()
      Signature and return type of method to be implemented by the function object.
      Returns:
      the signature
      See Also:
    • getImplMethod

      public ConstantMethodRef getImplMethod()
      The real method in the parent class that implements the lambda expression
      Returns:
      the method