| 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) | invokedynamiccallサイトの名目記述子を作成します。
 | 
| DynamicCallSiteDesc | DynamicCallSiteDesc. withArgs(ConstantDesc... bootstrapArgs) | ブートストラップ・メソッド、名前および呼出しタイプがこれと同じで、指定されたブートストラップ引数を持つinvokedynamicコール・サイトの名目記述子を返します。 | 
| DynamicCallSiteDesc | DynamicCallSiteDesc. withNameAndType(String invocationName, MethodTypeDesc invocationType) | ブートストラップおよびブートストラップ引数がこれと同じですが、指定されたinvocationNameと呼出しinvocationTypeを使用して、invokedynamicコール・サイトの名目記述子を返します |