Uses of Class
org.aspectj.org.eclipse.jdt.core.dom.FieldDeclaration
Packages that use FieldDeclaration
Package
Description
The Java DOM/AST is the set of classes that model the source code of a Java program
as a structured document.
-
Uses of FieldDeclaration in org.aspectj.org.eclipse.jdt.core.dom
Subclasses of FieldDeclaration in org.aspectj.org.eclipse.jdt.core.domModifier and TypeClassDescriptionclassInterTypeFieldDeclaration DOM AST node.Methods in org.aspectj.org.eclipse.jdt.core.dom that return FieldDeclarationModifier and TypeMethodDescriptionprotected FieldDeclarationAjASTConverter.convertToFieldDeclaration(FieldDeclaration fieldDecl)protected FieldDeclarationASTConverter.convertToFieldDeclaration(FieldDeclaration fieldDecl)RecordDeclaration.getFields()Returns the ordered list of field declarations of this type declaration.TypeDeclaration.getFields()Returns the ordered list of field declarations of this type declaration.AST.newFieldDeclaration(VariableDeclarationFragment fragment)Creates a new unparented field declaration node owned by this AST, for the given variable declaration fragment.Methods in org.aspectj.org.eclipse.jdt.core.dom with parameters of type FieldDeclarationModifier and TypeMethodDescriptionvoidASTVisitor.endVisit(FieldDeclaration node)End of visit the given type-specific AST node.booleanASTMatcher.match(FieldDeclaration node, Object other)Returns whether the given node and the other object match.protected voidAjASTConverter.setModifiers(FieldDeclaration fieldDeclaration, FieldDeclaration fieldDecl)protected voidASTConverter.setModifiers(FieldDeclaration fieldDeclaration, FieldDeclaration fieldDecl)protected voidAjASTConverter.setTypeForField(FieldDeclaration fieldDeclaration, Type type, int extraDimension)protected voidASTConverter.setTypeForField(FieldDeclaration fieldDeclaration, Type type, int extraDimension)booleanAjNaiveASTFlattener.visit(FieldDeclaration node)booleanASTVisitor.visit(FieldDeclaration node)Visits the given type-specific AST node. -
Uses of FieldDeclaration in org.aspectj.org.eclipse.jdt.internal.core.dom
Methods in org.aspectj.org.eclipse.jdt.internal.core.dom with parameters of type FieldDeclaration -
Uses of FieldDeclaration in org.aspectj.org.eclipse.jdt.internal.core.dom.rewrite
Methods in org.aspectj.org.eclipse.jdt.internal.core.dom.rewrite with parameters of type FieldDeclarationModifier and TypeMethodDescriptionbooleanASTRewriteAnalyzer.visit(FieldDeclaration node)booleanASTRewriteFlattener.visit(FieldDeclaration node) -
Uses of FieldDeclaration in org.aspectj.org.eclipse.jdt.internal.core.nd.indexer
Methods in org.aspectj.org.eclipse.jdt.internal.core.nd.indexer with parameters of type FieldDeclarationModifier and TypeMethodDescriptionvoidHierarchicalASTVisitor.endVisit(FieldDeclaration node)booleanHierarchicalASTVisitor.visit(FieldDeclaration node) -
Uses of FieldDeclaration in org.aspectj.org.eclipse.jdt.internal.formatter
Methods in org.aspectj.org.eclipse.jdt.internal.formatter with parameters of type FieldDeclarationModifier and TypeMethodDescriptionbooleanLineBreaksPreparator.visit(FieldDeclaration node)booleanSpacePreparator.visit(FieldDeclaration node) -
Uses of FieldDeclaration in org.aspectj.org.eclipse.jdt.internal.formatter.linewrap
Methods in org.aspectj.org.eclipse.jdt.internal.formatter.linewrap with parameters of type FieldDeclaration