Uses of Class
org.jd.core.v1.model.classfile.attribute.ModuleInfo
Packages that use ModuleInfo
Package
Description
-
Uses of ModuleInfo in org.jd.core.v1.model.classfile.attribute
Fields in org.jd.core.v1.model.classfile.attribute declared as ModuleInfoMethods in org.jd.core.v1.model.classfile.attribute that return ModuleInfoConstructors in org.jd.core.v1.model.classfile.attribute with parameters of type ModuleInfoModifierConstructorDescriptionAttributeModule
(String name, int flags, String version, ModuleInfo[] requires, PackageInfo[] exports, PackageInfo[] opens, String[] uses, ServiceInfo[] provides) -
Uses of ModuleInfo in org.jd.core.v1.service.converter.classfiletojavasyntax.processor
Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.processor with parameters of type ModuleInfoModifier and TypeMethodDescriptionprotected List
<ModuleDeclaration.ModuleInfo> ConvertClassFileProcessor.convertModuleDeclarationModuleInfo
(ModuleInfo[] moduleInfos) -
Uses of ModuleInfo in org.jd.core.v1.service.deserializer.classfile
Methods in org.jd.core.v1.service.deserializer.classfile that return ModuleInfoModifier and TypeMethodDescriptionprotected ModuleInfo[]
ClassFileDeserializer.loadModuleInfos
(ClassFileReader reader, ConstantPool constants)