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

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

Introduction

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

Usage

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

/**
 * NEW for OTDT.
 *
 * Specifier for a method in a method binding.
 * Supports resolving in several steps.
 *

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).
 *