| Package | Description |
|---|---|
| com.googlecode.aviator.asm |
Provides a small and fast bytecode manipulation framework.
|
| com.googlecode.aviator.asm.commons |
Provides some useful class and method adapters.
|
| Modifier and Type | Field and Description |
|---|---|
protected MethodVisitor |
MethodVisitor.mv
The method visitor to which this visitor must delegate method calls.
|
| Modifier and Type | Method and Description |
|---|---|
MethodVisitor |
ClassWriter.visitMethod(int access,
String name,
String desc,
String signature,
String[] exceptions) |
MethodVisitor |
ClassVisitor.visitMethod(int access,
String name,
String desc,
String signature,
String[] exceptions)
Visits a method of the class.
|
| Constructor and Description |
|---|
MethodVisitor(int api,
MethodVisitor mv)
Constructs a new
MethodVisitor. |
| Modifier and Type | Class and Description |
|---|---|
class |
AdviceAdapter
A
MethodVisitor to insert before, after and around advices in
methods and constructors. |
class |
AnalyzerAdapter
A
MethodVisitor that keeps track of stack map frame changes between
visitFrame calls. |
class |
CodeSizeEvaluator
A
MethodVisitor that can be used to approximate method size. |
class |
GeneratorAdapter
A
MethodVisitor with convenient methods to generate code. |
class |
InstructionAdapter
A
MethodVisitor providing a more detailed API to generate and transform instructions. |
class |
LocalVariablesSorter
A
MethodVisitor that renumbers local variables in their order of appearance. |
| Modifier and Type | Method and Description |
|---|---|
MethodVisitor |
StaticInitMerger.visitMethod(int access,
String name,
String desc,
String signature,
String[] exceptions) |
MethodVisitor |
SerialVersionUIDAdder.visitMethod(int access,
String name,
String desc,
String signature,
String[] exceptions) |
Copyright © 2019. All rights reserved.