Example usage for org.eclipse.jdt.internal.core CompilationUnitElementInfo CompilationUnitElementInfo

List of usage examples for org.eclipse.jdt.internal.core CompilationUnitElementInfo CompilationUnitElementInfo

Introduction

In this page you can find the example usage for org.eclipse.jdt.internal.core CompilationUnitElementInfo CompilationUnitElementInfo.

Prototype

CompilationUnitElementInfo

Source Link

Usage

From source file:org.eclipse.jdt.internal.core.CompilationUnit.java

License:Open Source License

/**
 * Returns a new element info for this element.
 */
protected Object createElementInfo() {
    return new CompilationUnitElementInfo();
}