public class EcjCompilationUnit extends Object implements org.eclipse.jdt.internal.compiler.env.ICompilationUnit
| Constructor and Description |
|---|
EcjCompilationUnit(String source) |
EcjCompilationUnit(String packageName,
String className,
String source) |
| Modifier and Type | Method and Description |
|---|---|
char[] |
getContents() |
char[] |
getFileName() |
char[] |
getMainTypeName() |
char[][] |
getPackageName() |
boolean |
ignoreOptionalProblems() |
public EcjCompilationUnit(String source)
public char[] getFileName()
getFileName in interface org.eclipse.jdt.internal.compiler.env.IDependentpublic char[] getContents()
getContents in interface org.eclipse.jdt.internal.compiler.env.ICompilationUnitpublic char[] getMainTypeName()
getMainTypeName in interface org.eclipse.jdt.internal.compiler.env.ICompilationUnitpublic char[][] getPackageName()
getPackageName in interface org.eclipse.jdt.internal.compiler.env.ICompilationUnitpublic boolean ignoreOptionalProblems()
ignoreOptionalProblems in interface org.eclipse.jdt.internal.compiler.env.ICompilationUnitCopyright © 2014–2015 Nikolche Mihajlovski. All rights reserved.