Interface InvokeDynamicEntry

All Superinterfaces:
DynamicConstantPoolEntry, PoolEntry

public sealed interface InvokeDynamicEntry extends DynamicConstantPoolEntry
Models a constant pool entry for a dynamic call site.
See Java Virtual Machine Specification:
4.4.10 The CONSTANT_Dynamic_info and CONSTANT_InvokeDynamic_info Structures
Since:
24
  • Method Details

    • typeSymbol

      default MethodTypeDesc typeSymbol()
      Returns a symbolic descriptor for the call site's invocation type.
      Returns:
      a symbolic descriptor for the call site's invocation type
    • asSymbol

      default DynamicCallSiteDesc asSymbol()
      Returns a symbolic descriptor for the dynamic call site.
      Returns:
      a symbolic descriptor for the dynamic call site