|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AllocationExpression | |
|---|---|
| org.eclipse.jdt.internal.compiler | |
| org.eclipse.jdt.internal.compiler.ast | |
| org.eclipse.jdt.internal.compiler.problem | |
| Uses of AllocationExpression in org.eclipse.jdt.internal.compiler |
|---|
| Methods in org.eclipse.jdt.internal.compiler with parameters of type AllocationExpression | |
|---|---|
void |
ASTVisitor.endVisit(AllocationExpression allocationExpression,
BlockScope scope)
|
boolean |
ASTVisitor.visit(AllocationExpression allocationExpression,
BlockScope scope)
|
| Uses of AllocationExpression in org.eclipse.jdt.internal.compiler.ast |
|---|
| Subclasses of AllocationExpression in org.eclipse.jdt.internal.compiler.ast | |
|---|---|
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 |
| Uses of AllocationExpression in org.eclipse.jdt.internal.compiler.problem |
|---|
| Methods in org.eclipse.jdt.internal.compiler.problem with parameters of type AllocationExpression | |
|---|---|
void |
ProblemReporter.cannotInferElidedTypes(AllocationExpression allocationExpression)
|
void |
ProblemReporter.unusedObjectAllocation(AllocationExpression allocationExpression)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||