| Package | Description |
|---|---|
| jersey.repackaged.org.objectweb.asm |
Provides a small and fast bytecode manipulation framework.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClassWriter
A
ClassVisitor that generates classes in bytecode form. |
| Modifier and Type | Method and Description |
|---|---|
void |
ClassReader.accept(ClassVisitor classVisitor,
Attribute[] attrs,
int flags)
Makes the given visitor visit the Java class of this
ClassReader. |
void |
ClassReader.accept(ClassVisitor classVisitor,
int flags)
Makes the given visitor visit the Java class of this
ClassReader. |
Copyright © 2014 Oracle Corporation. All Rights Reserved.