Example usage for org.eclipse.jdt.internal.compiler.lookup ExtraCompilerModifiers interface-usage

List of usage examples for org.eclipse.jdt.internal.compiler.lookup ExtraCompilerModifiers interface-usage

Introduction

In this page you can find the example usage for org.eclipse.jdt.internal.compiler.lookup ExtraCompilerModifiers interface-usage.

Usage

From source file org.eclipse.objectteams.otdt.internal.core.compiler.lifting.Lifting.java

/**
 * This class generates the AST for liftTo methods and constructors.
 * Also declared lifting arguments are translated here.
 *
 * Special cases:
 * Declared lifting in team constructors requires several hacks:

From source file org.eclipse.objectteams.otdt.internal.core.compiler.statemachine.copyinheritance.CopyInheritance.java

/**
 * This class implements all that is needed for implicit inheritance by
 * means of copying features from a tsuper-role to a current role.
 *
 * When the methods from this transformer are invoked, role classes are split
 * and all classes have their type bindings set and connected.

From source file org.eclipse.objectteams.otdt.internal.core.compiler.util.AstConverter.java

/**
 * Create AST-nodes from some other representation.
 *
 * @version $Id: AstConverter.java 23416 2010-02-03 19:59:31Z stephan $
 */
public class AstConverter implements ClassFileConstants, ExtraCompilerModifiers, IOTConstants {

From source file org.eclipse.objectteams.otdt.internal.core.compiler.util.AstFactory.java

/**
 * Super class of different AST factories:
 * @see AstGenerator
 *
 * Static methods in this class and subclasses must calculate valid source locations.
 * Member methods may use the default locations from the factory's fields 'sourceStart', 'sourceEnd'.

From source file org.eclipse.objectteams.otdt.internal.core.compiler.util.Protections.java

/**
 * Code dealing with modifiers and protection of team/role related elements.
 *
 * TODO (OTJLD): implement import restriction (1.2.3.(a))
 *
 * @author stephan