|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| org.eclipse.jdt.internal.compiler 中 TypeParameter 的使用 |
|---|
| 参数类型为 TypeParameter 的 org.eclipse.jdt.internal.compiler 中的方法 | |
|---|---|
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)
|
| org.eclipse.jdt.internal.compiler.ast 中 TypeParameter 的使用 |
|---|
| 声明为 TypeParameter 的 org.eclipse.jdt.internal.compiler.ast 中的字段 | |
|---|---|
TypeParameter[] |
TypeDeclaration.typeParameters
|
TypeParameter[] |
MethodDeclaration.typeParameters
|
TypeParameter[] |
ConstructorDeclaration.typeParameters
|
| 返回 TypeParameter 的 org.eclipse.jdt.internal.compiler.ast 中的方法 | |
|---|---|
TypeParameter[] |
MethodDeclaration.typeParameters()
|
TypeParameter[] |
ConstructorDeclaration.typeParameters()
|
TypeParameter[] |
AbstractMethodDeclaration.typeParameters()
|
| org.eclipse.jdt.internal.compiler.lookup 中 TypeParameter 的使用 |
|---|
| 参数类型为 TypeParameter 的 org.eclipse.jdt.internal.compiler.lookup 中的方法 | |
|---|---|
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)
|
| org.eclipse.jdt.internal.compiler.parser 中 TypeParameter 的使用 |
|---|
| 声明为 TypeParameter 的 org.eclipse.jdt.internal.compiler.parser 中的字段 | |
|---|---|
TypeParameter[] |
RecoveredType.pendingTypeParameters
|
| 参数类型为 TypeParameter 的 org.eclipse.jdt.internal.compiler.parser 中的方法 | |
|---|---|
void |
RecoveredType.add(TypeParameter[] parameters,
int startPos)
|
| org.eclipse.jdt.internal.compiler.problem 中 TypeParameter 的使用 |
|---|
| 参数类型为 TypeParameter 的 org.eclipse.jdt.internal.compiler.problem 中的方法 | |
|---|---|
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)
|
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||