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

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

Introduction

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

Usage

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

/**
 * NEW for OTDT.
 *
 * Represent new block statement
 *       within (teamExpr) { action; }
 * This is translated to (pos is source code position to guarantee fresh names):