Uses of Interface
org.jd.core.v1.model.javasyntax.type.BaseType
Packages that use BaseType
Package
Description
-
Uses of BaseType in org.jd.core.v1.model.javasyntax
Methods in org.jd.core.v1.model.javasyntax with parameters of type BaseTypeModifier and TypeMethodDescriptionprotected voidAbstractJavaSyntaxVisitor.safeAccept(BaseType list) -
Uses of BaseType in org.jd.core.v1.model.javasyntax.declaration
Fields in org.jd.core.v1.model.javasyntax.declaration declared as BaseTypeModifier and TypeFieldDescriptionprotected BaseTypeConstructorDeclaration.exceptionTypesprotected BaseTypeMethodDeclaration.exceptionTypesprotected BaseTypeEnumDeclaration.interfacesprotected BaseTypeInterfaceDeclaration.interfacesMethods in org.jd.core.v1.model.javasyntax.declaration that return BaseTypeModifier and TypeMethodDescriptionConstructorDeclaration.getExceptionTypes()MethodDeclaration.getExceptionTypes()EnumDeclaration.getInterfaces()InterfaceDeclaration.getInterfaces()Constructors in org.jd.core.v1.model.javasyntax.declaration with parameters of type BaseTypeModifierConstructorDescriptionClassDeclaration(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) EnumDeclaration(BaseAnnotationReference annotationReferences, int flags, String internalName, String name, BaseType interfaces, List<EnumDeclaration.Constant> constants, BodyDeclaration bodyDeclaration) InterfaceDeclaration(int flags, String internalName, String name, BaseType interfaces) 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 BaseType in org.jd.core.v1.model.javasyntax.reference
Classes in org.jd.core.v1.model.javasyntax.reference that implement BaseType -
Uses of BaseType in org.jd.core.v1.model.javasyntax.type
Subinterfaces of BaseType in org.jd.core.v1.model.javasyntax.typeClasses in org.jd.core.v1.model.javasyntax.type that implement BaseTypeModifier and TypeClassDescriptionclassclassclassclassclassclassFields in org.jd.core.v1.model.javasyntax.type declared as BaseTypeMethods in org.jd.core.v1.model.javasyntax.type that return BaseTypeMethod parameters in org.jd.core.v1.model.javasyntax.type with type arguments of type BaseTypeModifier and TypeMethodDescriptiondefault booleanBaseTypeArgument.isTypeArgumentAssignableFrom(Map<String, BaseType> typeBounds, BaseTypeArgument typeArgument) booleanDiamondTypeArgument.isTypeArgumentAssignableFrom(Map<String, BaseType> typeBounds, BaseTypeArgument typeArgument) booleanGenericType.isTypeArgumentAssignableFrom(Map<String, BaseType> typeBounds, BaseTypeArgument typeArgument) booleanObjectType.isTypeArgumentAssignableFrom(Map<String, BaseType> typeBounds, BaseTypeArgument typeArgument) protected booleanObjectType.isTypeArgumentAssignableFrom(Map<String, BaseType> typeBounds, ObjectType objectType) booleanPrimitiveType.isTypeArgumentAssignableFrom(Map<String, BaseType> typeBounds, BaseTypeArgument typeArgument) booleanTypeArguments.isTypeArgumentAssignableFrom(Map<String, BaseType> typeBounds, BaseTypeArgument typeArgument) booleanWildcardExtendsTypeArgument.isTypeArgumentAssignableFrom(Map<String, BaseType> typeBounds, BaseTypeArgument typeArgument) booleanWildcardSuperTypeArgument.isTypeArgumentAssignableFrom(Map<String, BaseType> typeBounds, BaseTypeArgument typeArgument) booleanWildcardTypeArgument.isTypeArgumentAssignableFrom(Map<String, BaseType> typeBounds, BaseTypeArgument typeArgument) Constructors in org.jd.core.v1.model.javasyntax.type with parameters of type BaseTypeModifierConstructorDescriptionTypeParameterWithTypeBounds(String identifier, BaseType typeBounds) -
Uses of BaseType in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.declaration
Fields in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.declaration declared as BaseTypeModifier and TypeFieldDescriptionprotected BaseTypeClassFileConstructorDeclaration.parameterTypesprotected BaseTypeClassFileMethodDeclaration.parameterTypesFields in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.declaration with type parameters of type BaseTypeModifier and TypeFieldDescriptionClassFileBodyDeclaration.typeBoundsClassFileConstructorDeclaration.typeBoundsClassFileMethodDeclaration.typeBoundsClassFileStaticInitializerDeclaration.typeBoundsMethods in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.declaration that return BaseTypeModifier and TypeMethodDescriptionClassFileConstructorDeclaration.getParameterTypes()ClassFileConstructorOrMethodDeclaration.getParameterTypes()ClassFileMethodDeclaration.getParameterTypes()ClassFileStaticInitializerDeclaration.getParameterTypes()Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.declaration that return types with arguments of type BaseTypeModifier and TypeMethodDescriptionClassFileBodyDeclaration.getTypeBounds()ClassFileConstructorDeclaration.getTypeBounds()ClassFileConstructorOrMethodDeclaration.getTypeBounds()ClassFileMethodDeclaration.getTypeBounds()ClassFileStaticInitializerDeclaration.getTypeBounds()Constructors in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.declaration with parameters of type BaseTypeModifierConstructorDescriptionClassFileClassDeclaration(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) ClassFileEnumDeclaration(BaseAnnotationReference annotationReferences, int flags, String internalName, String name, BaseType interfaces, ClassFileBodyDeclaration bodyDeclaration) ClassFileInterfaceDeclaration(BaseAnnotationReference annotationReferences, int flags, String internalName, String name, BaseTypeParameter typeParameters, BaseType interfaces, ClassFileBodyDeclaration bodyDeclaration) ClassFileMethodDeclaration(ClassFileBodyDeclaration bodyDeclaration, ClassFile classFile, Method method, String name, Type returnedType, BaseType parameterTypes, Map<String, TypeArgument> bindings, Map<String, BaseType> typeBounds) ClassFileMethodDeclaration(ClassFileBodyDeclaration bodyDeclaration, ClassFile classFile, Method method, String name, Type returnedType, BaseType parameterTypes, Map<String, TypeArgument> bindings, Map<String, BaseType> typeBounds, int firstLineNumber) 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 BaseType 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 BaseTypeModifier and TypeFieldDescriptionprotected BaseTypeClassFileConstructorInvocationExpression.parameterTypesprotected BaseTypeClassFileMethodInvocationExpression.parameterTypesprotected BaseTypeClassFileNewExpression.parameterTypesprotected BaseTypeClassFileSuperConstructorInvocationExpression.parameterTypesMethods in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.expression that return BaseTypeModifier and TypeMethodDescriptionClassFileConstructorInvocationExpression.getParameterTypes()ClassFileMethodInvocationExpression.getParameterTypes()ClassFileNewExpression.getParameterTypes()ClassFileSuperConstructorInvocationExpression.getParameterTypes()Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.expression with parameters of type BaseTypeModifier and TypeMethodDescriptionvoidClassFileNewExpression.set(String descriptor, BaseType parameterTypes, BaseExpression parameters) voidClassFileConstructorInvocationExpression.setParameterTypes(BaseType parameterTypes) voidClassFileMethodInvocationExpression.setParameterTypes(BaseType parameterTypes) voidClassFileNewExpression.setParameterTypes(BaseType parameterTypes) voidClassFileSuperConstructorInvocationExpression.setParameterTypes(BaseType parameterTypes) Constructors in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.expression with parameters of type BaseTypeModifierConstructorDescriptionClassFileConstructorInvocationExpression(int lineNumber, ObjectType type, String descriptor, BaseType parameterTypes, BaseExpression parameters) ClassFileMethodInvocationExpression(TypeParametersToTypeArgumentsBinder binder, int lineNumber, BaseTypeParameter typeParameters, Type type, Expression expression, String internalTypeName, String name, String descriptor, BaseType parameterTypes, BaseExpression parameters) ClassFileSuperConstructorInvocationExpression(int lineNumber, ObjectType type, String descriptor, BaseType parameterTypes, BaseExpression parameters) -
Uses of BaseType in org.jd.core.v1.service.converter.classfiletojavasyntax.model.localvariable
Method parameters in org.jd.core.v1.service.converter.classfiletojavasyntax.model.localvariable with type arguments of type BaseTypeModifier and TypeMethodDescriptionprotected voidAbstractLocalVariable.fireChangeEvent(Map<String, BaseType> typeBounds) abstract booleanAbstractLocalVariable.isAssignableFrom(Map<String, BaseType> typeBounds, Type type) Determines if the local variable represented by this object is either the same as, or is a super type variable of, the local variable represented by the specified parameter.abstract booleanAbstractLocalVariable.isAssignableFrom(Map<String, BaseType> typeBounds, AbstractLocalVariable variable) booleanGenericLocalVariable.isAssignableFrom(Map<String, BaseType> typeBounds, Type otherType) booleanGenericLocalVariable.isAssignableFrom(Map<String, BaseType> typeBounds, AbstractLocalVariable variable) booleanObjectLocalVariable.isAssignableFrom(Map<String, BaseType> typeBounds, Type type) booleanObjectLocalVariable.isAssignableFrom(Map<String, BaseType> typeBounds, AbstractLocalVariable variable) booleanPrimitiveLocalVariable.isAssignableFrom(Map<String, BaseType> typeBounds, Type type) booleanPrimitiveLocalVariable.isAssignableFrom(Map<String, BaseType> typeBounds, AbstractLocalVariable variable) voidFrame.mergeLocalVariable(Map<String, BaseType> typeBounds, LocalVariableMaker localVariableMaker, AbstractLocalVariable lv) voidabstract voidAbstractLocalVariable.typeOnLeft(Map<String, BaseType> typeBounds, Type type) voidGenericLocalVariable.typeOnLeft(Map<String, BaseType> typeBounds, Type type) voidObjectLocalVariable.typeOnLeft(Map<String, BaseType> typeBounds, Type type) voidPrimitiveLocalVariable.typeOnLeft(Map<String, BaseType> typeBounds, Type type) abstract voidAbstractLocalVariable.typeOnRight(Map<String, BaseType> typeBounds, Type type) voidGenericLocalVariable.typeOnRight(Map<String, BaseType> typeBounds, Type type) voidObjectLocalVariable.typeOnRight(Map<String, BaseType> typeBounds, Type type) voidPrimitiveLocalVariable.typeOnRight(Map<String, BaseType> typeBounds, Type type) abstract voidAbstractLocalVariable.variableOnLeft(Map<String, BaseType> typeBounds, AbstractLocalVariable variable) voidGenericLocalVariable.variableOnLeft(Map<String, BaseType> typeBounds, AbstractLocalVariable variable) voidObjectLocalVariable.variableOnLeft(Map<String, BaseType> typeBounds, AbstractLocalVariable variable) voidPrimitiveLocalVariable.variableOnLeft(Map<String, BaseType> typeBounds, AbstractLocalVariable variable) abstract voidAbstractLocalVariable.variableOnRight(Map<String, BaseType> typeBounds, AbstractLocalVariable variable) voidGenericLocalVariable.variableOnRight(Map<String, BaseType> typeBounds, AbstractLocalVariable variable) voidObjectLocalVariable.variableOnRight(Map<String, BaseType> typeBounds, AbstractLocalVariable variable) voidPrimitiveLocalVariable.variableOnRight(Map<String, BaseType> typeBounds, AbstractLocalVariable variable) -
Uses of BaseType in org.jd.core.v1.service.converter.classfiletojavasyntax.util
Fields in org.jd.core.v1.service.converter.classfiletojavasyntax.util declared as BaseTypeModifier and TypeFieldDescriptionTypeMaker.MethodTypes.exceptionTypesTypeMaker.TypeTypes.interfacesTypeMaker.MethodTypes.parameterTypesFields in org.jd.core.v1.service.converter.classfiletojavasyntax.util with type parameters of type BaseTypeModifier and TypeFieldDescriptionTypeParametersToTypeArgumentsBinder.contextualTypeBoundsByteCodeParser.typeBoundsLocalVariableMaker.typeBoundsStatementMaker.typeBoundsMethods in org.jd.core.v1.service.converter.classfiletojavasyntax.util that return BaseTypeModifier and TypeMethodDescriptionprotected BaseTypeTypeParametersToTypeArgumentsBinder.bind(Map<String, TypeArgument> bindings, BaseType parameterTypes) protected BaseTypeMethods in org.jd.core.v1.service.converter.classfiletojavasyntax.util with parameters of type BaseTypeModifier and TypeMethodDescriptionprotected BaseTypeTypeParametersToTypeArgumentsBinder.bind(Map<String, TypeArgument> bindings, BaseType parameterTypes) protected voidTypeParametersToTypeArgumentsBinder.bindParameters(BaseType parameterTypes, BaseExpression parameters) protected BaseTypeprotected Map<String, TypeArgument> TypeParametersToTypeArgumentsBinder.createBindings(Expression expression, BaseTypeParameter typeParameters, BaseTypeArgument typeArguments, BaseTypeParameter methodTypeParameters, Type returnType, Type returnExpressionType, BaseType parameterTypes, BaseExpression parameters) private BaseExpressionByteCodeParser.extractParametersFromStack(Statements statements, DefaultStack<Expression> stack, BaseType parameterTypes) protected voidLocalVariableMaker.initLocalVariablesFromParameterTypes(ClassFile classFile, BaseType parameterTypes, boolean varargs, int firstVariableIndex, int lastParameterIndex) Method parameters in org.jd.core.v1.service.converter.classfiletojavasyntax.util with type arguments of type BaseTypeModifier and TypeMethodDescriptionLocalVariableMaker.getLocalVariableInAssignment(Map<String, BaseType> typeBounds, int index, int offset, Type valueType) LocalVariableMaker.getLocalVariableInAssignment(Map<String, BaseType> typeBounds, int index, int offset, AbstractLocalVariable valueLocalVariable) booleanTypeMaker.isAssignable(Map<String, BaseType> typeBounds, ObjectType left, ObjectType right) protected static StatementLoopStatementMaker.makeForEachArray(Map<String, BaseType> typeBounds, LocalVariableMaker localVariableMaker, Statements statements, Expression condition, Statements subStatements) protected static StatementLoopStatementMaker.makeForEachList(Map<String, BaseType> typeBounds, LocalVariableMaker localVariableMaker, Statements statements, Expression condition, Statements subStatements) protected static StatementLoopStatementMaker.makeLoop(Map<String, BaseType> typeBounds, LocalVariableMaker localVariableMaker, BasicBlock loopBasicBlock, Statements statements, Expression condition, Statements subStatements) static StatementLoopStatementMaker.makeLoop(Map<String, BaseType> typeBounds, LocalVariableMaker localVariableMaker, BasicBlock loopBasicBlock, Statements statements, Expression condition, Statements subStatements, Statements jumps) Constructors in org.jd.core.v1.service.converter.classfiletojavasyntax.util with parameters of type BaseTypeModifierConstructorDescriptionLocalVariableMaker(TypeMaker typeMaker, ClassFileConstructorOrMethodDeclaration comd, boolean constructor, BaseType parameterTypes) -
Uses of BaseType in org.jd.core.v1.service.converter.classfiletojavasyntax.visitor
Classes in org.jd.core.v1.service.converter.classfiletojavasyntax.visitor that implement BaseTypeModifier and TypeClassDescriptionprotected static classFields in org.jd.core.v1.service.converter.classfiletojavasyntax.visitor declared as BaseTypeModifier and TypeFieldDescriptionprotected BaseTypeAddCastExpressionVisitor.exceptionTypesprotected BaseTypeBindTypesToTypesVisitor.resultFields in org.jd.core.v1.service.converter.classfiletojavasyntax.visitor with type parameters of type BaseTypeModifier and TypeFieldDescriptionPopulateBindingsWithTypeArgumentVisitor.contextualTypeBoundsAddCastExpressionVisitor.typeBoundsPopulateBindingsWithTypeArgumentVisitor.typeBoundsPopulateBindingsWithTypeParameterVisitor.typeBoundsUpdateIntegerConstantTypeVisitor.TYPESMethods in org.jd.core.v1.service.converter.classfiletojavasyntax.visitor that return BaseTypeModifier and TypeMethodDescriptionBindTypesToTypesVisitor.getType()protected BaseTypeInitInnerClassVisitor.UpdateNewExpressionVisitor.removeFirstItem(BaseType types) Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.visitor with parameters of type BaseTypeModifier and TypeMethodDescriptionprivate static booleanprotected BaseTypeInitInnerClassVisitor.UpdateNewExpressionVisitor.removeFirstItem(BaseType types) protected BaseExpressionInitInnerClassVisitor.UpdateNewExpressionVisitor.removeLastSyntheticParameter(BaseExpression parameters, BaseType parameterTypes) protected BaseExpressionAddCastExpressionVisitor.updateExpressions(BaseType types, BaseExpression expressions, boolean force) protected BaseExpressionUpdateIntegerConstantTypeVisitor.updateExpressions(BaseType types, BaseExpression expressions) Method parameters in org.jd.core.v1.service.converter.classfiletojavasyntax.visitor with type arguments of type BaseType