| Package | Description |
|---|---|
| org.eclipse.jdt.internal.compiler | |
| org.eclipse.jdt.internal.compiler.ast | |
| org.eclipse.jdt.internal.compiler.problem |
| Modifier and Type | Method and Description |
|---|---|
void |
ASTVisitor.endVisit(AllocationExpression allocationExpression,
BlockScope scope) |
boolean |
ASTVisitor.visit(AllocationExpression allocationExpression,
BlockScope scope) |
| Modifier and Type | Class and Description |
|---|---|
class |
JavadocAllocationExpression |
class |
QualifiedAllocationExpression
Variation on allocation, where can optionally be specified any of:
- leading enclosing instance
- trailing anonymous type
- generic type arguments for generic constructor invocation
|
| Modifier and Type | Method and Description |
|---|---|
static void |
FakedTrackingVariable.analyseCloseableAllocation(BlockScope scope,
FlowInfo flowInfo,
AllocationExpression allocation)
Compute/assign a tracking variable for a freshly allocated closeable value, using information from our white lists.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProblemReporter.cannotInferElidedTypes(AllocationExpression allocationExpression) |
void |
ProblemReporter.unusedObjectAllocation(AllocationExpression allocationExpression) |
Copyright © 2013. All rights reserved.