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.IDependent
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 boolean ignoreOptionalProblems()
ignoreOptionalProblems
in interface org.eclipse.jdt.internal.compiler.env.ICompilationUnit
Copyright © 2019. All rights reserved.