Uses of Class
org.jd.core.v1.model.javasyntax.type.ObjectType
Packages that use ObjectType
Package
Description
-
Uses of ObjectType in org.jd.core.v1.model.javasyntax.declaration
Fields in org.jd.core.v1.model.javasyntax.declaration declared as ObjectTypeMethods in org.jd.core.v1.model.javasyntax.declaration that return ObjectTypeConstructors in org.jd.core.v1.model.javasyntax.declaration with parameters of type ObjectTypeModifierConstructorDescriptionClassDeclaration(BaseAnnotationReference annotationReferences, int flags, String internalName, String name, BaseTypeParameter typeParameters, ObjectType superType, BaseType interfaces, BodyDeclaration bodyDeclaration) -
Uses of ObjectType in org.jd.core.v1.model.javasyntax.expression
Fields in org.jd.core.v1.model.javasyntax.expression declared as ObjectTypeModifier and TypeFieldDescriptionprotected ObjectTypeConstructorReferenceExpression.objectTypeprotected ObjectTypeEnumConstantReferenceExpression.typeprotected ObjectTypeNewExpression.typeprotected ObjectTypeObjectTypeReferenceExpression.typeMethods in org.jd.core.v1.model.javasyntax.expression that return ObjectTypeModifier and TypeMethodDescriptionConstructorReferenceExpression.getObjectType()EnumConstantReferenceExpression.getObjectType()NewExpression.getObjectType()ObjectTypeReferenceExpression.getObjectType()Methods in org.jd.core.v1.model.javasyntax.expression with parameters of type ObjectTypeModifier and TypeMethodDescriptionvoidNewExpression.setObjectType(ObjectType type) voidNewExpression.setType(ObjectType type) Constructors in org.jd.core.v1.model.javasyntax.expression with parameters of type ObjectTypeModifierConstructorDescriptionConstructorInvocationExpression(int lineNumber, ObjectType type, String descriptor, BaseExpression parameters) ConstructorInvocationExpression(ObjectType type, String descriptor, BaseExpression parameters) ConstructorReferenceExpression(int lineNumber, Type type, ObjectType objectType, String descriptor) ConstructorReferenceExpression(Type type, ObjectType objectType, String descriptor) EnumConstantReferenceExpression(int lineNumber, ObjectType type, String name) EnumConstantReferenceExpression(ObjectType type, String name) InstanceOfExpression(Expression expression, ObjectType instanceOfType) NewExpression(int lineNumber, ObjectType type, String descriptor) NewExpression(int lineNumber, ObjectType type, String descriptor, BodyDeclaration bodyDeclaration) ObjectTypeReferenceExpression(int lineNumber, ObjectType type) ObjectTypeReferenceExpression(int lineNumber, ObjectType type, boolean explicit) ObjectTypeReferenceExpression(ObjectType type, boolean explicit) SuperConstructorInvocationExpression(int lineNumber, ObjectType type, String descriptor, BaseExpression parameters) SuperConstructorInvocationExpression(ObjectType type, String descriptor, BaseExpression parameters) -
Uses of ObjectType in org.jd.core.v1.model.javasyntax.reference
Subclasses of ObjectType in org.jd.core.v1.model.javasyntax.referenceFields in org.jd.core.v1.model.javasyntax.reference declared as ObjectTypeMethods in org.jd.core.v1.model.javasyntax.reference that return ObjectTypeConstructors in org.jd.core.v1.model.javasyntax.reference with parameters of type ObjectTypeModifierConstructorDescriptionAnnotationReference(ObjectType type, BaseElementValuePair elementValuePairs) AnnotationReference(ObjectType type, ElementValue elementValue) protectedAnnotationReference(ObjectType type, ElementValue elementValue, BaseElementValuePair elementValuePairs) InnerObjectReference(String internalName, String qualifiedName, String name, int dimension, ObjectType outerType) InnerObjectReference(String internalName, String qualifiedName, String name, BaseTypeArgument typeArguments, int dimension, ObjectType outerType) InnerObjectReference(String internalName, String qualifiedName, String name, BaseTypeArgument typeArguments, ObjectType outerType) InnerObjectReference(String internalName, String qualifiedName, String name, ObjectType outerType) -
Uses of ObjectType in org.jd.core.v1.model.javasyntax.statement
Fields in org.jd.core.v1.model.javasyntax.statement declared as ObjectTypeModifier and TypeFieldDescriptionprotected ObjectTypeTryStatement.CatchClause.typeprotected ObjectTypeTryStatement.Resource.typeFields in org.jd.core.v1.model.javasyntax.statement with type parameters of type ObjectTypeModifier and TypeFieldDescriptionprotected DefaultList<ObjectType> TryStatement.CatchClause.otherTypesMethods in org.jd.core.v1.model.javasyntax.statement that return ObjectTypeModifier and TypeMethodDescriptionTryStatement.CatchClause.getType()TryStatement.Resource.getType()Methods in org.jd.core.v1.model.javasyntax.statement that return types with arguments of type ObjectTypeMethods in org.jd.core.v1.model.javasyntax.statement with parameters of type ObjectTypeConstructors in org.jd.core.v1.model.javasyntax.statement with parameters of type ObjectTypeModifierConstructorDescriptionCatchClause(int lineNumber, ObjectType type, String name, BaseStatement statements) Resource(ObjectType type, String name, Expression expression) -
Uses of ObjectType in org.jd.core.v1.model.javasyntax.type
Subclasses of ObjectType in org.jd.core.v1.model.javasyntax.typeFields in org.jd.core.v1.model.javasyntax.type declared as ObjectTypeModifier and TypeFieldDescriptionprotected ObjectTypeInnerObjectType.outerTypestatic final ObjectTypeObjectType.TYPE_BOOLEANstatic final ObjectTypeObjectType.TYPE_BYTEstatic final ObjectTypeObjectType.TYPE_CHARACTERstatic final ObjectTypeObjectType.TYPE_CLASSstatic final ObjectTypeObjectType.TYPE_CLASS_WILDCARDstatic final ObjectTypeObjectType.TYPE_DOUBLEstatic final ObjectTypeObjectType.TYPE_EXCEPTIONstatic final ObjectTypeObjectType.TYPE_FLOATstatic final ObjectTypeObjectType.TYPE_INTEGERstatic final ObjectTypeObjectType.TYPE_ITERABLEstatic final ObjectTypeObjectType.TYPE_LONGstatic final ObjectTypeObjectType.TYPE_MATHstatic final ObjectTypeObjectType.TYPE_OBJECTstatic final ObjectTypeObjectType.TYPE_PRIMITIVE_BOOLEANstatic final ObjectTypeObjectType.TYPE_PRIMITIVE_BYTEstatic final ObjectTypeObjectType.TYPE_PRIMITIVE_CHARstatic final ObjectTypeObjectType.TYPE_PRIMITIVE_DOUBLEstatic final ObjectTypeObjectType.TYPE_PRIMITIVE_FLOATstatic final ObjectTypeObjectType.TYPE_PRIMITIVE_INTstatic final ObjectTypeObjectType.TYPE_PRIMITIVE_LONGstatic final ObjectTypeObjectType.TYPE_PRIMITIVE_SHORTstatic final ObjectTypeObjectType.TYPE_PRIMITIVE_VOIDstatic final ObjectTypeObjectType.TYPE_RUNTIME_EXCEPTIONstatic final ObjectTypeObjectType.TYPE_SHORTstatic final ObjectTypeObjectType.TYPE_STRINGstatic final ObjectTypeObjectType.TYPE_STRING_BUFFERstatic final ObjectTypeObjectType.TYPE_STRING_BUILDERstatic final ObjectTypeObjectType.TYPE_SYSTEMstatic final ObjectTypeObjectType.TYPE_THREADstatic final ObjectTypeObjectType.TYPE_THROWABLEstatic final ObjectTypeObjectType.TYPE_UNDEFINED_OBJECTMethods in org.jd.core.v1.model.javasyntax.type that return ObjectTypeModifier and TypeMethodDescriptionInnerObjectType.createType(BaseTypeArgument typeArguments) ObjectType.createType(BaseTypeArgument typeArguments) InnerObjectType.getOuterType()Methods in org.jd.core.v1.model.javasyntax.type with parameters of type ObjectTypeModifier and TypeMethodDescriptionprotected booleanObjectType.isTypeArgumentAssignableFrom(Map<String, BaseType> typeBounds, ObjectType objectType) voidAbstractNopTypeArgumentVisitor.visit(ObjectType type) voidAbstractNopTypeVisitor.visit(ObjectType type) voidAbstractTypeArgumentVisitor.visit(ObjectType type) voidTypeArgumentVisitor.visit(ObjectType type) voidTypeVisitor.visit(ObjectType type) Constructors in org.jd.core.v1.model.javasyntax.type with parameters of type ObjectTypeModifierConstructorDescriptionInnerObjectType(String internalName, String qualifiedName, String name, int dimension, ObjectType outerType) InnerObjectType(String internalName, String qualifiedName, String name, BaseTypeArgument typeArguments, int dimension, ObjectType outerType) InnerObjectType(String internalName, String qualifiedName, String name, BaseTypeArgument typeArguments, ObjectType outerType) InnerObjectType(String internalName, String qualifiedName, String name, ObjectType outerType) ObjectType(ObjectType ot) -
Uses of ObjectType 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 ObjectTypeMethods in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.declaration that return ObjectTypeMethods in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.declaration with parameters of type ObjectTypeModifier and TypeMethodDescriptionvoidClassFileBodyDeclaration.setOuterType(ObjectType outerType) Constructors in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.declaration with parameters of type ObjectTypeModifierConstructorDescriptionClassFileClassDeclaration(BaseAnnotationReference annotationReferences, int flags, String internalName, String name, BaseTypeParameter typeParameters, ObjectType superType, BaseType interfaces, ClassFileBodyDeclaration bodyDeclaration) -
Uses of ObjectType in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.expression
Constructors in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.expression with parameters of type ObjectTypeModifierConstructorDescriptionClassFileConstructorInvocationExpression(int lineNumber, ObjectType type, String descriptor, BaseType parameterTypes, BaseExpression parameters) ClassFileNewExpression(int lineNumber, ObjectType type) ClassFileNewExpression(int lineNumber, ObjectType type, BodyDeclaration bodyDeclaration) ClassFileSuperConstructorInvocationExpression(int lineNumber, ObjectType type, String descriptor, BaseType parameterTypes, BaseExpression parameters) -
Uses of ObjectType in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.statement
Constructors in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.statement with parameters of type ObjectTypeModifierConstructorDescriptionCatchClause(int lineNumber, ObjectType type, AbstractLocalVariable localVariable, BaseStatement statements) -
Uses of ObjectType in org.jd.core.v1.service.converter.classfiletojavasyntax.model.localvariable
Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.model.localvariable with parameters of type ObjectTypeModifier and TypeMethodDescriptionvoidLocalVariableSet.update(int index, int offset, ObjectType type) voidFrame.GenerateLocalVariableNameVisitor.visit(ObjectType type) -
Uses of ObjectType in org.jd.core.v1.service.converter.classfiletojavasyntax.util
Fields in org.jd.core.v1.service.converter.classfiletojavasyntax.util declared as ObjectTypeFields in org.jd.core.v1.service.converter.classfiletojavasyntax.util with type parameters of type ObjectTypeModifier and TypeFieldDescriptionprivate HashMap<String, ObjectType> TypeMaker.descriptorToObjectTypeprivate static final HashMap<String, ObjectType> TypeMaker.INTERNALNAME_TO_OBJECTPRIMITIVETYPEprivate HashMap<String, ObjectType> TypeMaker.internalTypeNameToObjectTypeprivate HashMap<Long, ObjectType> TypeMaker.superParameterizedObjectTypesMethods in org.jd.core.v1.service.converter.classfiletojavasyntax.util that return ObjectTypeModifier and TypeMethodDescriptionprivate ObjectTypeprivate ObjectTypeprivate ObjectTypeTypeMaker.makeFromDescriptor(String descriptor) TypeMaker.makeFromDescriptorOrInternalTypeName(String descriptorOrInternalTypeName) private ObjectTypeTypeMaker.makeFromDescriptorWithoutBracket(String descriptor) TypeMaker.makeFromInternalTypeName(String internalTypeName) private ObjectTypeTypeMaker.parseClassTypeSignature(TypeMaker.SignatureReader reader, int dimension) Rules: ClassTypeSignature: 'L' PackageSpecifier* SimpleClassTypeSignature ClassTypeSignatureSuffix* ';' SimpleClassTypeSignature: Identifier TypeArguments? ClassTypeSignatureSuffix: '.' SimpleClassTypeSignatureprivate ObjectTypeTypeMaker.searchSuperParameterizedType(long superHashCode, String superInternalTypeName, ObjectType objectType) TypeMaker.searchSuperParameterizedType(ObjectType superObjectType, ObjectType objectType) Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.util with parameters of type ObjectTypeModifier and TypeMethodDescriptionLocalVariableMaker.getExceptionLocalVariable(int index, int offset, ObjectType type) private ExpressionByteCodeParser.getFieldInstanceReference(Expression expression, ObjectType ot, String name) private ExpressionByteCodeParser.getMethodInstanceReference(Expression expression, ObjectType ot, String name, String descriptor) protected TypeStatementMaker.getTernaryOperatorExpressionType(ObjectType ot1, ObjectType ot2) booleanTypeMaker.isAssignable(Map<String, BaseType> typeBounds, ObjectType left, ObjectType right) booleanTypeMaker.isRawTypeAssignable(ObjectType left, ObjectType right) private TypeTypeMaker.loadFieldType(ObjectType objectType, String fieldName, String descriptor) private TypeMaker.MethodTypesTypeMaker.loadMethodTypes(ObjectType objectType, String methodName, String descriptor) TypeParametersToTypeArgumentsBinder.newConstructorInvocationExpression(int lineNumber, ObjectType objectType, String descriptor, TypeMaker.MethodTypes methodTypes, BaseExpression parameters) TypeParametersToTypeArgumentsBinder.newFieldReferenceExpression(int lineNumber, Type type, Expression expression, ObjectType objectType, String name, String descriptor) TypeParametersToTypeArgumentsBinder.newMethodInvocationExpression(int lineNumber, Expression expression, ObjectType objectType, String name, String descriptor, TypeMaker.MethodTypes methodTypes, BaseExpression parameters) TypeParametersToTypeArgumentsBinder.newSuperConstructorInvocationExpression(int lineNumber, ObjectType objectType, String descriptor, TypeMaker.MethodTypes methodTypes, BaseExpression parameters) private ObjectTypeTypeMaker.searchSuperParameterizedType(long superHashCode, String superInternalTypeName, ObjectType objectType) TypeMaker.searchSuperParameterizedType(ObjectType superObjectType, ObjectType objectType) -
Uses of ObjectType in org.jd.core.v1.service.converter.classfiletojavasyntax.visitor
Fields in org.jd.core.v1.service.converter.classfiletojavasyntax.visitor declared as ObjectTypeMethods in org.jd.core.v1.service.converter.classfiletojavasyntax.visitor that return ObjectTypeModifier and TypeMethodDescriptionprotected ObjectTypeUpdateTypeVisitor.updateType(ObjectType type) Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.visitor with parameters of type ObjectTypeModifier and TypeMethodDescriptionprotected ObjectTypeUpdateTypeVisitor.updateType(ObjectType type) voidAbstractUpdateExpressionVisitor.visit(ObjectType type) voidAddCastExpressionVisitor.visit(ObjectType type) voidBaseTypeToErasedTypeArgumentVisitor.visit(ObjectType type) voidBaseTypeToTypeArgumentVisitor.visit(ObjectType type) voidBindTypeArgumentsToTypeArgumentsVisitor.visit(ObjectType type) voidBindTypeParametersToNonWildcardTypeArgumentsVisitor.visit(ObjectType type) voidBindTypesToTypesVisitor.visit(ObjectType type) voidCreateLocalVariableVisitor.visit(ObjectType type) voidCreateParameterVisitor.visit(ObjectType type) voidCreateTypeFromTypeArgumentVisitor.visit(ObjectType type) voidGenerateParameterSuffixNameVisitor.visit(ObjectType type) voidPopulateBindingsWithTypeArgumentVisitor.visit(ObjectType type) voidPopulateBlackListNamesVisitor.visit(ObjectType type) voidTypeArgumentToTypeVisitor.visit(ObjectType type) voidUpdateClassTypeArgumentsVisitor.visit(ObjectType type) voidUpdateIntegerConstantTypeVisitor.visit(ObjectType type) voidUpdateTypeVisitor.visit(ObjectType type) -
Uses of ObjectType in org.jd.core.v1.service.fragmenter.javasyntaxtojavafragment.visitor
Methods in org.jd.core.v1.service.fragmenter.javasyntaxtojavafragment.visitor with parameters of type ObjectTypeModifier and TypeMethodDescriptionprotected voidSearchImportsVisitor.add(ObjectType type) protected ReferenceTokenTypeVisitor.newTypeReferenceToken(ObjectType ot, String ownerInternalName) voidSearchImportsVisitor.visit(ObjectType type) voidTypeVisitor.visit(ObjectType type)