Uses of Class
org.aspectj.org.eclipse.jdt.internal.compiler.ast.TypeParameter
Packages that use TypeParameter
Package
Description
The Java DOM/AST is the set of classes that model the source code of a Java program
as a structured document.
-
Uses of TypeParameter in org.aspectj.ajdt.internal.compiler
Methods in org.aspectj.ajdt.internal.compiler with parameters of type TypeParameterModifier and TypeMethodDescriptionprotected StringBuilderCommonPrinter.printTypeParameter(TypeParameter tp) -
Uses of TypeParameter in org.aspectj.ajdt.internal.compiler.ast
Methods in org.aspectj.ajdt.internal.compiler.ast that return TypeParameterModifier and TypeMethodDescriptionstatic TypeParameter[]AstUtil.insert(TypeParameter first, TypeParameter[] rest) Methods in org.aspectj.ajdt.internal.compiler.ast with parameters of type TypeParameterModifier and TypeMethodDescriptionstatic TypeParameter[]AstUtil.insert(TypeParameter first, TypeParameter[] rest) -
Uses of TypeParameter in org.aspectj.org.eclipse.jdt.core.dom
Methods in org.aspectj.org.eclipse.jdt.core.dom with parameters of type TypeParameterModifier and TypeMethodDescriptionAjASTConverter.convert(TypeParameter typeParameter) ASTConverter.convert(TypeParameter typeParameter) -
Uses of TypeParameter in org.aspectj.org.eclipse.jdt.internal.codeassist
Methods in org.aspectj.org.eclipse.jdt.internal.codeassist with parameters of type TypeParameterModifier and TypeMethodDescriptionprotected char[][]CompletionElementNotifier.getTypeParameterBounds(TypeParameter typeParameter) -
Uses of TypeParameter in org.aspectj.org.eclipse.jdt.internal.codeassist.complete
Constructors in org.aspectj.org.eclipse.jdt.internal.codeassist.complete with parameters of type TypeParameterModifierConstructorDescriptionCompletionOnMethodTypeParameter(TypeParameter[] typeParameters, CompilationResult compilationResult) -
Uses of TypeParameter in org.aspectj.org.eclipse.jdt.internal.compiler
Methods in org.aspectj.org.eclipse.jdt.internal.compiler with parameters of type TypeParameterModifier and TypeMethodDescriptionvoidASTVisitor.endVisit(TypeParameter typeParameter, BlockScope scope) voidASTVisitor.endVisit(TypeParameter typeParameter, ClassScope scope) protected char[][]SourceElementNotifier.getTypeParameterBounds(TypeParameter typeParameter) booleanASTVisitor.visit(TypeParameter typeParameter, BlockScope scope) booleanASTVisitor.visit(TypeParameter typeParameter, ClassScope scope) booleanGenericAstVisitor.visit(TypeParameter typeParameter, BlockScope scope) booleanGenericAstVisitor.visit(TypeParameter typeParameter, ClassScope scope) -
Uses of TypeParameter in org.aspectj.org.eclipse.jdt.internal.compiler.apt.dispatch
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.apt.dispatch with parameters of type TypeParameterModifier and TypeMethodDescriptionbooleanAnnotationDiscoveryVisitor.visit(TypeParameter typeParameter, BlockScope scope) booleanAnnotationDiscoveryVisitor.visit(TypeParameter typeParameter, ClassScope scope) -
Uses of TypeParameter in org.aspectj.org.eclipse.jdt.internal.compiler.ast
Fields in org.aspectj.org.eclipse.jdt.internal.compiler.ast declared as TypeParameterModifier and TypeFieldDescriptionConstructorDeclaration.typeParametersMethodDeclaration.typeParametersTypeDeclaration.typeParametersMethods in org.aspectj.org.eclipse.jdt.internal.compiler.ast that return TypeParameterModifier and TypeMethodDescriptionAbstractMethodDeclaration.typeParameters()ConstructorDeclaration.typeParameters()MethodDeclaration.typeParameters() -
Uses of TypeParameter in org.aspectj.org.eclipse.jdt.internal.compiler.lookup
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.lookup with parameters of type TypeParameterModifier and TypeMethodDescriptionprotected booleanScope.connectTypeVariables(TypeParameter[] typeParameters, boolean checkForErasedCandidateCollisions) Connect type variable supertypes, and returns true if no problem was detectedScope.createTypeVariables(TypeParameter[] typeParameters, Binding declaringElement) voidTypeVariableBinding.evaluateNullAnnotations(Scope scope, TypeParameter parameter) -
Uses of TypeParameter in org.aspectj.org.eclipse.jdt.internal.compiler.parser
Fields in org.aspectj.org.eclipse.jdt.internal.compiler.parser declared as TypeParameterMethods in org.aspectj.org.eclipse.jdt.internal.compiler.parser that return TypeParameterModifier and TypeMethodDescriptionprotected TypeParameterTypeConverter.createTypeParameter(char[] typeParameterName, char[][] typeParameterBounds, int start, int end) Methods in org.aspectj.org.eclipse.jdt.internal.compiler.parser with parameters of type TypeParameterModifier and TypeMethodDescriptionvoidRecoveredType.add(TypeParameter[] parameters, int startPos) -
Uses of TypeParameter in org.aspectj.org.eclipse.jdt.internal.compiler.problem
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.problem with parameters of type TypeParameterModifier and TypeMethodDescriptionvoidProblemReporter.duplicateTypeParameterInType(TypeParameter typeParameter) voidProblemReporter.inheritedMethodReducesVisibility(TypeParameter typeParameter, MethodBinding concreteMethod, MethodBinding[] abstractMethods) voidProblemReporter.invalidUsageOfTypeParameters(TypeParameter firstTypeParameter, TypeParameter lastTypeParameter) voidProblemReporter.nullAnnotationIsRedundant(TypeParameter typeParameter) voidProblemReporter.typeHiding(TypeParameter typeParam, Binding hidden) voidProblemReporter.unusedTypeParameter(TypeParameter typeParameter) -
Uses of TypeParameter in org.aspectj.org.eclipse.jdt.internal.core.search.matching
Methods in org.aspectj.org.eclipse.jdt.internal.core.search.matching with parameters of type TypeParameterModifier and TypeMethodDescriptionintAndLocator.match(TypeParameter node, MatchingNodeSet nodeSet) intOrLocator.match(TypeParameter node, MatchingNodeSet nodeSet) intPatternLocator.match(TypeParameter node, MatchingNodeSet nodeSet) intTypeParameterLocator.match(TypeParameter node, MatchingNodeSet nodeSet) protected voidMatchLocator.reportMatching(TypeParameter[] typeParameters, IJavaElement enclosingElement, IJavaElement parent, Binding binding, MatchingNodeSet nodeSet) Report matches in type parameters.