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 void
AbstractJavaSyntaxVisitor.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 BaseTypeParameter
ConstructorDeclaration.typeParameters
protected BaseTypeParameter
InterfaceDeclaration.typeParameters
protected BaseTypeParameter
MethodDeclaration.typeParameters
Methods 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 TypeClassDescriptionclass
class
class
-
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 BaseTypeParameter
ClassFileMethodInvocationExpression.typeParameters
Methods 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 ClassFileBodyDeclaration
ConvertClassFileProcessor.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.typeParameters
TypeMaker.TypeTypes.typeParameters
Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.util that return BaseTypeParameterModifier and TypeMethodDescriptionprivate BaseTypeParameter
TypeMaker.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 boolean
TypeParametersToTypeArgumentsBinder.eraseTypeArguments
(Expression expression, BaseTypeParameter typeParameters, BaseTypeArgument typeArguments)