Java org.eclipse.jdt.internal.compiler.env ICompilationUnit fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jdt.internal.compiler.env ICompilationUnit fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jdt.internal.compiler.env ICompilationUnit.

The text is from its open source code.

Implementation

org.eclipse.jdt.internal.compiler.env.ICompilationUnit has the following implementations.
Click this link to see all its implementation.

Constructor

Method

char[]getContents()
Answer the contents of the compilation unit.
char[]getMainTypeName()
Answer the name of the top level public type.
char[][]getPackageName()
Answer the name of the package according to the directory structure or null if package consistency checks should be ignored.