Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » How to visit prototype with ASTVisitor
How to visit prototype with ASTVisitor [message #810543] Thu, 01 March 2012 08:26
Alireza Missing name is currently offline Alireza Missing nameFriend
Messages: 105
Registered: July 2009
Senior Member

Considering a snippet like following:

function Foo1(){
this.x = 1;
};

function Foo1.prototype.DoIt(){
this.x++;
};


How can Foo1.prototype.DoIt can be visited?
It can not be visited by FunctionDeclaration. What is it?

Alireza
PhD Student
Free University of Bolzano, Italy

Previous Topic:Error: Selection must be WSDL
Next Topic:Problem In deploying Web service
Goto Forum:
  


Current Time: Thu Apr 25 00:05:34 GMT 2024

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

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

Back to the top