Example usage for org.eclipse.jdt.internal.compiler.ast CompilationUnitDeclaration subclass-usage

List of usage examples for org.eclipse.jdt.internal.compiler.ast CompilationUnitDeclaration subclass-usage

Introduction

In this page you can find the example usage for org.eclipse.jdt.internal.compiler.ast CompilationUnitDeclaration subclass-usage.

Usage

From source file org.codehaus.jdt.groovy.internal.compiler.ast.GroovyCompilationUnitDeclaration.java

/**
 * A subtype of JDT CompilationUnitDeclaration that represents a groovy source file. It overrides methods as appropriate, delegating
 * to the groovy infrastructure.
 * 
 * @author Andy Clement
 */

From source file org.eclipse.ajdt.internal.core.parserbridge.AJCompilationUnitDeclarationWrapper.java

/**
 * Wrapper class that extends org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration 
 * and wraps an org.aspectj.org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration
 */
public class AJCompilationUnitDeclarationWrapper extends CompilationUnitDeclaration {

From source file org.nabucco.framework.mda.model.java.ast.extension.unit.CompilationUnitExtension.java

/**
 * Extension for java AST class {@link CompilationUnitDeclaration}. Allows parsing and printing of
 * comment blocks.
 * <p/>
 * The programming structure is oriented towards the original {@link CompilationUnitDeclaration}
 * class.