Package | Description |
---|---|
net.sf.joafip.store.entity.bytecode.agent | |
net.sf.joafip.store.service.bytecode.agent |
Modifier and Type | Method and Description |
---|---|
PackageNode |
PackageNode.getChild(String name) |
PackageNode |
PackageNode.getParent() |
Modifier and Type | Method and Description |
---|---|
void |
PackageNode.addChild(PackageNode child) |
void |
PackageNode.setParent(PackageNode parent) |
Modifier and Type | Method and Description |
---|---|
PackageNode |
PackageMgr.addPackage(String[] path,
int beginIndex,
int endIndex,
EnumTransformationType transformAttribute) |
PackageNode |
PackageMgr.addPackage(String className,
EnumTransformationType transformAttribute) |
Constructor and Description |
---|
ClassVisitorForPersistable(ClassVisitor classWriter,
IMethodMap methodMap,
Set<String> syntheticFieldSet,
EnumTransformationType transformationType,
PackageNode node) |
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.