Uses of Class
com.strobel.assembler.ir.attributes.PackageInfo
-
Packages that use PackageInfo Package Description com.strobel.assembler.ir.attributes com.strobel.assembler.metadata com.strobel.decompiler.languages -
-
Uses of PackageInfo in com.strobel.assembler.ir.attributes
Fields in com.strobel.assembler.ir.attributes declared as PackageInfo Modifier and Type Field Description static PackageInfo[]
PackageInfo. EMPTY
Fields in com.strobel.assembler.ir.attributes with type parameters of type PackageInfo Modifier and Type Field Description private java.util.List<PackageInfo>
ModuleAttribute. _exports
private java.util.List<PackageInfo>
ModuleAttribute. _opens
Methods in com.strobel.assembler.ir.attributes that return types with arguments of type PackageInfo Modifier and Type Method Description java.util.List<PackageInfo>
ModuleAttribute. getExports()
java.util.List<PackageInfo>
ModuleAttribute. getOpens()
Constructors in com.strobel.assembler.ir.attributes with parameters of type PackageInfo 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 PackageInfo in com.strobel.assembler.metadata
Methods in com.strobel.assembler.metadata that return PackageInfo Modifier and Type Method Description protected PackageInfo
ClassFileReader. readPackageInfo(Buffer buffer)
-
Uses of PackageInfo in com.strobel.decompiler.languages
Methods in com.strobel.decompiler.languages with parameters of type PackageInfo Modifier and Type Method Description private static void
BytecodeLanguage. writePackageInfo(ITextOutput output, PackageInfo export, boolean useDottedNames, boolean isExport)
-