Uses of Class
com.strobel.assembler.metadata.ModuleReference
-
Packages that use ModuleReference Package Description com.strobel.assembler.ir.attributes com.strobel.decompiler.languages.java com.strobel.decompiler.languages.java.ast -
-
Uses of ModuleReference in com.strobel.assembler.ir.attributes
Fields in com.strobel.assembler.ir.attributes with type parameters of type ModuleReference Modifier and Type Field Description private java.util.List<ModuleReference>PackageInfo. _modulesMethods in com.strobel.assembler.ir.attributes that return types with arguments of type ModuleReference Modifier and Type Method Description java.util.List<ModuleReference>PackageInfo. getModules() -
Uses of ModuleReference in com.strobel.decompiler.languages.java
Methods in com.strobel.decompiler.languages.java that return ModuleReference Modifier and Type Method Description private ModuleReferenceTextOutputFormatter. getCurrentModuleReference() -
Uses of ModuleReference in com.strobel.decompiler.languages.java.ast
Fields in com.strobel.decompiler.languages.java.ast with type parameters of type ModuleReference Modifier and Type Field Description static Key<ModuleReference>Keys. MODULE_REFERENCE
-