| java.lang.Object spoon.support.util.BasicCompilationUnit
BasicCompilationUnit | public class BasicCompilationUnit implements ICompilationUnit(Code) | | A basic implementation of ICompilationUnit for use in the
SourceMapper .
See Also: ICompilationUnit |
contents | protected char[] contents(Code) | | |
fileName | protected char[] fileName(Code) | | |
mainTypeName | protected char[] mainTypeName(Code) | | |
packageName | protected char[][] packageName(Code) | | |
BasicCompilationUnit | public BasicCompilationUnit(char[] contents, char[][] packageName, String fileName)(Code) | | |
BasicCompilationUnit | public BasicCompilationUnit(char[] contents, char[][] packageName, String fileName, String encoding)(Code) | | |
BasicCompilationUnit | public BasicCompilationUnit(char[] contents, char[][] packageName, String fileName, IJavaElement javaElement)(Code) | | |
getContents | public char[] getContents()(Code) | | |
getFileName | public char[] getFileName()(Code) | | See Also: org.eclipse.jdt.internal.compiler.env.IDependent.getFileName |
getMainTypeName | public char[] getMainTypeName()(Code) | | |
getPackageName | public char[][] getPackageName()(Code) | | |
|
|