| Modifier and Type | Method and Description |
|---|---|
void |
ASTVisitor.endVisit(TypeParameter typeParameter,
BlockScope scope) |
void |
ASTVisitor.endVisit(TypeParameter typeParameter,
ClassScope scope) |
boolean |
ASTVisitor.visit(TypeParameter typeParameter,
BlockScope scope) |
boolean |
ASTVisitor.visit(TypeParameter typeParameter,
ClassScope scope) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AnnotationDiscoveryVisitor.visit(TypeParameter typeParameter,
BlockScope scope) |
boolean |
AnnotationDiscoveryVisitor.visit(TypeParameter typeParameter,
ClassScope scope) |
| Modifier and Type | Field and Description |
|---|---|
TypeParameter[] |
ConstructorDeclaration.typeParameters |
TypeParameter[] |
MethodDeclaration.typeParameters |
TypeParameter[] |
TypeDeclaration.typeParameters |
| Modifier and Type | Method and Description |
|---|---|
TypeParameter[] |
ConstructorDeclaration.typeParameters() |
TypeParameter[] |
MethodDeclaration.typeParameters() |
TypeParameter[] |
AbstractMethodDeclaration.typeParameters() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
Scope.connectTypeVariables(TypeParameter[] typeParameters,
boolean checkForErasedCandidateCollisions)
Connect type variable supertypes, and returns true if no problem was detected
|
TypeVariableBinding[] |
Scope.createTypeVariables(TypeParameter[] typeParameters,
Binding declaringElement) |
void |
TypeVariableBinding.evaluateNullAnnotations(Scope scope,
TypeParameter parameter) |
| Modifier and Type | Field and Description |
|---|---|
TypeParameter[] |
RecoveredType.pendingTypeParameters |
| Modifier and Type | Method and Description |
|---|---|
void |
RecoveredType.add(TypeParameter[] parameters,
int startPos) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProblemReporter.duplicateTypeParameterInType(TypeParameter typeParameter) |
void |
ProblemReporter.inheritedMethodReducesVisibility(TypeParameter typeParameter,
MethodBinding concreteMethod,
MethodBinding[] abstractMethods) |
void |
ProblemReporter.invalidUsageOfTypeParameters(TypeParameter firstTypeParameter,
TypeParameter lastTypeParameter) |
void |
ProblemReporter.typeHiding(TypeParameter typeParam,
Binding hidden) |
void |
ProblemReporter.unusedTypeParameter(TypeParameter typeParameter) |
Copyright © 2015. All rights reserved.