| Package | Description |
|---|---|
| net.sf.joafip.asm | |
| net.sf.joafip.store.service.bytecode.agent | |
| net.sf.joafip.store.service.bytecode.proxy |
| 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. |
| Modifier and Type | Class and Description |
|---|---|
class |
AgentClassWriter |
class |
ClassVisitorForPersistable |
class |
ClassVisitorForStorable |
| Constructor and Description |
|---|
ClassVisitorForPersistable(ClassVisitor classWriter,
IMethodMap methodMap,
Set<String> syntheticFieldSet,
EnumTransformationType transformationType,
PackageNode node) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassConstraintChecker |
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.