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

EDT:EGL Language Stereotypes and Annotations

Revision as of 12:33, 7 July 2011 by Unnamed Poltroon (Talk) (New page: Please see the parent of this page, EDT:EGL_Language. TODO We're talking about stereotypes and annotations, we'll say no to most of them now, and add them back (possibly changed) as ...)

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

Please see the parent of this page, EDT:EGL_Language.

TODO

We're talking about stereotypes and annotations, we'll say no to most of them now, and add them back (possibly changed) as we decide that we need their features

Program stereotypes: only support BasicProgram, but remove msgTablePrefix

Library stereotypes: none supported (we thought about using native libraries for DLLs, but decided ExternalTypes should be used instead)

Record stereotypes: support Exception

Handler stereotypes: support RUIHandler, RUIWidget, BirtHandler

ExternalType stereotypes: support NativeType, JavaObject, JavaScriptObject, HostProgram


Since we're supporting top-level functions, we should support IncludeReferencedFunctions. It's an annotation in RBD but should be a field of the stereotypes in EDT.

Back to the top