Uses of Class
net.bytebuddy.asm.MemberSubstitution.WithoutSpecification.ForMatchedDynamicInvocation
Packages that use MemberSubstitution.WithoutSpecification.ForMatchedDynamicInvocation
Package
Description
The ASM package contains classes that are meant for direct interaction with the ASM API.
-
Uses of MemberSubstitution.WithoutSpecification.ForMatchedDynamicInvocation in net.bytebuddy.asm
Methods in net.bytebuddy.asm that return MemberSubstitution.WithoutSpecification.ForMatchedDynamicInvocationModifier and TypeMethodDescriptionMemberSubstitution.dynamic
(ElementMatcher<? super JavaConstant.MethodHandle> matcher) Matches invokedynamic instructions that are dispatched for the supplied method handle.MemberSubstitution.lambdaExpression()
Matches invokedynamic instructions which represents Java lambda expressions.MemberSubstitution.WithoutSpecification.ForMatchedDynamicInvocation.withArguments
(ElementMatcher<? super 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.withName
(ElementMatcher<? super String> nameMatcher) Reduces matched invokedynamic instructions to such instructions that declare a name which is matched by the supplied matcher.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.