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

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

Introduction

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

Usage

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

/**
 * A message send to a private role method requiring redirection via a pair of bridge methods.
 * Directly hooks into generateCode to achieve the necessary modifications.
 * 
 * (Before 3.7 (OT 2.0) this was an anonymous class inside CalloutImplementor).
 * @author stephan

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

/**
 * NEW for OTDT.
 *
 * A messages send using tsuper has to perform additional checks,
 * because it is legal only if enclosing method and invoked method have
 * the same signature (except for the tsuper-mark argument).