Class DynamicCallSite

java.lang.Object
com.strobel.assembler.metadata.DynamicCallSite

public final class DynamicCallSite extends Object
  • Constructor Details

  • Method Details

    • getBootstrapMethodIndex

      public final int getBootstrapMethodIndex()
    • getMethodName

      public final String getMethodName()
    • getMethodType

      public final IMethodSignature getMethodType()
    • getBootstrapArguments

      public final List<Object> getBootstrapArguments()
    • getBootstrapMethodHandle

      public final MethodHandle getBootstrapMethodHandle()
    • getBootstrapMethod

      public final MethodReference getBootstrapMethod()