Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

OT Bytecode Attributes/CalloutMappings

< OT Bytecode Attributes
Revision as of 09:32, 4 July 2010 by Unnamed Poltroon (Talk) (New page: =Attribute CalloutMappings= ==Intent== Preserve source information about callout mappings for improved error reporting if a role read from a compiled .class file is involved. ==Location=...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Attribute CalloutMappings

Intent

Preserve source information about callout mappings for improved error reporting if a role read from a compiled .class file is involved.

Location

A bound role class with a callout binding.

Content

A list of method bindings consisting of:

  • role method name
  • role method signature

Purpose

Only used in the compiler:

  • create CallinCalloutBindings from this information,
    • used specifically for improved error reporting, see IProblem.RegularCalloutOverridesCallout introduced in r5639 (objectteams.org)

Back to the top