Verwendungen von Klasse
org.aspectj.org.eclipse.jdt.core.dom.VariableDeclarationFragment
Packages, die VariableDeclarationFragment 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 VariableDeclarationFragment in org.aspectj.org.eclipse.jdt.core.dom
Methoden in org.aspectj.org.eclipse.jdt.core.dom, die VariableDeclarationFragment zurückgebenModifizierer und TypMethodeBeschreibungprotected VariableDeclarationFragmentAjASTConverter.convertToVariableDeclarationFragment(InterTypeFieldDeclaration fieldDeclaration) protected VariableDeclarationFragmentAjASTConverter.convertToVariableDeclarationFragment(FieldDeclaration fieldDeclaration) protected VariableDeclarationFragmentAjASTConverter.convertToVariableDeclarationFragment(LocalDeclaration localDeclaration) protected VariableDeclarationFragmentASTConverter.convertToVariableDeclarationFragment(FieldDeclaration fieldDeclaration) protected VariableDeclarationFragmentASTConverter.convertToVariableDeclarationFragment(LocalDeclaration localDeclaration) Creates an unparented variable declaration fragment node owned by this AST.Methoden in org.aspectj.org.eclipse.jdt.core.dom mit Parametern vom Typ VariableDeclarationFragmentModifizierer und TypMethodeBeschreibungvoidASTVisitor.endVisit(VariableDeclarationFragment node) End of visit the given type-specific AST node.booleanASTMatcher.match(VariableDeclarationFragment node, Object other) Returns whether the given node and the other object match.AST.newFieldDeclaration(VariableDeclarationFragment fragment) Creates a new unparented field declaration node owned by this AST, for the given variable declaration fragment.AST.newVariableDeclarationExpression(VariableDeclarationFragment fragment) Creates a new unparented local variable declaration expression node owned by this AST, for the given variable declaration fragment.AST.newVariableDeclarationStatement(VariableDeclarationFragment fragment) Creates a new unparented local variable declaration statement node owned by this AST, for the given variable declaration fragment.booleanAjNaiveASTFlattener.visit(VariableDeclarationFragment node) booleanASTVisitor.visit(VariableDeclarationFragment node) Visits the given type-specific AST node. -
Verwendungen von VariableDeclarationFragment in org.aspectj.org.eclipse.jdt.internal.core.dom
Methoden in org.aspectj.org.eclipse.jdt.internal.core.dom mit Parametern vom Typ VariableDeclarationFragmentModifizierer und TypMethodeBeschreibungbooleanNaiveASTFlattener.visit(VariableDeclarationFragment node) -
Verwendungen von VariableDeclarationFragment 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 VariableDeclarationFragmentModifizierer und TypMethodeBeschreibungbooleanASTRewriteAnalyzer.visit(VariableDeclarationFragment node) booleanASTRewriteFlattener.visit(VariableDeclarationFragment node) -
Verwendungen von VariableDeclarationFragment in org.aspectj.org.eclipse.jdt.internal.core.util
Methoden in org.aspectj.org.eclipse.jdt.internal.core.util mit Parametern vom Typ VariableDeclarationFragment -
Verwendungen von VariableDeclarationFragment in org.aspectj.org.eclipse.jdt.internal.formatter
Methoden in org.aspectj.org.eclipse.jdt.internal.formatter mit Parametern vom Typ VariableDeclarationFragmentModifizierer und TypMethodeBeschreibungbooleanSpacePreparator.visit(VariableDeclarationFragment node) -
Verwendungen von VariableDeclarationFragment in org.aspectj.org.eclipse.jdt.internal.formatter.linewrap
Methoden in org.aspectj.org.eclipse.jdt.internal.formatter.linewrap mit Parametern vom Typ VariableDeclarationFragmentModifizierer und TypMethodeBeschreibungbooleanWrapPreparator.visit(VariableDeclarationFragment node)