| 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. method(ElementMatcher<? super MethodDescription.InDefinedShape> matcher,
      AsmVisitorWrapper.ForDeclaredMethods.MethodVisitorWrapper methodVisitorWrapper)Defines a new method visitor wrapper to be applied if the given method matcher is matched. | 
| AsmVisitorWrapper.ForDeclaredMethods | Advice. on(ElementMatcher<? super MethodDescription.InDefinedShape> matcher)Returns an ASM visitor wrapper that matches the given matcher and applies this advice to the matched methods. | 
| AsmVisitorWrapper.ForDeclaredMethods | AsmVisitorWrapper.ForDeclaredMethods. readerFlags(int flags)Sets flags for the  ClassReaderthis wrapper is applied to. | 
| AsmVisitorWrapper.ForDeclaredMethods | AsmVisitorWrapper.ForDeclaredMethods. writerFlags(int flags)Sets flags for the  ClassWriterthis wrapper is applied to. | 
Copyright © 2014–2016. All rights reserved.