Skip to main content



      Home
Home » Language IDEs » ServerTools (WTP) » Multiple inheritance for InferredType
Multiple inheritance for InferredType [message #736083] Thu, 13 October 2011 10:35 Go to next message
Eclipse UserFriend
Is it possible to simulate multiple inheritance for InferredType when implementing my own InferEngine?
I'm working with javascript framework which allowes to create classes inherited from several superclasses and want to see in "Type Hierarchy" and "Quick Type Hierarchy" which classes extends some selected class

Thank you
Re: Multiple inheritance for InferredType [message #739537 is a reply to message #736083] Mon, 17 October 2011 11:35 Go to previous message
Eclipse UserFriend
On 10/13/2011 10:35 AM, Ivan wrote:
> Is it possible to simulate multiple inheritance for InferredType when
> implementing my own InferEngine?
> I'm working with javascript framework which allowes to create classes
> inherited from several superclasses and want to see in "Type Hierarchy"
> and "Quick Type Hierarchy" which classes extends some selected class

No, the mixins field on InferredType can be used for additional type
names, but they won't be shown in the hierarchy viewers since their
properties are copied over into the main type when building bindings.

---
Nitin Dahyabhai
Eclipse WTP Source Editing and JSDT
IBM Rational
Previous Topic:Eclipse Indigo and JAX-WS Support - why only Axis2/CXF??
Next Topic:Re: Easy SOAP client code in java?
Goto Forum:
  


Current Time: Wed Jul 23 03:45:43 EDT 2025

Powered by FUDForum. Page generated in 0.29974 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top