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

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

Introduction

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

Usage

From source file org.nabucco.framework.mda.model.java.ast.extension.method.ConstructorDeclarationExtension.java

/**
 * Extension for java AST class {@link ConstructorDeclaration}. Allows printing of annotation in
 * correct order.
 * <p/>
 * The programming structure is oriented towards the original {@link ConstructorDeclaration} class.
 *