JavaScript Development Tools
Release 3.2

Uses of Class
org.eclipse.wst.jsdt.jsdoc.ElementInfo

Packages that use ElementInfo
org.eclipse.wst.jsdt.jsdoc   
org.eclipse.wst.jsdt.jsdoc.msdn   
 

Uses of ElementInfo in org.eclipse.wst.jsdt.jsdoc
 

Fields in org.eclipse.wst.jsdt.jsdoc declared as ElementInfo
protected  ElementInfo[] ElementInfo.children
           
protected  ElementInfo ElementInfo.parent
           
 

Methods in org.eclipse.wst.jsdt.jsdoc that return ElementInfo
static ElementInfo ElementInfo.findChild(String baseUrl)
           
 ElementInfo[] ElementInfo.getChildren()
           
 ElementInfo[] ElementInfo.getFoundObjects()
           
 ElementInfo ElementInfo.getParent()
           
 ElementInfo[] IJsDocSource.getTopObjects()
           
 

Methods in org.eclipse.wst.jsdt.jsdoc with parameters of type ElementInfo
 void ElementInfo.addNode(ElementInfo element)
           
static void ElementInfo.freeObject(ElementInfo element)
           
 

Constructors in org.eclipse.wst.jsdt.jsdoc with parameters of type ElementInfo
ElementInfo(String baseUrl, ElementInfo parent)
           
 

Uses of ElementInfo in org.eclipse.wst.jsdt.jsdoc.msdn
 

Subclasses of ElementInfo in org.eclipse.wst.jsdt.jsdoc.msdn
 class MsdnElement
           
 

Methods in org.eclipse.wst.jsdt.jsdoc.msdn that return ElementInfo
 ElementInfo[] MsdnElement.getChildren()
           
 ElementInfo[] MsdnElement.getCollections()
           
 ElementInfo[] MsdnElement.getEvents()
           
 ElementInfo[] MsdnElement.getMethods()
           
 ElementInfo[] MsdnElement.getObjects()
           
 ElementInfo[] MsdnElement.getProperties()
           
 ElementInfo[] IeFromMsdn.getTopObjects()
           
 

Constructors in org.eclipse.wst.jsdt.jsdoc.msdn with parameters of type ElementInfo
MsdnElement(String baseUrl, ElementInfo parent)
           
 


JavaScript Development Tools
Release 3.2

Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.