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 IQualifiedSuperReference
          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 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)