Uses of Class
org.aspectj.org.eclipse.jdt.core.dom.VariableDeclarationStatement
Packages that use VariableDeclarationStatement
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 VariableDeclarationStatement in org.aspectj.org.eclipse.jdt.core.dom
Methods in org.aspectj.org.eclipse.jdt.core.dom that return VariableDeclarationStatementModifier and TypeMethodDescriptionprotected VariableDeclarationStatementAjASTConverter.convertToVariableDeclarationStatement(LocalDeclaration localDeclaration)protected VariableDeclarationStatementASTConverter.convertToVariableDeclarationStatement(LocalDeclaration localDeclaration)AST.newVariableDeclarationStatement(VariableDeclarationFragment fragment)Creates a new unparented local variable declaration statement node owned by this AST, for the given variable declaration fragment.Methods in org.aspectj.org.eclipse.jdt.core.dom with parameters of type VariableDeclarationStatementModifier and TypeMethodDescriptionvoidASTVisitor.endVisit(VariableDeclarationStatement node)End of visit the given type-specific AST node.booleanASTMatcher.match(VariableDeclarationStatement node, Object other)Returns whether the given node and the other object match.protected voidAjASTConverter.setModifiers(VariableDeclarationStatement variableDeclarationStatement, LocalDeclaration localDeclaration)protected voidASTConverter.setModifiers(VariableDeclarationStatement variableDeclarationStatement, LocalDeclaration localDeclaration)protected voidAjASTConverter.setTypeForVariableDeclarationStatement(VariableDeclarationStatement variableDeclarationStatement, Type type, int extraDimension)protected voidASTConverter.setTypeForVariableDeclarationStatement(VariableDeclarationStatement variableDeclarationStatement, Type type, int extraDimension)booleanAjNaiveASTFlattener.visit(VariableDeclarationStatement node)booleanASTVisitor.visit(VariableDeclarationStatement node)Visits the given type-specific AST node. -
Uses of VariableDeclarationStatement in org.aspectj.org.eclipse.jdt.internal.core.dom
Methods in org.aspectj.org.eclipse.jdt.internal.core.dom with parameters of type VariableDeclarationStatementModifier and TypeMethodDescriptionbooleanNaiveASTFlattener.visit(VariableDeclarationStatement node) -
Uses of VariableDeclarationStatement 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 VariableDeclarationStatementModifier and TypeMethodDescriptionbooleanASTRewriteAnalyzer.visit(VariableDeclarationStatement node)booleanASTRewriteFlattener.visit(VariableDeclarationStatement node) -
Uses of VariableDeclarationStatement 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 VariableDeclarationStatementModifier and TypeMethodDescriptionvoidHierarchicalASTVisitor.endVisit(VariableDeclarationStatement node)booleanHierarchicalASTVisitor.visit(VariableDeclarationStatement node) -
Uses of VariableDeclarationStatement in org.aspectj.org.eclipse.jdt.internal.formatter
Methods in org.aspectj.org.eclipse.jdt.internal.formatter with parameters of type VariableDeclarationStatementModifier and TypeMethodDescriptionbooleanLineBreaksPreparator.visit(VariableDeclarationStatement node)booleanSpacePreparator.visit(VariableDeclarationStatement node) -
Uses of VariableDeclarationStatement in org.aspectj.org.eclipse.jdt.internal.formatter.linewrap
Methods in org.aspectj.org.eclipse.jdt.internal.formatter.linewrap with parameters of type VariableDeclarationStatementModifier and TypeMethodDescriptionbooleanWrapPreparator.visit(VariableDeclarationStatement node)