Uses of Class
org.aspectj.org.eclipse.jdt.internal.compiler.ast.AllocationExpression
Packages that use AllocationExpression
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 AllocationExpression in org.aspectj.ajdt.internal.compiler
Methods in org.aspectj.ajdt.internal.compiler with parameters of type AllocationExpressionModifier and TypeMethodDescriptionprotected StringBuilderCommonPrinter.printAllocationExpression(AllocationExpression ae) -
Uses of AllocationExpression in org.aspectj.ajdt.internal.compiler.ast
Methods in org.aspectj.ajdt.internal.compiler.ast with parameters of type AllocationExpressionModifier and TypeMethodDescriptionvoidAccessForInlineVisitor.endVisit(AllocationExpression send, BlockScope scope) -
Uses of AllocationExpression in org.aspectj.org.eclipse.jdt.core.dom
Methods in org.aspectj.org.eclipse.jdt.core.dom with parameters of type AllocationExpression -
Uses of AllocationExpression in org.aspectj.org.eclipse.jdt.internal.codeassist
Methods in org.aspectj.org.eclipse.jdt.internal.codeassist with parameters of type AllocationExpressionModifier and TypeMethodDescriptionvoidThrownExceptionFinder.endVisit(AllocationExpression allocationExpression, BlockScope scope) -
Uses of AllocationExpression in org.aspectj.org.eclipse.jdt.internal.codeassist.complete
Modifier and TypeClassDescriptionclassclassMethods in org.aspectj.org.eclipse.jdt.internal.codeassist.complete that return AllocationExpressionModifier and TypeMethodDescriptionprotected AllocationExpressionCompletionParser.newAllocationExpression(boolean isQualified) Methods in org.aspectj.org.eclipse.jdt.internal.codeassist.complete with parameters of type AllocationExpressionModifier and TypeMethodDescriptionvoidCompletionNodeDetector.endVisit(AllocationExpression allocationExpression, BlockScope scope) booleanCompletionNodeDetector.visit(AllocationExpression allocationExpression, BlockScope scope) -
Uses of AllocationExpression in org.aspectj.org.eclipse.jdt.internal.codeassist.select
-
Uses of AllocationExpression in org.aspectj.org.eclipse.jdt.internal.compiler
Methods in org.aspectj.org.eclipse.jdt.internal.compiler with parameters of type AllocationExpressionModifier and TypeMethodDescriptionvoidASTVisitor.endVisit(AllocationExpression allocationExpression, BlockScope scope) booleanASTVisitor.visit(AllocationExpression allocationExpression, BlockScope scope) booleanGenericAstVisitor.visit(AllocationExpression allocationExpression, BlockScope scope) -
Uses of AllocationExpression in org.aspectj.org.eclipse.jdt.internal.compiler.ast
Subclasses of AllocationExpression in org.aspectj.org.eclipse.jdt.internal.compiler.astModifier and TypeClassDescriptionclassclassVariation on allocation, where can optionally be specified any of: - leading enclosing instance - trailing anonymous type - generic type arguments for generic constructor invocationMethods in org.aspectj.org.eclipse.jdt.internal.compiler.ast with parameters of type AllocationExpressionModifier and TypeMethodDescriptionstatic voidFakedTrackingVariable.analyseCloseableAllocation(BlockScope scope, FlowInfo flowInfo, FlowContext flowContext, AllocationExpression allocation) Compute/assign a tracking variable for a freshly allocated closeable value, using information from our white lists. -
Uses of AllocationExpression in org.aspectj.org.eclipse.jdt.internal.compiler.parser
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.parser that return AllocationExpressionModifier and TypeMethodDescriptionprotected AllocationExpressionParser.newAllocationExpression(boolean isQualified) -
Uses of AllocationExpression in org.aspectj.org.eclipse.jdt.internal.compiler.problem
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.problem with parameters of type AllocationExpressionModifier and TypeMethodDescriptionvoidProblemReporter.cannotInferElidedTypes(AllocationExpression allocationExpression) voidProblemReporter.unusedObjectAllocation(AllocationExpression allocationExpression) -
Uses of AllocationExpression in org.aspectj.org.eclipse.jdt.internal.core.search.matching
Methods in org.aspectj.org.eclipse.jdt.internal.core.search.matching with parameters of type AllocationExpressionModifier and TypeMethodDescriptionprotected voidMatchLocator.reportAccurateEnumConstructorReference(SearchMatch match, FieldDeclaration field, AllocationExpression allocation) Finds the accurate positions of each valid token in the source and reports a reference to this token to the search requestor.protected intConstructorLocator.resolveLevel(AllocationExpression allocation) -
Uses of AllocationExpression in org.aspectj.org.eclipse.jdt.internal.eval
Subclasses of AllocationExpression in org.aspectj.org.eclipse.jdt.internal.eval