Uses of Class
com.strobel.assembler.ir.attributes.ModuleAttribute
-
Packages that use ModuleAttribute Package Description com.strobel.decompiler.languages com.strobel.decompiler.languages.java.ast -
-
Uses of ModuleAttribute in com.strobel.decompiler.languages
Methods in com.strobel.decompiler.languages with parameters of type ModuleAttribute Modifier and Type Method Description static void
BytecodeLanguage. writeModuleBody(ITextOutput output, ModuleAttribute module, boolean useDottedNames)
-
Uses of ModuleAttribute in com.strobel.decompiler.languages.java.ast
Methods in com.strobel.decompiler.languages.java.ast with parameters of type ModuleAttribute Modifier and Type Method Description protected ModuleDeclaration
AstBuilder. createModuleNoCache(TypeDefinition type, ModuleAttribute attribute)
-