| Package | Description |
|---|---|
| com.googlecode.aviator.asm | |
| com.googlecode.aviator.asm.commons |
| Modifier and Type | Field | Description |
|---|---|---|
protected MethodVisitor |
MethodVisitor.mv |
The method visitor to which this visitor must delegate method calls.
|
| Modifier and Type | Method | Description |
|---|---|---|
MethodVisitor |
ClassVisitor.visitMethod(int access,
String name,
String desc,
String signature,
String[] exceptions) |
Visits a method of the class.
|
MethodVisitor |
ClassWriter.visitMethod(int access,
String name,
String desc,
String signature,
String[] exceptions) |
| Constructor | Description |
|---|---|
MethodVisitor(int api,
MethodVisitor mv) |
Constructs a new
MethodVisitor. |
| Modifier and Type | Class | 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 | Description |
|---|---|---|
MethodVisitor |
SerialVersionUIDAdder.visitMethod(int access,
String name,
String desc,
String signature,
String[] exceptions) |
|
MethodVisitor |
StaticInitMerger.visitMethod(int access,
String name,
String desc,
String signature,
String[] exceptions) |
Copyright © 2022–2023. All rights reserved.