MemberSubstitution.WithoutSpecification.ForMatchedDynamicInvocation |
MemberSubstitution.dynamic(ElementMatcher<? super JavaConstant.MethodHandle> matcher) |
Matches invokedynamic instructions that are dispatched for the supplied method handle.
|
MemberSubstitution.WithoutSpecification.ForMatchedDynamicInvocation |
MemberSubstitution.lambdaExpression() |
Matches invokedynamic instructions which represents Java lambda expressions.
|
MemberSubstitution.WithoutSpecification.ForMatchedDynamicInvocation |
MemberSubstitution.WithoutSpecification.ForMatchedDynamicInvocation.withArguments(ElementMatcher<? super java.util.List<? extends JavaConstant>> argumentsMatcher) |
Reduces matched invokedynamic instructions to such instructions that is provided with constant arguments which are matched by the supplied matcher.
|
MemberSubstitution.WithoutSpecification.ForMatchedDynamicInvocation |
MemberSubstitution.WithoutSpecification.ForMatchedDynamicInvocation.withName(ElementMatcher<? super java.lang.String> nameMatcher) |
Reduces matched invokedynamic instructions to such instructions that declare a name which is matched by the supplied matcher.
|
MemberSubstitution.WithoutSpecification.ForMatchedDynamicInvocation |
MemberSubstitution.WithoutSpecification.ForMatchedDynamicInvocation.withType(ElementMatcher<? super JavaConstant.MethodType> typeMatcher) |
Reduces matched invokedynamic instructions to such instructions that require a type which is matched by the supplied matcher.
|