Verwendungen von Klasse
org.aspectj.org.eclipse.jdt.core.dom.VariableDeclarationStatement
Packages, die VariableDeclarationStatement 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 VariableDeclarationStatement in org.aspectj.org.eclipse.jdt.core.dom
Methoden in org.aspectj.org.eclipse.jdt.core.dom, die VariableDeclarationStatement zurückgebenModifizierer und TypMethodeBeschreibungprotected 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.Methoden in org.aspectj.org.eclipse.jdt.core.dom mit Parametern vom Typ VariableDeclarationStatementModifizierer und TypMethodeBeschreibungvoidASTVisitor.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. -
Verwendungen von VariableDeclarationStatement in org.aspectj.org.eclipse.jdt.internal.core.dom
Methoden in org.aspectj.org.eclipse.jdt.internal.core.dom mit Parametern vom Typ VariableDeclarationStatementModifizierer und TypMethodeBeschreibungbooleanNaiveASTFlattener.visit(VariableDeclarationStatement node) -
Verwendungen von VariableDeclarationStatement 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 VariableDeclarationStatementModifizierer und TypMethodeBeschreibungbooleanASTRewriteAnalyzer.visit(VariableDeclarationStatement node) booleanASTRewriteFlattener.visit(VariableDeclarationStatement node) -
Verwendungen von VariableDeclarationStatement in org.aspectj.org.eclipse.jdt.internal.formatter
Methoden in org.aspectj.org.eclipse.jdt.internal.formatter mit Parametern vom Typ VariableDeclarationStatementModifizierer und TypMethodeBeschreibungbooleanLineBreaksPreparator.visit(VariableDeclarationStatement node) booleanSpacePreparator.visit(VariableDeclarationStatement node) -
Verwendungen von VariableDeclarationStatement in org.aspectj.org.eclipse.jdt.internal.formatter.linewrap
Methoden in org.aspectj.org.eclipse.jdt.internal.formatter.linewrap mit Parametern vom Typ VariableDeclarationStatementModifizierer und TypMethodeBeschreibungbooleanWrapPreparator.visit(VariableDeclarationStatement node)