Class BootstrapMethod
java.lang.Object
de.inetsoftware.classparser.BootstrapMethod
https://docs.oracle.com/javase/specs/jvms/se9/html/jvms-4.html#jvms-4.7.23
- Author:
- Volker Berlin
-
Method Summary
Modifier and TypeMethodDescriptionThe real method in the parent class that implements the lambda expressionSignature and return type of method to be implemented by the function object.
-
Method Details
-
getSamMethodType
Signature and return type of method to be implemented by the function object.- Returns:
- the signature
- See Also:
-
getImplMethod
The real method in the parent class that implements the lambda expression- Returns:
- the method
-