Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Multiple inheritance for InferredType
Multiple inheritance for InferredType [message #736083] Thu, 13 October 2011 14:35 Go to next message
Ivan  is currently offline Ivan Friend
Messages: 1
Registered: October 2011
Junior Member
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 15:35 Go to previous message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4435
Registered: July 2009
Senior Member

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


_
Nitin Dahyabhai
Eclipse Web Tools Platform
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: Thu Apr 25 05:17:23 GMT 2024

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

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

Back to the top