public class AgentClassWriter extends ClassWriter
COMPUTE_FRAMES, COMPUTE_MAXS
Constructor and Description |
---|
AgentClassWriter(ClassReader classReader,
int flags) |
AgentClassWriter(int flags) |
Modifier and Type | Method and Description |
---|---|
protected String |
getCommonSuperClass(String type1,
String type2)
Returns the common super type of the two given types.
|
newClass, newConst, newField, newMethod, newNameType, newUTF8, toByteArray, visit, visitAnnotation, visitAttribute, visitEnd, visitField, visitInnerClass, visitMethod, visitOuterClass, visitSource
public AgentClassWriter(ClassReader classReader, int flags)
public AgentClassWriter(int flags)
protected String getCommonSuperClass(String type1, String type2)
ClassWriter
getCommonSuperClass
in class ClassWriter
type1
- the internal name of a class.type2
- the internal name of another class.Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.