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

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

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

Subinterfaces of IFieldReference in org.eclipse.wst.jsdt.core.ast
 interface IJsDocFieldReference
          Provisional API: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

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