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

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

Introduction

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

Usage

From source file org.eclipse.objectteams.otdt.internal.core.compiler.statemachine.transformer.MethodSignatureEnhancer.java

/**
 * This class takes over the responsibility of the BaseCallRedirection Transformer of the OTRE
 * wrt. signature enhancing.
 * For this task it closely collaborates with BaseCallMessageSend, CallinImplementor and BaseReference.
 * In conjunction BaseCallMessageSend and TransformStatementsVisitor take care of replacing base calls
 * by calls to the base call surrogate.