Uses of Class
org.jd.core.v1.model.classfile.attribute.ModuleInfo
-
Packages that use ModuleInfo Package Description org.jd.core.v1.model.classfile.attribute org.jd.core.v1.service.converter.classfiletojavasyntax.processor org.jd.core.v1.service.deserializer.classfile -
-
Uses of ModuleInfo in org.jd.core.v1.model.classfile.attribute
Fields in org.jd.core.v1.model.classfile.attribute declared as ModuleInfo Modifier and Type Field Description protected ModuleInfo[]
AttributeModule. requires
Methods in org.jd.core.v1.model.classfile.attribute that return ModuleInfo Modifier and Type Method Description ModuleInfo[]
AttributeModule. getRequires()
Constructors in org.jd.core.v1.model.classfile.attribute with parameters of type ModuleInfo Constructor Description AttributeModule(java.lang.String name, int flags, java.lang.String version, ModuleInfo[] requires, PackageInfo[] exports, PackageInfo[] opens, java.lang.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 ModuleInfo Modifier and Type Method Description protected java.util.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 ModuleInfo Modifier and Type Method Description protected ModuleInfo[]
ClassFileDeserializer. loadModuleInfos(ClassFileReader reader, ConstantPool constants)
-