|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.aspectj.org.eclipse.jdt.internal.compiler.batch.CompilationUnit
org.aspectj.org.eclipse.jdt.internal.core.util.ResourceCompilationUnit
public class ResourceCompilationUnit
An ICompilationUnit that retrieves its contents using an IFile
| Field Summary |
|---|
| Fields inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.batch.CompilationUnit |
|---|
contents, destinationPath, fileName, mainTypeName |
| Fields inherited from interface org.aspectj.org.eclipse.jdt.internal.compiler.env.IDependent |
|---|
JAR_FILE_ENTRY_SEPARATOR |
| Constructor Summary | |
|---|---|
ResourceCompilationUnit(IFile file,
java.net.URI location)
|
|
| Method Summary | |
|---|---|
char[] |
getContents()
Answer the contents of the compilation unit. |
| Methods inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.batch.CompilationUnit |
|---|
getFileName, getMainTypeName, getPackageName, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ResourceCompilationUnit(IFile file,
java.net.URI location)
| Method Detail |
|---|
public char[] getContents()
ICompilationUnit
getContents in interface ICompilationUnitgetContents in class CompilationUnit
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||