| Package | Description |
|---|---|
| org.eclipse.jdt.internal.compiler.lookup |
| Modifier and Type | Method and Description |
|---|---|
TypeConstants.BoundCheckStatus |
TypeConstants.BoundCheckStatus.betterOf(TypeConstants.BoundCheckStatus other) |
TypeConstants.BoundCheckStatus |
TypeVariableBinding.boundCheck(Substitution substitution,
TypeBinding argumentType,
Scope scope,
ASTNode location)
Returns true if the argument type satisfies all bounds of the type parameter
|
static TypeConstants.BoundCheckStatus |
TypeConstants.BoundCheckStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeConstants.BoundCheckStatus[] |
TypeConstants.BoundCheckStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TypeConstants.BoundCheckStatus |
TypeConstants.BoundCheckStatus.betterOf(TypeConstants.BoundCheckStatus other) |
Copyright © 2016. All rights reserved.