Class ConstantInvokeDynamic
java.lang.Object
de.inetsoftware.classparser.ConstantInvokeDynamic
- Author:
- Volker Berlin
-
Method Details
-
getName
The simple name of the generated method of the single function interface.- Returns:
- the name
-
getType
Get the signature of the factory method. For example "()Ljava.lang.Runnable;" for the lamba expression "Runnable run = () -> foo();"- Returns:
- the type
-
getBootstrapMethodIndex
public int getBootstrapMethodIndex()Get the index to the bootstrap methods.- Returns:
- the index
-