Uses of Class
org.aspectj.org.eclipse.jdt.core.dom.QualifiedName
Packages that use QualifiedName
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 QualifiedName in org.aspectj.org.eclipse.jdt.core.dom
Methods in org.aspectj.org.eclipse.jdt.core.dom that return QualifiedNameModifier and TypeMethodDescriptionAST.newQualifiedName(Name qualifier, SimpleName name) Creates and returns a new unparented qualified name node for the given qualifier and simple name child node.protected QualifiedNameAjASTConverter.setQualifiedNameNameAndSourceRanges(char[][] typeName, long[] positions, int endingIndex, ASTNode node) protected QualifiedNameAjASTConverter.setQualifiedNameNameAndSourceRanges(char[][] typeName, long[] positions, ASTNode node) protected QualifiedNameASTConverter.setQualifiedNameNameAndSourceRanges(char[][] typeName, long[] positions, int endingIndex, TypeReference node) protected QualifiedNameASTConverter.setQualifiedNameNameAndSourceRanges(char[][] typeName, long[] positions, ASTNode node) Methods in org.aspectj.org.eclipse.jdt.core.dom with parameters of type QualifiedNameModifier and TypeMethodDescriptionvoidASTVisitor.endVisit(QualifiedName node) End of visit the given type-specific AST node.booleanASTMatcher.match(QualifiedName node, Object other) Returns whether the given node and the other object match.booleanAjNaiveASTFlattener.visit(QualifiedName node) booleanASTVisitor.visit(QualifiedName node) Visits the given type-specific AST node. -
Uses of QualifiedName in org.aspectj.org.eclipse.jdt.internal.core.dom
Methods in org.aspectj.org.eclipse.jdt.internal.core.dom with parameters of type QualifiedName -
Uses of QualifiedName 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 QualifiedNameModifier and TypeMethodDescriptionbooleanASTRewriteAnalyzer.visit(QualifiedName node) booleanASTRewriteFlattener.visit(QualifiedName node) -
Uses of QualifiedName in org.aspectj.org.eclipse.jdt.internal.formatter
Methods in org.aspectj.org.eclipse.jdt.internal.formatter with parameters of type QualifiedName -
Uses of QualifiedName in org.aspectj.org.eclipse.jdt.internal.formatter.linewrap
Methods in org.aspectj.org.eclipse.jdt.internal.formatter.linewrap with parameters of type QualifiedName