Uses of Interface
org.jd.core.v1.model.javasyntax.type.BaseTypeParameter
Packages that use BaseTypeParameter
Package
Description
-
Uses of BaseTypeParameter in org.jd.core.v1.model.javasyntax
Methods in org.jd.core.v1.model.javasyntax with parameters of type BaseTypeParameterModifier and TypeMethodDescriptionprotected voidAbstractJavaSyntaxVisitor.safeAccept(BaseTypeParameter list) -
Uses of BaseTypeParameter in org.jd.core.v1.model.javasyntax.declaration
Fields in org.jd.core.v1.model.javasyntax.declaration declared as BaseTypeParameterModifier and TypeFieldDescriptionprotected BaseTypeParameterConstructorDeclaration.typeParametersprotected BaseTypeParameterInterfaceDeclaration.typeParametersprotected BaseTypeParameterMethodDeclaration.typeParametersMethods in org.jd.core.v1.model.javasyntax.declaration that return BaseTypeParameterModifier and TypeMethodDescriptionConstructorDeclaration.getTypeParameters()InterfaceDeclaration.getTypeParameters()MethodDeclaration.getTypeParameters()Constructors in org.jd.core.v1.model.javasyntax.declaration with parameters of type BaseTypeParameterModifierConstructorDescriptionClassDeclaration(BaseAnnotationReference annotationReferences, int flags, String internalName, String name, BaseTypeParameter typeParameters, ObjectType superType, BaseType interfaces, BodyDeclaration bodyDeclaration) ConstructorDeclaration(BaseAnnotationReference annotationReferences, int flags, BaseTypeParameter typeParameters, BaseFormalParameter formalParameters, BaseType exceptionTypes, String descriptor, BaseStatement statements) InterfaceDeclaration(BaseAnnotationReference annotationReferences, int flags, String internalName, String name, BaseTypeParameter typeParameters, BaseType interfaces, BodyDeclaration bodyDeclaration) MethodDeclaration(BaseAnnotationReference annotationReferences, int flags, String name, BaseTypeParameter typeParameters, Type returnedType, BaseFormalParameter formalParameters, BaseType exceptionTypes, String descriptor, BaseStatement statements, ElementValue defaultAnnotationValue) -
Uses of BaseTypeParameter in org.jd.core.v1.model.javasyntax.type
Classes in org.jd.core.v1.model.javasyntax.type that implement BaseTypeParameterModifier and TypeClassDescriptionclassclassclass -
Uses of BaseTypeParameter in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.declaration
Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.declaration that return BaseTypeParameterModifier and TypeMethodDescriptionClassFileConstructorOrMethodDeclaration.getTypeParameters()ClassFileStaticInitializerDeclaration.getTypeParameters()Constructors in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.declaration with parameters of type BaseTypeParameterModifierConstructorDescriptionClassFileClassDeclaration(BaseAnnotationReference annotationReferences, int flags, String internalName, String name, BaseTypeParameter typeParameters, ObjectType superType, BaseType interfaces, ClassFileBodyDeclaration bodyDeclaration) ClassFileConstructorDeclaration(ClassFileBodyDeclaration bodyDeclaration, ClassFile classFile, Method method, BaseAnnotationReference annotationReferences, BaseTypeParameter typeParameters, BaseType parameterTypes, BaseType exceptionTypes, Map<String, TypeArgument> bindings, Map<String, BaseType> typeBounds, int firstLineNumber) ClassFileInterfaceDeclaration(BaseAnnotationReference annotationReferences, int flags, String internalName, String name, BaseTypeParameter typeParameters, BaseType interfaces, ClassFileBodyDeclaration bodyDeclaration) ClassFileMethodDeclaration(ClassFileBodyDeclaration bodyDeclaration, ClassFile classFile, Method method, BaseAnnotationReference annotationReferences, String name, BaseTypeParameter typeParameters, Type returnedType, BaseType parameterTypes, BaseType exceptionTypes, ElementValue defaultAnnotationValue, Map<String, TypeArgument> bindings, Map<String, BaseType> typeBounds, int firstLineNumber) -
Uses of BaseTypeParameter in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.expression
Fields in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.expression declared as BaseTypeParameterModifier and TypeFieldDescriptionprotected BaseTypeParameterClassFileMethodInvocationExpression.typeParametersMethods in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.expression that return BaseTypeParameterConstructors in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.expression with parameters of type BaseTypeParameterModifierConstructorDescriptionClassFileMethodInvocationExpression(TypeParametersToTypeArgumentsBinder binder, int lineNumber, BaseTypeParameter typeParameters, Type type, Expression expression, String internalTypeName, String name, String descriptor, BaseType parameterTypes, BaseExpression parameters) -
Uses of BaseTypeParameter in org.jd.core.v1.service.converter.classfiletojavasyntax.processor
Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.processor with parameters of type BaseTypeParameterModifier and TypeMethodDescriptionprotected ClassFileBodyDeclarationConvertClassFileProcessor.convertBodyDeclaration(TypeMaker parser, AnnotationConverter converter, ClassFile classFile, BaseTypeParameter typeParameters, ClassFileBodyDeclaration outerClassFileBodyDeclaration) -
Uses of BaseTypeParameter in org.jd.core.v1.service.converter.classfiletojavasyntax.util
Fields in org.jd.core.v1.service.converter.classfiletojavasyntax.util declared as BaseTypeParameterModifier and TypeFieldDescriptionTypeMaker.MethodTypes.typeParametersTypeMaker.TypeTypes.typeParametersMethods in org.jd.core.v1.service.converter.classfiletojavasyntax.util that return BaseTypeParameterModifier and TypeMethodDescriptionprivate BaseTypeParameterTypeMaker.parseTypeParameters(TypeMaker.SignatureReader reader) Rules: TypeParameters: 'invalid input: '<'' TypeParameter+ '>'Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.util with parameters of type BaseTypeParameterModifier and TypeMethodDescriptionprotected Map<String, TypeArgument> TypeParametersToTypeArgumentsBinder.createBindings(Expression expression, BaseTypeParameter typeParameters, BaseTypeArgument typeArguments, BaseTypeParameter methodTypeParameters, Type returnType, Type returnExpressionType, BaseType parameterTypes, BaseExpression parameters) protected booleanTypeParametersToTypeArgumentsBinder.eraseTypeArguments(Expression expression, BaseTypeParameter typeParameters, BaseTypeArgument typeArguments)