Uses of Class
com.strobel.assembler.ir.attributes.ServiceInfo
Packages that use ServiceInfo
Package
Description
-
Uses of ServiceInfo in com.strobel.assembler.ir.attributes
Fields in com.strobel.assembler.ir.attributes declared as ServiceInfoFields in com.strobel.assembler.ir.attributes with type parameters of type ServiceInfoMethods in com.strobel.assembler.ir.attributes that return types with arguments of type ServiceInfoConstructors in com.strobel.assembler.ir.attributes with parameters of type ServiceInfoModifierConstructorDescriptionModuleAttribute
(int length, String moduleName, String version, int flags, ModuleDependency[] requires, PackageInfo[] exports, PackageInfo[] opens, TypeReference[] uses, ServiceInfo[] provides) -
Uses of ServiceInfo in com.strobel.assembler.metadata
Methods in com.strobel.assembler.metadata that return ServiceInfoModifier and TypeMethodDescriptionprotected final ServiceInfo
ClassFileReader.readServiceInfo
(Buffer buffer) -
Uses of ServiceInfo in com.strobel.decompiler.languages
Methods in com.strobel.decompiler.languages with parameters of type ServiceInfoModifier and TypeMethodDescriptionprivate static void
BytecodeLanguage.writeServiceInfo
(ITextOutput output, ServiceInfo service, boolean useDottedNames)