Verwendungen von Klasse
org.aspectj.org.eclipse.jdt.core.dom.SingleVariableDeclaration
Packages, die SingleVariableDeclaration verwenden
Package
Beschreibung
The Java DOM/AST is the set of classes that model the source code of a Java program
as a structured document.
-
Verwendungen von SingleVariableDeclaration in org.aspectj.org.eclipse.jdt.core.dom
Methoden in org.aspectj.org.eclipse.jdt.core.dom, die SingleVariableDeclaration zurückgebenModifizierer und TypMethodeBeschreibungASTConverter.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()Veraltet.AfterThrowingAdviceDeclaration.getThrowing()Creates an unparented single variable declaration node owned by this AST.Methoden in org.aspectj.org.eclipse.jdt.core.dom, die Typen mit Argumenten vom Typ SingleVariableDeclaration zurückgebenMethoden in org.aspectj.org.eclipse.jdt.core.dom mit Parametern vom Typ SingleVariableDeclarationModifizierer und TypMethodeBeschreibungvoidASTVisitor.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) Veraltet.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. -
Verwendungen von SingleVariableDeclaration in org.aspectj.org.eclipse.jdt.internal.core.dom
Methoden in org.aspectj.org.eclipse.jdt.internal.core.dom mit Parametern vom Typ SingleVariableDeclarationModifizierer und TypMethodeBeschreibungbooleanNaiveASTFlattener.visit(SingleVariableDeclaration node) -
Verwendungen von SingleVariableDeclaration in org.aspectj.org.eclipse.jdt.internal.core.dom.rewrite
Methoden in org.aspectj.org.eclipse.jdt.internal.core.dom.rewrite mit Parametern vom Typ SingleVariableDeclarationModifizierer und TypMethodeBeschreibungbooleanASTRewriteAnalyzer.visit(SingleVariableDeclaration node) booleanASTRewriteFlattener.visit(SingleVariableDeclaration node) -
Verwendungen von SingleVariableDeclaration in org.aspectj.org.eclipse.jdt.internal.core.util
Methoden in org.aspectj.org.eclipse.jdt.internal.core.util mit Parametern vom Typ SingleVariableDeclaration -
Verwendungen von SingleVariableDeclaration in org.aspectj.org.eclipse.jdt.internal.formatter
Methoden in org.aspectj.org.eclipse.jdt.internal.formatter mit Parametern vom Typ SingleVariableDeclarationModifizierer und TypMethodeBeschreibungvoidSpacePreparator.endVisit(SingleVariableDeclaration node) booleanLineBreaksPreparator.visit(SingleVariableDeclaration node) -
Verwendungen von SingleVariableDeclaration in org.aspectj.org.eclipse.jdt.internal.formatter.linewrap
Methoden in org.aspectj.org.eclipse.jdt.internal.formatter.linewrap mit Parametern vom Typ SingleVariableDeclarationModifizierer und TypMethodeBeschreibungbooleanWrapPreparator.visit(SingleVariableDeclaration node)