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