org.aspectj.weaver.bcel
Class UnwovenClassFileWithThirdPartyManagedBytecode

java.lang.Object
  extended by org.aspectj.weaver.bcel.UnwovenClassFile
      extended by org.aspectj.weaver.bcel.UnwovenClassFileWithThirdPartyManagedBytecode
All Implemented Interfaces:
IUnwovenClassFile

public class UnwovenClassFileWithThirdPartyManagedBytecode
extends UnwovenClassFile


Nested Class Summary
static interface UnwovenClassFileWithThirdPartyManagedBytecode.IByteCodeProvider
           
 
Nested classes/interfaces inherited from class org.aspectj.weaver.bcel.UnwovenClassFile
UnwovenClassFile.ChildClass
 
Field Summary
 
Fields inherited from class org.aspectj.weaver.bcel.UnwovenClassFile
bytes, charfilename, className, filename, writtenChildClasses
 
Constructor Summary
UnwovenClassFileWithThirdPartyManagedBytecode(java.lang.String filename, java.lang.String classname, UnwovenClassFileWithThirdPartyManagedBytecode.IByteCodeProvider provider)
           
 
Method Summary
 byte[] getBytes()
           
 
Methods inherited from class org.aspectj.weaver.bcel.UnwovenClassFile
deleteAllChildClasses, deleteChildClassFile, getClassName, getClassNameAsChars, getFilename, getJavaClass, makeInnerFileName, setClassNameAsChars, toString, writeUnchangedBytes, writeWovenBytes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnwovenClassFileWithThirdPartyManagedBytecode

public UnwovenClassFileWithThirdPartyManagedBytecode(java.lang.String filename,
                                                     java.lang.String classname,
                                                     UnwovenClassFileWithThirdPartyManagedBytecode.IByteCodeProvider provider)
Method Detail

getBytes

public byte[] getBytes()
Specified by:
getBytes in interface IUnwovenClassFile
Overrides:
getBytes in class UnwovenClassFile