static DynamicCallSiteDesc |
DynamicCallSiteDesc.of(DirectMethodHandleDesc bootstrapMethod, MethodTypeDesc invocationType) |
|
static DynamicCallSiteDesc |
DynamicCallSiteDesc.of(DirectMethodHandleDesc bootstrapMethod, String invocationName, MethodTypeDesc invocationType) |
ブートストラップ・メソッドに静的な引数がないinvokedynamic コール・サイトの名目記述子を作成します。
|
static DynamicCallSiteDesc |
DynamicCallSiteDesc.of(DirectMethodHandleDesc bootstrapMethod, String invocationName, MethodTypeDesc invocationType, ConstantDesc... bootstrapArgs) |
invokedynamic callサイトの名目記述子を作成します。
|
DynamicCallSiteDesc |
DynamicCallSiteDesc.withArgs(ConstantDesc... bootstrapArgs) |
ブートストラップ・メソッド、名前および呼出しタイプがこれと同じで、指定されたブートストラップ引数を持つinvokedynamic コール・サイトの名目記述子を返します。
|
DynamicCallSiteDesc |
DynamicCallSiteDesc.withNameAndType(String invocationName, MethodTypeDesc invocationType) |
ブートストラップおよびブートストラップ引数がこれと同じですが、指定されたinvocationNameと呼出しinvocationTypeを使用して、invokedynamic コール・サイトの名目記述子を返します
|