Uses of Class
org.eclipse.jdt.internal.compiler.ast.FieldDeclaration

Packages that use FieldDeclaration
org.eclipse.jdt.internal.codeassist   
org.eclipse.jdt.internal.codeassist.complete   
org.eclipse.jdt.internal.codeassist.select   
org.eclipse.jdt.internal.compiler   
org.eclipse.jdt.internal.compiler.ast   
org.eclipse.jdt.internal.compiler.lookup   
org.eclipse.jdt.internal.compiler.parser   
org.eclipse.jdt.internal.compiler.problem   
org.eclipse.jdt.internal.core.search.matching   
org.eclipse.jdt.internal.core.util   
org.eclipse.jdt.internal.formatter   
 

Uses of FieldDeclaration in org.eclipse.jdt.internal.codeassist
 

Methods in org.eclipse.jdt.internal.codeassist with parameters of type FieldDeclaration
 void UnresolvedReferenceNameFinder.endVisit(FieldDeclaration fieldDeclaration, MethodScope methodScope)
           
protected  void CompletionElementNotifier.notifySourceElementRequestor(FieldDeclaration fieldDeclaration, TypeDeclaration declaringType)
           
 boolean UnresolvedReferenceNameFinder.visit(FieldDeclaration fieldDeclaration, MethodScope methodScope)
           
 

Uses of FieldDeclaration in org.eclipse.jdt.internal.codeassist.complete
 

Subclasses of FieldDeclaration in org.eclipse.jdt.internal.codeassist.complete
 class CompletionOnFieldName
           
 class CompletionOnFieldType
           
 

Methods in org.eclipse.jdt.internal.codeassist.complete that return FieldDeclaration
protected  FieldDeclaration CompletionParser.createFieldDeclaration(char[] assistName, int sourceStart, int sourceEnd)
           
 

Uses of FieldDeclaration in org.eclipse.jdt.internal.codeassist.select
 

Subclasses of FieldDeclaration in org.eclipse.jdt.internal.codeassist.select
 class SelectionOnFieldType
           
 

Uses of FieldDeclaration in org.eclipse.jdt.internal.compiler
 

Fields in org.eclipse.jdt.internal.compiler declared as FieldDeclaration
 FieldDeclaration ISourceElementRequestor.FieldInfo.node
           
 

Methods in org.eclipse.jdt.internal.compiler with parameters of type FieldDeclaration
 void ASTVisitor.endVisit(FieldDeclaration fieldDeclaration, MethodScope scope)
           
protected  void SourceElementNotifier.notifySourceElementRequestor(FieldDeclaration fieldDeclaration, TypeDeclaration declaringType)
           
 boolean ASTVisitor.visit(FieldDeclaration fieldDeclaration, MethodScope scope)
           
 

Uses of FieldDeclaration in org.eclipse.jdt.internal.compiler.ast
 

Subclasses of FieldDeclaration in org.eclipse.jdt.internal.compiler.ast
 class Initializer
           
 

Fields in org.eclipse.jdt.internal.compiler.ast declared as FieldDeclaration
 FieldDeclaration AllocationExpression.enumConstant
           
 FieldDeclaration[] TypeDeclaration.fields
           
 

Methods in org.eclipse.jdt.internal.compiler.ast that return FieldDeclaration
 FieldDeclaration TypeDeclaration.declarationOf(FieldBinding fieldBinding)
          Find the matching parse node, answers null if nothing found
 

Uses of FieldDeclaration in org.eclipse.jdt.internal.compiler.lookup
 

Methods in org.eclipse.jdt.internal.compiler.lookup that return FieldDeclaration
 FieldDeclaration FieldBinding.sourceField()
           
 

Constructors in org.eclipse.jdt.internal.compiler.lookup with parameters of type FieldDeclaration
FieldBinding(FieldDeclaration field, TypeBinding type, int modifiers, ReferenceBinding declaringClass)
           
 

Uses of FieldDeclaration in org.eclipse.jdt.internal.compiler.parser
 

Fields in org.eclipse.jdt.internal.compiler.parser declared as FieldDeclaration
 FieldDeclaration RecoveredField.fieldDeclaration
           
 

Methods in org.eclipse.jdt.internal.compiler.parser that return FieldDeclaration
protected  FieldDeclaration Parser.createFieldDeclaration(char[] fieldDeclarationName, int sourceStart, int sourceEnd)
           
 FieldDeclaration RecoveredInitializer.updatedFieldDeclaration(int depth, java.util.Set knownTypes)
           
 FieldDeclaration RecoveredField.updatedFieldDeclaration(int depth, java.util.Set knownTypes)
           
 

Methods in org.eclipse.jdt.internal.compiler.parser with parameters of type FieldDeclaration
 RecoveredElement RecoveredElement.add(FieldDeclaration fieldDeclaration, int bracketBalanceValue)
           
 RecoveredElement RecoveredUnit.add(FieldDeclaration fieldDeclaration, int bracketBalanceValue)
           
 RecoveredElement RecoveredInitializer.add(FieldDeclaration newFieldDeclaration, int bracketBalanceValue)
           
 RecoveredElement RecoveredType.add(FieldDeclaration fieldDeclaration, int bracketBalanceValue)
           
 RecoveredElement RecoveredField.add(FieldDeclaration addedfieldDeclaration, int bracketBalanceValue)
           
 RecoveredElement RecoveredBlock.add(FieldDeclaration fieldDeclaration, int bracketBalanceValue)
           
 RecoveredElement RecoveredMethod.add(FieldDeclaration fieldDeclaration, int bracketBalanceValue)
           
 void Parser.parse(FieldDeclaration field, TypeDeclaration type, CompilationUnitDeclaration unit, char[] initializationSource)
           
 

Constructors in org.eclipse.jdt.internal.compiler.parser with parameters of type FieldDeclaration
RecoveredField(FieldDeclaration fieldDeclaration, RecoveredElement parent, int bracketBalance)
           
RecoveredField(FieldDeclaration fieldDeclaration, RecoveredElement parent, int bracketBalance, Parser parser)
           
RecoveredInitializer(FieldDeclaration fieldDeclaration, RecoveredElement parent, int bracketBalance)
           
RecoveredInitializer(FieldDeclaration fieldDeclaration, RecoveredElement parent, int bracketBalance, Parser parser)
           
 

Uses of FieldDeclaration in org.eclipse.jdt.internal.compiler.problem
 

Methods in org.eclipse.jdt.internal.compiler.problem with parameters of type FieldDeclaration
 void ProblemReporter.duplicateFieldInType(SourceTypeBinding type, FieldDeclaration fieldDecl)
           
 void ProblemReporter.duplicateModifierForField(ReferenceBinding type, FieldDeclaration fieldDecl)
           
 void ProblemReporter.enumConstantMustImplementAbstractMethod(AbstractMethodDeclaration method, FieldDeclaration field)
           
 void ProblemReporter.fieldHiding(FieldDeclaration fieldDecl, Binding hiddenVariable)
           
 void ProblemReporter.illegalModifierCombinationFinalVolatileForField(ReferenceBinding type, FieldDeclaration fieldDecl)
           
 void ProblemReporter.illegalModifierForAnnotationField(FieldDeclaration fieldDecl)
           
 void ProblemReporter.illegalModifierForEnumConstant(ReferenceBinding type, FieldDeclaration fieldDecl)
           
 void ProblemReporter.illegalModifierForField(ReferenceBinding type, FieldDeclaration fieldDecl)
           
 void ProblemReporter.illegalModifierForInterfaceField(FieldDeclaration fieldDecl)
           
 void ProblemReporter.illegalVisibilityModifierCombinationForField(ReferenceBinding type, FieldDeclaration fieldDecl)
           
 void ProblemReporter.initializerMustCompleteNormally(FieldDeclaration fieldDecl)
           
 void ProblemReporter.interfaceCannotHaveInitializers(char[] sourceName, FieldDeclaration fieldDecl)
           
 void ProblemReporter.missingDeprecatedAnnotationForField(FieldDeclaration field)
           
 void ProblemReporter.unexpectedStaticModifierForField(SourceTypeBinding type, FieldDeclaration fieldDecl)
           
 void ProblemReporter.unusedPrivateField(FieldDeclaration fieldDecl)
           
 

Uses of FieldDeclaration in org.eclipse.jdt.internal.core.search.matching
 

Methods in org.eclipse.jdt.internal.core.search.matching with parameters of type FieldDeclaration
protected  IJavaElement MatchLocator.createHandle(FieldDeclaration fieldDeclaration, TypeDeclaration typeDeclaration, IJavaElement parent)
          Creates an IField from the given field declaration and type.
 int FieldLocator.match(FieldDeclaration node, MatchingNodeSet nodeSet)
           
 int PatternLocator.match(FieldDeclaration node, MatchingNodeSet nodeSet)
           
 int OrLocator.match(FieldDeclaration node, MatchingNodeSet nodeSet)
           
 int AndLocator.match(FieldDeclaration node, MatchingNodeSet nodeSet)
           
 int ConstructorLocator.match(FieldDeclaration field, MatchingNodeSet nodeSet)
           
protected  void MatchLocator.reportAccurateEnumConstructorReference(SearchMatch match, FieldDeclaration field, AllocationExpression allocation)
          Finds the accurate positions of each valid token in the source and reports a reference to this token to the search requestor.
protected  void MatchLocator.reportMatching(FieldDeclaration field, FieldDeclaration[] otherFields, TypeDeclaration type, IJavaElement parent, int accuracy, boolean typeInHierarchy, MatchingNodeSet nodeSet)
          Visit the given field declaration and report the nodes that match exactly the search pattern (i.e.
protected  void MatchLocator.reportMatching(FieldDeclaration field, FieldDeclaration[] otherFields, TypeDeclaration type, IJavaElement parent, int accuracy, boolean typeInHierarchy, MatchingNodeSet nodeSet)
          Visit the given field declaration and report the nodes that match exactly the search pattern (i.e.
protected  int ConstructorLocator.resolveLevel(FieldDeclaration field)
           
 boolean MatchLocatorParser.NoClassNoMethodDeclarationVisitor.visit(FieldDeclaration fieldDeclaration, MethodScope scope)
           
 boolean MatchLocatorParser.ClassButNoMethodDeclarationVisitor.visit(FieldDeclaration fieldDeclaration, MethodScope scope)
           
 boolean SuperTypeNamesCollector.TypeDeclarationVisitor.visit(FieldDeclaration fieldDeclaration, MethodScope scope)
           
 

Uses of FieldDeclaration in org.eclipse.jdt.internal.core.util
 

Methods in org.eclipse.jdt.internal.core.util that return FieldDeclaration
 FieldDeclaration ASTNodeFinder.findField(IField fieldHandle)
           
 

Uses of FieldDeclaration in org.eclipse.jdt.internal.formatter
 

Subclasses of FieldDeclaration in org.eclipse.jdt.internal.formatter
static class CodeFormatterVisitor.MultiFieldDeclaration
           
 

Methods in org.eclipse.jdt.internal.formatter with parameters of type FieldDeclaration
 boolean CodeFormatterVisitor.visit(FieldDeclaration enumConstant, MethodScope scope)