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

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

Introduction

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

Usage

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

/**
 * A base constructor invocation "base(args)";
 * Translated to "_OT$base = new BaseClass(args);"
 *
 * @author stephan
 * @version $Id: BaseAllocationExpression.java 23401 2010-02-02 23:56:05Z stephan $