|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UnwovenClassFile | |
|---|---|
| org.aspectj.ajdt.internal.compiler | |
| org.aspectj.ajdt.internal.core.builder | |
| org.aspectj.weaver | |
| org.aspectj.weaver.bcel | |
| Uses of UnwovenClassFile in org.aspectj.ajdt.internal.compiler |
|---|
| Methods in org.aspectj.ajdt.internal.compiler that return UnwovenClassFile | |
|---|---|
UnwovenClassFile[] |
InterimCompilationResult.unwovenClassFiles()
|
static UnwovenClassFile[] |
ClassFileBasedByteCodeProvider.unwovenClassFilesFor(org.aspectj.org.eclipse.jdt.internal.compiler.CompilationResult result,
IOutputClassFileNameProvider nameProvider)
|
| Constructor parameters in org.aspectj.ajdt.internal.compiler with type arguments of type UnwovenClassFile | |
|---|---|
InterimCompilationResult(org.aspectj.org.eclipse.jdt.internal.compiler.CompilationResult cr,
java.util.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 UnwovenClassFile | |
|---|---|
java.util.Map<java.lang.String,java.util.List<UnwovenClassFile>> |
AjState.getBinaryFilesToCompile(boolean firstTime)
|
java.util.Map<java.lang.String,java.util.List<UnwovenClassFile>> |
AjState.getBinarySourceMap()
|
| Method parameters in org.aspectj.ajdt.internal.core.builder with type arguments of type UnwovenClassFile | |
|---|---|
void |
AjState.recordBinarySource(java.lang.String fromPathName,
java.util.List<UnwovenClassFile> unwovenClassFiles)
|
| Uses of UnwovenClassFile in org.aspectj.weaver |
|---|
| Methods in org.aspectj.weaver that return types with arguments of type UnwovenClassFile | |
|---|---|
java.util.Iterator<UnwovenClassFile> |
IClassFileProvider.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.bcel | |
|---|---|
class |
UnwovenClassFileWithThirdPartyManagedBytecode
|
| Methods in org.aspectj.weaver.bcel that return UnwovenClassFile | |
|---|---|
UnwovenClassFile |
BcelWeaver.addClassFile(java.io.File classFile,
java.io.File inPathDir,
java.io.File outDir)
|
UnwovenClassFile[] |
BcelWeaver.getClassFilesFor(LazyClassGen clazz)
|
| Methods in org.aspectj.weaver.bcel that return types with arguments of type UnwovenClassFile | |
|---|---|
java.util.List<UnwovenClassFile> |
BcelWeaver.addDirectoryContents(java.io.File inFile,
java.io.File outDir)
Add any .class files in the directory to the outdir. |
java.util.List<UnwovenClassFile> |
BcelWeaver.addJarFile(java.io.File inFile,
java.io.File outDir,
boolean canBeDirectory)
Adds all class files in the jar |
| Methods in org.aspectj.weaver.bcel with parameters of type UnwovenClassFile | |
|---|---|
ReferenceType |
BcelWeaver.addClassFile(UnwovenClassFile classFile,
boolean fromInpath)
Should be addOrReplace |
LazyClassGen |
BcelWeaver.weaveWithoutDump(UnwovenClassFile classFile,
BcelObjectType classType)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||