Package net.sf.jasperreports.jdt
Class JRJdtCompiler.CompilationUnit
java.lang.Object
net.sf.jasperreports.jdt.JRJdtCompiler.CompilationUnit
- All Implemented Interfaces:
org.eclipse.jdt.internal.compiler.env.ICompilationUnit,org.eclipse.jdt.internal.compiler.env.IDependent
- Enclosing class:
JRJdtCompiler
public static class JRJdtCompiler.CompilationUnit
extends Object
implements org.eclipse.jdt.internal.compiler.env.ICompilationUnit
-
Field Summary
FieldsFields inherited from interface org.eclipse.jdt.internal.compiler.env.IDependent
JAR_FILE_ENTRY_SEPARATOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchar[]char[]char[]char[][]booleanMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.jdt.internal.compiler.env.ICompilationUnit
getDestinationPath, getModuleName, module
-
Field Details
-
srcCode
-
className
-
-
Constructor Details
-
CompilationUnit
-
-
Method Details
-
getFileName
public char[] getFileName()- Specified by:
getFileNamein interfaceorg.eclipse.jdt.internal.compiler.env.IDependent
-
getContents
public char[] getContents()- Specified by:
getContentsin interfaceorg.eclipse.jdt.internal.compiler.env.ICompilationUnit
-
getMainTypeName
public char[] getMainTypeName()- Specified by:
getMainTypeNamein interfaceorg.eclipse.jdt.internal.compiler.env.ICompilationUnit
-
getPackageName
public char[][] getPackageName()- Specified by:
getPackageNamein interfaceorg.eclipse.jdt.internal.compiler.env.ICompilationUnit
-
ignoreOptionalProblems
public boolean ignoreOptionalProblems()- Specified by:
ignoreOptionalProblemsin interfaceorg.eclipse.jdt.internal.compiler.env.ICompilationUnit
-