net.sf.cglib.core
Class DebuggingClassWriter

java.lang.Object
  extended byorg.objectweb.asm.ClassWriter
      extended bynet.sf.cglib.core.DebuggingClassWriter
All Implemented Interfaces:
org.objectweb.asm.ClassVisitor

public class DebuggingClassWriter
extends org.objectweb.asm.ClassWriter


Field Summary
static java.lang.String DEBUG_LOCATION_PROPERTY
           
 
Constructor Summary
DebuggingClassWriter(boolean computeMaxs)
           
DebuggingClassWriter(boolean computeMaxs, int major, int minor)
          Deprecated.  
 
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
 

Field Detail

DEBUG_LOCATION_PROPERTY

public static final java.lang.String DEBUG_LOCATION_PROPERTY
See Also:
Constant Field Values
Constructor Detail

DebuggingClassWriter

public DebuggingClassWriter(boolean computeMaxs)

DebuggingClassWriter

public DebuggingClassWriter(boolean computeMaxs,
                            int major,
                            int minor)
Deprecated.  

Method Detail

visit

public void visit(int version,
                  int access,
                  java.lang.String name,
                  java.lang.String superName,
                  java.lang.String[] interfaces,
                  java.lang.String sourceFile)

getClassName

public java.lang.String getClassName()

getSuperName

public java.lang.String getSuperName()

toByteArray

public byte[] toByteArray()


Copyright (c) 2001 - Apache Software Foundation