类 org.eclipse.jdt.internal.compiler.ast.TypeParameter
的使用

使用 TypeParameter 的软件包
org.eclipse.jdt.internal.compiler   
org.eclipse.jdt.internal.compiler.ast   
org.eclipse.jdt.internal.compiler.lookup   
org.eclipse.jdt.internal.compiler.parser   
org.eclipse.jdt.internal.compiler.problem   
 

org.eclipse.jdt.internal.compilerTypeParameter 的使用
 

参数类型为 TypeParameterorg.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.astTypeParameter 的使用
 

声明为 TypeParameterorg.eclipse.jdt.internal.compiler.ast 中的字段
 TypeParameter[] TypeDeclaration.typeParameters
           
 TypeParameter[] MethodDeclaration.typeParameters
           
 TypeParameter[] ConstructorDeclaration.typeParameters
           
 

返回 TypeParameterorg.eclipse.jdt.internal.compiler.ast 中的方法
 TypeParameter[] MethodDeclaration.typeParameters()
           
 TypeParameter[] ConstructorDeclaration.typeParameters()
           
 TypeParameter[] AbstractMethodDeclaration.typeParameters()
           
 

org.eclipse.jdt.internal.compiler.lookupTypeParameter 的使用
 

参数类型为 TypeParameterorg.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.parserTypeParameter 的使用
 

声明为 TypeParameterorg.eclipse.jdt.internal.compiler.parser 中的字段
 TypeParameter[] RecoveredType.pendingTypeParameters
           
 

参数类型为 TypeParameterorg.eclipse.jdt.internal.compiler.parser 中的方法
 void RecoveredType.add(TypeParameter[] parameters, int startPos)
           
 

org.eclipse.jdt.internal.compiler.problemTypeParameter 的使用
 

参数类型为 TypeParameterorg.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)
           
 



Copyright © 2013. All Rights Reserved.