Uses of Interface
org.jd.core.v1.model.javasyntax.type.BaseTypeParameter
-
-
Uses of BaseTypeParameter in org.jd.core.v1.model.javasyntax
Methods in org.jd.core.v1.model.javasyntax with parameters of type BaseTypeParameter Modifier and Type Method Description protected 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 BaseTypeParameter Modifier and Type Field Description protected BaseTypeParameter
ConstructorDeclaration. typeParameters
protected BaseTypeParameter
InterfaceDeclaration. typeParameters
protected BaseTypeParameter
MethodDeclaration. typeParameters
Methods in org.jd.core.v1.model.javasyntax.declaration that return BaseTypeParameter Modifier and Type Method Description BaseTypeParameter
ConstructorDeclaration. getTypeParameters()
BaseTypeParameter
InterfaceDeclaration. getTypeParameters()
BaseTypeParameter
MethodDeclaration. getTypeParameters()
Constructors in org.jd.core.v1.model.javasyntax.declaration with parameters of type BaseTypeParameter Constructor Description ClassDeclaration(BaseAnnotationReference annotationReferences, int flags, java.lang.String internalName, java.lang.String name, BaseTypeParameter typeParameters, ObjectType superType, BaseType interfaces, BodyDeclaration bodyDeclaration)
ConstructorDeclaration(BaseAnnotationReference annotationReferences, int flags, BaseTypeParameter typeParameters, BaseFormalParameter formalParameters, BaseType exceptionTypes, java.lang.String descriptor, BaseStatement statements)
InterfaceDeclaration(BaseAnnotationReference annotationReferences, int flags, java.lang.String internalName, java.lang.String name, BaseTypeParameter typeParameters, BaseType interfaces, BodyDeclaration bodyDeclaration)
MethodDeclaration(BaseAnnotationReference annotationReferences, int flags, java.lang.String name, BaseTypeParameter typeParameters, Type returnedType, BaseFormalParameter formalParameters, BaseType exceptionTypes, java.lang.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 BaseTypeParameter Modifier and Type Class Description class
TypeParameter
class
TypeParameters
class
TypeParameterWithTypeBounds
-
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 BaseTypeParameter Modifier and Type Method Description BaseTypeParameter
ClassFileConstructorOrMethodDeclaration. getTypeParameters()
BaseTypeParameter
ClassFileStaticInitializerDeclaration. getTypeParameters()
Constructors in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.declaration with parameters of type BaseTypeParameter Constructor Description ClassFileClassDeclaration(BaseAnnotationReference annotationReferences, int flags, java.lang.String internalName, java.lang.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, java.util.Map<java.lang.String,TypeArgument> bindings, java.util.Map<java.lang.String,BaseType> typeBounds, int firstLineNumber)
ClassFileInterfaceDeclaration(BaseAnnotationReference annotationReferences, int flags, java.lang.String internalName, java.lang.String name, BaseTypeParameter typeParameters, BaseType interfaces, ClassFileBodyDeclaration bodyDeclaration)
ClassFileMethodDeclaration(ClassFileBodyDeclaration bodyDeclaration, ClassFile classFile, Method method, BaseAnnotationReference annotationReferences, java.lang.String name, BaseTypeParameter typeParameters, Type returnedType, BaseType parameterTypes, BaseType exceptionTypes, ElementValue defaultAnnotationValue, java.util.Map<java.lang.String,TypeArgument> bindings, java.util.Map<java.lang.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 BaseTypeParameter Modifier and Type Field Description protected BaseTypeParameter
ClassFileMethodInvocationExpression. typeParameters
Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.expression that return BaseTypeParameter Modifier and Type Method Description BaseTypeParameter
ClassFileMethodInvocationExpression. getTypeParameters()
Constructors in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.expression with parameters of type BaseTypeParameter Constructor Description ClassFileMethodInvocationExpression(TypeParametersToTypeArgumentsBinder binder, int lineNumber, BaseTypeParameter typeParameters, Type type, Expression expression, java.lang.String internalTypeName, java.lang.String name, java.lang.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 BaseTypeParameter Modifier and Type Method Description protected 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 BaseTypeParameter Modifier and Type Field Description BaseTypeParameter
TypeMaker.MethodTypes. typeParameters
BaseTypeParameter
TypeMaker.TypeTypes. typeParameters
Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.util that return BaseTypeParameter Modifier and Type Method Description private BaseTypeParameter
TypeMaker. parseTypeParameters(TypeMaker.SignatureReader reader)
Rules: TypeParameters: '<' TypeParameter+ '>'Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.util with parameters of type BaseTypeParameter Modifier and Type Method Description protected java.util.Map<java.lang.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)
-