Package | Description |
---|---|
org.jboss.reflect.util.objectweb.asm |
Provides a small and fast bytecode manipulation framework.
|
org.jboss.reflect.util.objectweb.asm.commons |
Provides some useful class and method adapters.
|
Modifier and Type | Class and Description |
---|---|
class |
MethodAdapter
An empty
MethodVisitor that delegates to another
MethodVisitor . |
Modifier and Type | Field and Description |
---|---|
protected MethodVisitor |
MethodAdapter.mv
The
MethodVisitor to which this adapter delegates calls. |
Modifier and Type | Method and Description |
---|---|
MethodVisitor |
ClassWriter.visitMethod(int access,
String name,
String desc,
String signature,
String[] exceptions,
int byteCodeIndex) |
MethodVisitor |
ClassVisitor.visitMethod(int access,
String name,
String desc,
String signature,
String[] exceptions,
int byteCodeIndex)
Visits a method of the class.
|
Constructor and Description |
---|
MethodAdapter(MethodVisitor mv)
Constructs a new
MethodAdapter object. |
Modifier and Type | Class and Description |
---|---|
class |
EmptyVisitor
An empty implementation of the ASM visitor interfaces.
|
Modifier and Type | Method and Description |
---|---|
MethodVisitor |
EmptyVisitor.visitMethod(int access,
String name,
String desc,
String signature,
String[] exceptions,
int byteCodeIndex) |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.