public class FileCompilationUnit
extends java.lang.Object
implements org.eclipse.jdt.internal.compiler.env.ICompilationUnit
Constructor and Description |
---|
FileCompilationUnit(java.io.File file,
java.lang.String encoding) |
Modifier and Type | Method and Description |
---|---|
char[] |
getContents() |
char[] |
getFileName() |
char[] |
getMainTypeName() |
char[][] |
getPackageName() |
boolean |
ignoreOptionalProblems() |
public FileCompilationUnit(java.io.File file, java.lang.String encoding)
public char[] getContents()
getContents
in interface org.eclipse.jdt.internal.compiler.env.ICompilationUnit
public char[] getMainTypeName()
getMainTypeName
in interface org.eclipse.jdt.internal.compiler.env.ICompilationUnit
public char[][] getPackageName()
getPackageName
in interface org.eclipse.jdt.internal.compiler.env.ICompilationUnit
public char[] getFileName()
getFileName
in interface org.eclipse.jdt.internal.compiler.env.IDependent
public boolean ignoreOptionalProblems()
ignoreOptionalProblems
in interface org.eclipse.jdt.internal.compiler.env.ICompilationUnit