Uses of Class
org.aspectj.weaver.bcel.UnwovenClassFile
-
Packages that use UnwovenClassFile Package Description org.aspectj.weaver org.aspectj.weaver.bcel -
-
Uses of UnwovenClassFile in org.aspectj.weaver
Methods in org.aspectj.weaver that return types with arguments of type UnwovenClassFile Modifier and Type Method Description Iterator<UnwovenClassFile>IClassFileProvider. getClassFileIterator() -
Uses of UnwovenClassFile in org.aspectj.weaver.bcel
Subclasses of UnwovenClassFile in org.aspectj.weaver.bcel Modifier and Type Class Description classUnwovenClassFileWithThirdPartyManagedBytecodeMethods in org.aspectj.weaver.bcel that return UnwovenClassFile Modifier and Type Method Description UnwovenClassFileBcelWeaver. addClassFile(File classFile, File inPathDir, File outDir)UnwovenClassFile[]BcelWeaver. getClassFilesFor(LazyClassGen clazz)Methods in org.aspectj.weaver.bcel that return types with arguments of type UnwovenClassFile Modifier and Type Method Description List<UnwovenClassFile>BcelWeaver. addDirectoryContents(File inFile, File outDir)List<UnwovenClassFile>BcelWeaver. addJarFile(File inFile, File outDir, boolean canBeDirectory)Methods in org.aspectj.weaver.bcel with parameters of type UnwovenClassFile Modifier and Type Method Description ReferenceTypeBcelWeaver. addClassFile(UnwovenClassFile classFile, boolean fromInpath)LazyClassGenBcelWeaver. weaveWithoutDump(UnwovenClassFile classFile, BcelObjectType classType)
-