Package | Description |
---|---|
net.bytebuddy.asm |
The ASM package contains classes that are meant for direct interaction with the ASM API.
|
Modifier and Type | Method and Description |
---|---|
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 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 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.
|
Copyright © 2014–2025. All rights reserved.