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

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

Introduction

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

Usage

From source file org.eclipse.objectteams.otdt.internal.core.compiler.ast.GuardPredicateDeclaration.java

/**
 * Small extension of MethodDeclarations representing a guard predicate.
 *
 * Main purpose: avoid previous heuristics where different kinds of predicates where
 *               distinguished by their generated names.
 *

From source file org.eclipse.objectteams.otdt.internal.core.compiler.ast.RoleInitializationMethod.java

/**
 * NEW for OTDT.
 *
 * A declaration for a generated method which performs all field initializations that
 * otherwise each constructor would have to do.
 *

From source file org.eclipse.objectteams.otdt.internal.core.compiler.ast.TypeContainerMethod.java

/**
 * NEW for OTDT.
 *
 * This class is used to wrap local types of roles in a method during copy inheritance.
 *
 * Why: During copy inheritance we need an AST-node contained in the role class,

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

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