| 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 | 
|---|---|
AsmVisitorWrapper.ForDeclaredMethods | 
AsmVisitorWrapper.ForDeclaredMethods.constructor(ElementMatcher<? super MethodDescription> matcher,
           AsmVisitorWrapper.ForDeclaredMethods.MethodVisitorWrapper... methodVisitorWrapper)
Defines a new method visitor wrapper to be applied on any constructor if the given method matcher is matched. 
 | 
AsmVisitorWrapper.ForDeclaredMethods | 
AsmVisitorWrapper.ForDeclaredMethods.constructor(ElementMatcher<? super MethodDescription> matcher,
           List<? extends AsmVisitorWrapper.ForDeclaredMethods.MethodVisitorWrapper> methodVisitorWrappers)
Defines a new method visitor wrapper to be applied on any constructor if the given method matcher is matched. 
 | 
AsmVisitorWrapper.ForDeclaredMethods | 
AsmVisitorWrapper.ForDeclaredMethods.invokable(ElementMatcher<? super MethodDescription> matcher,
         AsmVisitorWrapper.ForDeclaredMethods.MethodVisitorWrapper... methodVisitorWrapper)
Defines a new method visitor wrapper to be applied on any method or constructor if the given method matcher is matched. 
 | 
AsmVisitorWrapper.ForDeclaredMethods | 
AsmVisitorWrapper.ForDeclaredMethods.invokable(ElementMatcher<? super MethodDescription> matcher,
         List<? extends AsmVisitorWrapper.ForDeclaredMethods.MethodVisitorWrapper> methodVisitorWrappers)
Defines a new method visitor wrapper to be applied on any method or constructor if the given method matcher is matched. 
 | 
AsmVisitorWrapper.ForDeclaredMethods | 
AsmVisitorWrapper.ForDeclaredMethods.method(ElementMatcher<? super MethodDescription> matcher,
      AsmVisitorWrapper.ForDeclaredMethods.MethodVisitorWrapper... methodVisitorWrapper)
Defines a new method visitor wrapper to be applied on any method if the given method matcher is matched. 
 | 
AsmVisitorWrapper.ForDeclaredMethods | 
AsmVisitorWrapper.ForDeclaredMethods.method(ElementMatcher<? super MethodDescription> matcher,
      List<? extends AsmVisitorWrapper.ForDeclaredMethods.MethodVisitorWrapper> methodVisitorWrappers)
Defines a new method visitor wrapper to be applied on any method if the given method matcher is matched. 
 | 
AsmVisitorWrapper.ForDeclaredMethods | 
Advice.on(ElementMatcher<? super MethodDescription> matcher)
Returns an ASM visitor wrapper that matches the given matcher and applies this advice to the matched methods. 
 | 
AsmVisitorWrapper.ForDeclaredMethods | 
MemberSubstitution.on(ElementMatcher<? super MethodDescription> matcher)
Applies this member substitution to any method that matches the supplied matcher. 
 | 
AsmVisitorWrapper.ForDeclaredMethods | 
AsmVisitorWrapper.ForDeclaredMethods.readerFlags(int flags)
Sets flags for the  
ClassReader this wrapper is applied to. | 
AsmVisitorWrapper.ForDeclaredMethods | 
AsmVisitorWrapper.ForDeclaredMethods.writerFlags(int flags)
Sets flags for the  
ClassWriter this wrapper is applied to. | 
Copyright © 2014–2023. All rights reserved.