Uses of Class
org.aspectj.org.eclipse.jdt.core.dom.SingleVariableDeclaration
Packages that use SingleVariableDeclaration
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 SingleVariableDeclaration in org.aspectj.org.eclipse.jdt.core.dom
Methods in org.aspectj.org.eclipse.jdt.core.dom that return SingleVariableDeclarationModifier and TypeMethodDescriptionASTConverter.convert(RecordComponent component) protected SingleVariableDeclarationAjASTConverter.convertToSingleVariableDeclaration(LocalDeclaration localDeclaration) protected SingleVariableDeclarationASTConverter.convertToSingleVariableDeclaration(LocalDeclaration localDeclaration) CatchClause.getException()Returns the exception variable declaration of this catch clause.EnhancedForStatement.getParameter()Returns the formal parameter in this enhanced for statement.TypePattern.getPatternVariable()Returns the pattern variable of Types Pattern.AfterReturningAdviceDeclaration.getReturning()PatternInstanceofExpression.getRightOperand()Deprecated.AfterThrowingAdviceDeclaration.getThrowing()Creates an unparented single variable declaration node owned by this AST.Methods in org.aspectj.org.eclipse.jdt.core.dom that return types with arguments of type SingleVariableDeclarationMethods in org.aspectj.org.eclipse.jdt.core.dom with parameters of type SingleVariableDeclarationModifier and TypeMethodDescriptionvoidASTVisitor.endVisit(SingleVariableDeclaration node) End of visit the given type-specific AST node.booleanASTMatcher.match(SingleVariableDeclaration node, Object other) Returns whether the given node and the other object match.voidCatchClause.setException(SingleVariableDeclaration exception) Sets the variable declaration of this catch clause.protected voidAjASTConverter.setModifiers(SingleVariableDeclaration variableDecl, Argument argument) protected voidAjASTConverter.setModifiers(SingleVariableDeclaration variableDecl, LocalDeclaration localDeclaration) protected voidASTConverter.setModifiers(SingleVariableDeclaration variableDecl, Argument argument) protected voidASTConverter.setModifiers(SingleVariableDeclaration variableDecl, LocalDeclaration localDeclaration) protected voidASTConverter.setModifiers(SingleVariableDeclaration variableDecl, RecordComponent component) voidEnhancedForStatement.setParameter(SingleVariableDeclaration parameter) Sets the formal parameter in this enhanced for statement.voidTypePattern.setPatternVariable(SingleVariableDeclaration patternVariable) Sets the pattern variable.voidAfterReturningAdviceDeclaration.setReturning(SingleVariableDeclaration returning) voidPatternInstanceofExpression.setRightOperand(SingleVariableDeclaration referenceDeclaration) Deprecated.voidAfterThrowingAdviceDeclaration.setThrowing(SingleVariableDeclaration throwing) protected voidAjASTConverter.setTypeForSingleVariableDeclaration(SingleVariableDeclaration singleVariableDeclaration, Type type, int extraDimension) protected voidASTConverter.setTypeForSingleVariableDeclaration(SingleVariableDeclaration singleVariableDeclaration, Type type, int extraDimension) booleanAjNaiveASTFlattener.visit(SingleVariableDeclaration node) booleanASTVisitor.visit(SingleVariableDeclaration node) Visits the given type-specific AST node. -
Uses of SingleVariableDeclaration in org.aspectj.org.eclipse.jdt.internal.core.dom
Methods in org.aspectj.org.eclipse.jdt.internal.core.dom with parameters of type SingleVariableDeclarationModifier and TypeMethodDescriptionbooleanNaiveASTFlattener.visit(SingleVariableDeclaration node) -
Uses of SingleVariableDeclaration 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 SingleVariableDeclarationModifier and TypeMethodDescriptionbooleanASTRewriteAnalyzer.visit(SingleVariableDeclaration node) booleanASTRewriteFlattener.visit(SingleVariableDeclaration node) -
Uses of SingleVariableDeclaration in org.aspectj.org.eclipse.jdt.internal.core.util
Methods in org.aspectj.org.eclipse.jdt.internal.core.util with parameters of type SingleVariableDeclaration -
Uses of SingleVariableDeclaration in org.aspectj.org.eclipse.jdt.internal.formatter
Methods in org.aspectj.org.eclipse.jdt.internal.formatter with parameters of type SingleVariableDeclarationModifier and TypeMethodDescriptionvoidSpacePreparator.endVisit(SingleVariableDeclaration node) booleanLineBreaksPreparator.visit(SingleVariableDeclaration node) -
Uses of SingleVariableDeclaration in org.aspectj.org.eclipse.jdt.internal.formatter.linewrap
Methods in org.aspectj.org.eclipse.jdt.internal.formatter.linewrap with parameters of type SingleVariableDeclaration