Uses of Class
com.strobel.assembler.ir.attributes.ServiceInfo
-
Packages that use ServiceInfo Package Description com.strobel.assembler.ir.attributes com.strobel.assembler.metadata com.strobel.decompiler.languages -
-
Uses of ServiceInfo in com.strobel.assembler.ir.attributes
Fields in com.strobel.assembler.ir.attributes declared as ServiceInfo Modifier and Type Field Description static ServiceInfo[]
ServiceInfo. EMPTY
Fields in com.strobel.assembler.ir.attributes with type parameters of type ServiceInfo Modifier and Type Field Description private java.util.List<ServiceInfo>
ModuleAttribute. _provides
Methods in com.strobel.assembler.ir.attributes that return types with arguments of type ServiceInfo Modifier and Type Method Description java.util.List<ServiceInfo>
ModuleAttribute. getProvides()
Constructors in com.strobel.assembler.ir.attributes with parameters of type ServiceInfo Constructor Description ModuleAttribute(int length, java.lang.String moduleName, java.lang.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 ServiceInfo Modifier and Type Method Description protected ServiceInfo
ClassFileReader. readServiceInfo(Buffer buffer)
-
Uses of ServiceInfo in com.strobel.decompiler.languages
Methods in com.strobel.decompiler.languages with parameters of type ServiceInfo Modifier and Type Method Description private static void
BytecodeLanguage. writeServiceInfo(ITextOutput output, ServiceInfo service, boolean useDottedNames)
-