net.sf.cglib.core
Class DebuggingClassWriter
java.lang.Object
org.objectweb.asm.ClassWriter
net.sf.cglib.core.DebuggingClassWriter
- All Implemented Interfaces:
- org.objectweb.asm.ClassVisitor
public class DebuggingClassWriter
- extends org.objectweb.asm.ClassWriter
Method Summary |
java.lang.String |
getClassName()
|
java.lang.String |
getSuperName()
|
byte[] |
toByteArray()
|
void |
visit(int version,
int access,
java.lang.String name,
java.lang.String superName,
java.lang.String[] interfaces,
java.lang.String sourceFile)
|
Methods inherited from class org.objectweb.asm.ClassWriter |
newClass, newConst, newConstDouble, newConstFloat, newConstInt, newConstLong, newField, newMethod, newNameType, newUTF8, visitAttribute, visitEnd, visitField, visitInnerClass, visitMethod |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEBUG_LOCATION_PROPERTY
public static final java.lang.String DEBUG_LOCATION_PROPERTY
- See Also:
- Constant Field Values
DebuggingClassWriter
public DebuggingClassWriter(boolean computeMaxs)
DebuggingClassWriter
public DebuggingClassWriter(boolean computeMaxs,
int major,
int minor)
- Deprecated.
visit
public void visit(int version,
int access,
java.lang.String name,
java.lang.String superName,
java.lang.String[] interfaces,
java.lang.String sourceFile)
- Specified by:
visit
in interface org.objectweb.asm.ClassVisitor
- Overrides:
visit
in class org.objectweb.asm.ClassWriter
getClassName
public java.lang.String getClassName()
getSuperName
public java.lang.String getSuperName()
toByteArray
public byte[] toByteArray()
- Overrides:
toByteArray
in class org.objectweb.asm.ClassWriter
Copyright (c) 2001 - Apache Software Foundation