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

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

Introduction

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

Usage

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

/**
 * NEW for OTDT:
 *
 * Special kind of dummy variable that shall only track the occurrences of
 * base calls within a callin method.
 * We use the mechanisms of definite assignment to find out whether a base call