public static class CustomJRJdtCompiler.CompilationUnit extends Object implements org.eclipse.jdt.internal.compiler.env.ICompilationUnit
| Modifier and Type | Field and Description |
|---|---|
protected String |
className |
protected String |
srcCode |
| Constructor and Description |
|---|
CompilationUnit(String srcCode,
String className) |
| Modifier and Type | Method and Description |
|---|---|
char[] |
getContents() |
char[] |
getFileName() |
char[] |
getMainTypeName() |
char[][] |
getPackageName() |
boolean |
ignoreOptionalProblems() |
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 © 2018. All rights reserved.