Uses of Class
de.inetsoftware.classparser.ConstantMethodRef
-
Packages that use ConstantMethodRef Package Description de.inetsoftware.classparser -
-
Uses of ConstantMethodRef in de.inetsoftware.classparser
Fields in de.inetsoftware.classparser declared as ConstantMethodRef Modifier and Type Field Description private ConstantMethodRef
BootstrapMethod. implMethod
A direct method handle describing the implementation method which should be calledMethods in de.inetsoftware.classparser that return ConstantMethodRef Modifier and Type Method Description ConstantMethodRef
BootstrapMethod. getImplMethod()
The real method in the parent class that implements the lambda expression
-