Example usage for org.eclipse.jdt.internal.compiler.lookup Binding subclass-usage

List of usage examples for org.eclipse.jdt.internal.compiler.lookup Binding subclass-usage

Introduction

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

Usage

From source file org.eclipse.objectteams.otdt.internal.core.compiler.lookup.CallinCalloutBinding.java

/**
 * NEW for OTDT
 *
 *
 * @author mac
 * @version $Id: CallinCalloutBinding.java 23416 2010-02-03 19:59:31Z stephan $

From source file org.eclipse.objectteams.otdt.internal.core.compiler.lookup.PrecedenceBinding.java

/**
 * NEW for OTDT.
 *
 * Resolved version of PrecedenceDeclaration.
 *
 * Responsibilities:

From source file org.eclipse.objectteams.otdt.internal.core.compiler.lookup.TeamAnchor.java

/**
 * NEW for OTDT.
 *
 * This class implements what is needed to use a variable as a team anchor
 * for an externalized role.
 *