net.sf.cglib.core
Class DebuggingClassWriter

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

public class DebuggingClassWriter
extends org.objectweb.asm.ClassWriter


Field Summary
static String DEBUG_LOCATION_PROPERTY
           
 
Fields inherited from class org.objectweb.asm.ClassWriter
COMPUTE_FRAMES, COMPUTE_MAXS
 
Constructor Summary
DebuggingClassWriter(int flags)
           
 
Method Summary
 String getClassName()
           
 String getSuperName()
           
 byte[] toByteArray()
           
 void visit(int version, int access, String name, String signature, String superName, String[] interfaces)
           
 
Methods inherited from class org.objectweb.asm.ClassWriter
getCommonSuperClass, newClass, newConst, newField, newMethod, newNameType, newUTF8, visitAnnotation, visitAttribute, visitEnd, visitField, visitInnerClass, visitMethod, visitOuterClass, visitSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEBUG_LOCATION_PROPERTY

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

DebuggingClassWriter

public DebuggingClassWriter(int flags)
Method Detail

visit

public void visit(int version,
                  int access,
                  String name,
                  String signature,
                  String superName,
                  String[] interfaces)
Specified by:
visit in interface org.objectweb.asm.ClassVisitor
Overrides:
visit in class org.objectweb.asm.ClassWriter

getClassName

public String getClassName()

getSuperName

public String getSuperName()

toByteArray

public byte[] toByteArray()
Overrides:
toByteArray in class org.objectweb.asm.ClassWriter


Copyright © 2012 Oracle Corporation. All Rights Reserved.