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

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

Introduction

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

Usage

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

/**
 * NEW for OTDT
 *
 * @author gis
 * @version $Id: AbstractExpressionWrapper.java 23401 2010-02-02 23:56:05Z stephan $
 */

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

/**
 * NEW for OTDT:
 *
 * Mapping between an expression and an identifier (either direction).
 *
 * @author Markus Witte

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

/**
 * An expression wrapper providing two options for resolving:
 *  - direct
 *  - using a role reference as the implicit receiver
 * Used to wrap RHS expressions in callin parameter mappings.
 * 

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

/**
 * NEW for OTDT.
 *
 * Wrapper nodes for expression that might (or might not) need translation for conformance
 * (lifting or lowering).
 *