Uses of Class
org.aspectj.weaver.bcel.UnwovenClassFile
Packages that use UnwovenClassFile
Package
Description
-
Uses of UnwovenClassFile in org.aspectj.ajdt.internal.compiler
Methods in org.aspectj.ajdt.internal.compiler that return UnwovenClassFileModifier and TypeMethodDescriptionInterimCompilationResult.unwovenClassFiles()static UnwovenClassFile[]ClassFileBasedByteCodeProvider.unwovenClassFilesFor(CompilationResult result, IOutputClassFileNameProvider nameProvider) Constructor parameters in org.aspectj.ajdt.internal.compiler with type arguments of type UnwovenClassFileModifierConstructorDescriptionInterimCompilationResult(CompilationResult cr, List<UnwovenClassFile> ucfList) -
Uses of UnwovenClassFile in org.aspectj.ajdt.internal.core.builder
Methods in org.aspectj.ajdt.internal.core.builder that return types with arguments of type UnwovenClassFileModifier and TypeMethodDescriptionAjState.getBinaryFilesToCompile(boolean firstTime) AjState.getBinarySourceMap()AjBuildManager.getBinarySourcesForThisWeave()Method parameters in org.aspectj.ajdt.internal.core.builder with type arguments of type UnwovenClassFileModifier and TypeMethodDescriptionvoidAjState.recordBinarySource(String fromPathName, List<UnwovenClassFile> unwovenClassFiles) -
Uses of UnwovenClassFile in org.aspectj.weaver
Methods in org.aspectj.weaver that return types with arguments of type UnwovenClassFileModifier and TypeMethodDescriptionIClassFileProvider.getClassFileIterator()Answer an iterator that can be used to iterate over a set of UnwovenClassFiles to be woven. -
Uses of UnwovenClassFile in org.aspectj.weaver.bcel
Subclasses of UnwovenClassFile in org.aspectj.weaver.bcelMethods in org.aspectj.weaver.bcel that return UnwovenClassFileModifier and TypeMethodDescriptionBcelWeaver.addClassFile(File classFile, File inPathDir, File outDir) BcelWeaver.getClassFilesFor(LazyClassGen clazz) Methods in org.aspectj.weaver.bcel that return types with arguments of type UnwovenClassFileModifier and TypeMethodDescriptionBcelWeaver.addDirectoryContents(File inFile, File outDir) Add any .class files in the directory to the outdir.BcelWeaver.addJarFile(File inFile, File outDir, boolean canBeDirectory) Adds all class files in the jarMethods in org.aspectj.weaver.bcel with parameters of type UnwovenClassFileModifier and TypeMethodDescriptionBcelWeaver.addClassFile(UnwovenClassFile classFile, boolean fromInpath) Should be addOrReplaceBcelWeaver.weaveWithoutDump(UnwovenClassFile classFile, BcelObjectType classType)