Preview
Second Preview of ClassFile API (JEP 466).
Programs can only use InvokeDynamicEntry
when preview features are enabled.
Preview features may be removed in a future release,
or upgraded to permanent features of the Java platform.
Modifier and Type | Method and Description |
---|---|
public default DynamicCallSiteDesc | Returns: a symbolic descriptor for the dynamic call siteReturns a symbolic descriptor for the dynamic call site. |
public default MethodTypeDesc | Returns: a symbolic descriptor for the call site's invocation typeReturns a symbolic descriptor for the call site's invocation type. |
asSymbol | back to summary |
---|---|
public default DynamicCallSiteDesc asSymbol() Returns a symbolic descriptor for the dynamic call site.
|
typeSymbol | back to summary |
---|---|
public default MethodTypeDesc typeSymbol() Returns a symbolic descriptor for the call site's invocation type.
|