Klasse UnwovenClassFile

java.lang.Object
org.aspectj.weaver.bcel.UnwovenClassFile
Alle implementierten Schnittstellen:
IUnwovenClassFile
Bekannte direkte Unterklassen:
UnwovenClassFileWithThirdPartyManagedBytecode

public class UnwovenClassFile extends Object implements IUnwovenClassFile
  • Felddetails

    • filename

      protected String filename
    • charfilename

      protected char[] charfilename
    • bytes

      protected byte[] bytes
    • writtenChildClasses

      protected List<UnwovenClassFile.ChildClass> writtenChildClasses
    • className

      protected String className
    • isModule

      protected boolean isModule
  • Konstruktordetails

    • UnwovenClassFile

      public UnwovenClassFile(String filename, byte[] bytes)
    • UnwovenClassFile

      public UnwovenClassFile(String filename, String classname, byte[] bytes)
      Use if the classname is known, saves a bytecode parse
  • Methodendetails