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

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

Introduction

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

Usage

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

/**
 * NEW for OTDT
 *
 * Represent types with declared lifting "MyBase as MyRole"
 *
 * @author macwitte

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

/**
 *  Wraps a name reference for use as a type anchor, pretending to be a type reference.
 *  This is denoted by the syntax: R<@teamInstance>
 *  Note, that the syntax requires this to be a subclass of TypeReference whereas
 *  in fact a TypeAnchorReference represents a value (see also TypeValueParameter).
 *