Package org.aspectj.weaver.bcel
Class UnwovenClassFileWithThirdPartyManagedBytecode
- java.lang.Object
-
- org.aspectj.weaver.bcel.UnwovenClassFile
-
- org.aspectj.weaver.bcel.UnwovenClassFileWithThirdPartyManagedBytecode
-
- All Implemented Interfaces:
IUnwovenClassFile
public class UnwovenClassFileWithThirdPartyManagedBytecode extends UnwovenClassFile
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUnwovenClassFileWithThirdPartyManagedBytecode.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, isModule, writtenChildClasses
-
-
Constructor Summary
Constructors Constructor Description UnwovenClassFileWithThirdPartyManagedBytecode(String filename, String classname, UnwovenClassFileWithThirdPartyManagedBytecode.IByteCodeProvider provider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getBytes()-
Methods inherited from class org.aspectj.weaver.bcel.UnwovenClassFile
deleteAllChildClasses, deleteChildClassFile, getClassName, getClassNameAsChars, getFilename, getJavaClass, makeInnerFileName, setClassNameAsChars, shouldBeWoven, toString, writeUnchangedBytes, writeWovenBytes
-
-
-
-
Constructor Detail
-
UnwovenClassFileWithThirdPartyManagedBytecode
public UnwovenClassFileWithThirdPartyManagedBytecode(String filename, String classname, UnwovenClassFileWithThirdPartyManagedBytecode.IByteCodeProvider provider)
-
-
Method Detail
-
getBytes
public byte[] getBytes()
- Specified by:
getBytesin interfaceIUnwovenClassFile- Overrides:
getBytesin classUnwovenClassFile
-
-