JavaScript Development Tools
Release 3.2

Uses of Interface
org.eclipse.wst.jsdt.core.ast.IThisReference

Packages that use IThisReference
org.eclipse.wst.jsdt.core.ast   
 

Uses of IThisReference in org.eclipse.wst.jsdt.core.ast
 

Subinterfaces of IThisReference in org.eclipse.wst.jsdt.core.ast
 interface IQualifiedThisReference
          Provisional API: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface ISuperReference
           This interface is not intended to be implemented by clients.
 

Methods in org.eclipse.wst.jsdt.core.ast with parameters of type IThisReference
 void ASTVisitor.endVisit(IThisReference thisReference)
           
 boolean ASTVisitor.visit(IThisReference thisReference)
           
 


JavaScript Development Tools
Release 3.2

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