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 | Method and Description |
---|---|
FieldVisitor |
ClassWriter.visitField(int access,
String name,
String desc,
String signature,
Object value,
int index) |
FieldVisitor |
ClassVisitor.visitField(int access,
String name,
String desc,
String signature,
Object value,
int byteCodeIndex)
Visits a field of the class.
|
Modifier and Type | Class and Description |
---|---|
class |
EmptyVisitor
An empty implementation of the ASM visitor interfaces.
|
Modifier and Type | Method and Description |
---|---|
FieldVisitor |
EmptyVisitor.visitField(int access,
String name,
String desc,
String signature,
Object value,
int index) |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.