Uses of Class
org.aspectj.org.eclipse.jdt.internal.compiler.ast.QualifiedAllocationExpression
Packages that use QualifiedAllocationExpression
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 QualifiedAllocationExpression in org.aspectj.ajdt.internal.compiler
Methods in org.aspectj.ajdt.internal.compiler with parameters of type QualifiedAllocationExpressionModifier and TypeMethodDescriptionprotected StringBuilderCommonPrinter.printQualifiedAllocationExpression(QualifiedAllocationExpression qae, int indent) -
Uses of QualifiedAllocationExpression in org.aspectj.org.eclipse.jdt.core.dom
Methods in org.aspectj.org.eclipse.jdt.core.dom with parameters of type QualifiedAllocationExpressionModifier and TypeMethodDescriptionAjASTConverter.convert(QualifiedAllocationExpression allocation) ASTConverter.convert(QualifiedAllocationExpression allocation) -
Uses of QualifiedAllocationExpression in org.aspectj.org.eclipse.jdt.internal.codeassist.complete
Subclasses of QualifiedAllocationExpression in org.aspectj.org.eclipse.jdt.internal.codeassist.completeMethods in org.aspectj.org.eclipse.jdt.internal.codeassist.complete with parameters of type QualifiedAllocationExpressionModifier and TypeMethodDescriptionvoidCompletionNodeDetector.endVisit(QualifiedAllocationExpression qualifiedAllocationExpression, BlockScope scope) booleanCompletionNodeDetector.visit(QualifiedAllocationExpression qualifiedAllocationExpression, BlockScope scope) -
Uses of QualifiedAllocationExpression in org.aspectj.org.eclipse.jdt.internal.codeassist.select
-
Uses of QualifiedAllocationExpression in org.aspectj.org.eclipse.jdt.internal.compiler
Methods in org.aspectj.org.eclipse.jdt.internal.compiler with parameters of type QualifiedAllocationExpressionModifier and TypeMethodDescriptionvoidASTVisitor.endVisit(QualifiedAllocationExpression qualifiedAllocationExpression, BlockScope scope) booleanASTVisitor.visit(QualifiedAllocationExpression qualifiedAllocationExpression, BlockScope scope) booleanGenericAstVisitor.visit(QualifiedAllocationExpression qualifiedAllocationExpression, BlockScope scope) -
Uses of QualifiedAllocationExpression in org.aspectj.org.eclipse.jdt.internal.compiler.ast
Fields in org.aspectj.org.eclipse.jdt.internal.compiler.ast declared as QualifiedAllocationExpression