Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Unable to get the Constructor added to the DOMType
Unable to get the Constructor added to the DOMType [message #88811] Fri, 04 July 2003 03:26
Eclipse UserFriend
Hi,
When i try to set a constructor to a type which extends other type i am
able to get the constructor added to the type and then i add the type to
the compilationunit. When i try to get the contents from the
compilationunit it does not provide the Constructor added to that.
example
public class Parent {
public int one;
public int getOne() {
return this.one;
}
public void setOne(int one) {
this.one = one;
}
public Parent() {
}
}
public class Child
extends Parent {

public int two;
}
when i try to add a constructor to the Child class i am unable to do that.
Previous Topic:Exception on setInput()
Next Topic:how to access members of ann IResource object?
Goto Forum:
  


Current Time: Fri May 09 21:32:26 EDT 2025

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

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

Back to the top