Uses of Class
org.aspectj.org.eclipse.jdt.core.dom.VariableDeclarationFragment
Packages that use VariableDeclarationFragment
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 VariableDeclarationFragment in org.aspectj.org.eclipse.jdt.core.dom
Methods in org.aspectj.org.eclipse.jdt.core.dom that return VariableDeclarationFragmentModifier and TypeMethodDescriptionprotected VariableDeclarationFragmentAjASTConverter.convertToVariableDeclarationFragment(InterTypeFieldDeclaration fieldDeclaration)protected VariableDeclarationFragmentAjASTConverter.convertToVariableDeclarationFragment(FieldDeclaration fieldDeclaration)protected VariableDeclarationFragmentAjASTConverter.convertToVariableDeclarationFragment(LocalDeclaration localDeclaration)protected VariableDeclarationFragmentASTConverter.convertToVariableDeclarationFragment(FieldDeclaration fieldDeclaration)protected VariableDeclarationFragmentASTConverter.convertToVariableDeclarationFragment(LocalDeclaration localDeclaration)Creates an unparented variable declaration fragment node owned by this AST.Methods in org.aspectj.org.eclipse.jdt.core.dom with parameters of type VariableDeclarationFragmentModifier and TypeMethodDescriptionvoidASTVisitor.endVisit(VariableDeclarationFragment node)End of visit the given type-specific AST node.booleanASTMatcher.match(VariableDeclarationFragment node, Object other)Returns whether the given node and the other object match.AST.newFieldDeclaration(VariableDeclarationFragment fragment)Creates a new unparented field declaration node owned by this AST, for the given variable declaration fragment.AST.newVariableDeclarationExpression(VariableDeclarationFragment fragment)Creates a new unparented local variable declaration expression node owned by this AST, for the given variable declaration fragment.AST.newVariableDeclarationStatement(VariableDeclarationFragment fragment)Creates a new unparented local variable declaration statement node owned by this AST, for the given variable declaration fragment.booleanAjNaiveASTFlattener.visit(VariableDeclarationFragment node)booleanASTVisitor.visit(VariableDeclarationFragment node)Visits the given type-specific AST node. -
Uses of VariableDeclarationFragment in org.aspectj.org.eclipse.jdt.internal.core.dom
Methods in org.aspectj.org.eclipse.jdt.internal.core.dom with parameters of type VariableDeclarationFragmentModifier and TypeMethodDescriptionbooleanNaiveASTFlattener.visit(VariableDeclarationFragment node) -
Uses of VariableDeclarationFragment 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 VariableDeclarationFragmentModifier and TypeMethodDescriptionbooleanASTRewriteAnalyzer.visit(VariableDeclarationFragment node)booleanASTRewriteFlattener.visit(VariableDeclarationFragment node) -
Uses of VariableDeclarationFragment 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 VariableDeclarationFragmentModifier and TypeMethodDescriptionvoidHierarchicalASTVisitor.endVisit(VariableDeclarationFragment node)booleanHierarchicalASTVisitor.visit(VariableDeclarationFragment node) -
Uses of VariableDeclarationFragment in org.aspectj.org.eclipse.jdt.internal.core.util
Methods in org.aspectj.org.eclipse.jdt.internal.core.util with parameters of type VariableDeclarationFragment -
Uses of VariableDeclarationFragment in org.aspectj.org.eclipse.jdt.internal.formatter
Methods in org.aspectj.org.eclipse.jdt.internal.formatter with parameters of type VariableDeclarationFragmentModifier and TypeMethodDescriptionbooleanSpacePreparator.visit(VariableDeclarationFragment node) -
Uses of VariableDeclarationFragment in org.aspectj.org.eclipse.jdt.internal.formatter.linewrap
Methods in org.aspectj.org.eclipse.jdt.internal.formatter.linewrap with parameters of type VariableDeclarationFragmentModifier and TypeMethodDescriptionbooleanWrapPreparator.visit(VariableDeclarationFragment node)