Uses of Class
org.jrd.backend.core.ClassInfo
Packages that use ClassInfo
Package
Description
-
Uses of ClassInfo in org.jrd.backend.core
Classes in org.jrd.backend.core that implement interfaces with type arguments of type ClassInfoModifier and TypeClassDescriptionprivate static final classFields in org.jrd.backend.core declared as ClassInfoMethods in org.jrd.backend.core that return ClassInfoModifier and TypeMethodDescriptionVmDecompilerStatus.getLoadedClasses()private ClassInfo[]DecompilerRequestReceiver.parseClasses(String classes) Methods in org.jrd.backend.core with parameters of type ClassInfoModifier and TypeMethodDescriptionintvoidVmDecompilerStatus.setLoadedClasses(ClassInfo[] loadedClassNames) -
Uses of ClassInfo in org.jrd.backend.data.cli
Methods in org.jrd.backend.data.cli that return ClassInfoModifier and TypeMethodDescriptionstatic ClassInfo[]Lib.obtainClassesDetails(VmInfo vmInfo, VmManager manager, Optional<String> classloader) static ClassInfo[]Lib.searchWithClassesDetails(VmInfo vmInfo, VmManager manager, String searchedSusbtring, String regex, Optional<String> classloader) Methods in org.jrd.backend.data.cli that return types with arguments of type ClassInfoModifier and TypeMethodDescriptionLib.obtainFilteredClasses(VmInfo vmInfo, VmManager vmManager, List<Pattern> filter, boolean details, Optional<String> search, Optional<String> classloader) Methods in org.jrd.backend.data.cli with parameters of type ClassInfoModifier and TypeMethodDescriptionstatic int[]Lib.getByteCodeVersions(ClassInfo clazz, VmInfo vmInfo, VmManager vmManager, Optional<String> classloader) (package private) static booleanLib.matchesAtLeastOne(ClassInfo clazz, List<Pattern> filter) -
Uses of ClassInfo in org.jrd.backend.data.cli.workers
Methods in org.jrd.backend.data.cli.workers with parameters of type ClassInfo -
Uses of ClassInfo in org.jrd.frontend.frame.main.decompilerview
Fields in org.jrd.frontend.frame.main.decompilerview declared as ClassInfoModifier and TypeFieldDescriptionprivate ClassInfoBytecodeDecompilerView.lastDecompiledClassprivate ClassInfo[]BytecodeDecompilerView.loadedClassesFields in org.jrd.frontend.frame.main.decompilerview with type parameters of type ClassInfoMethods in org.jrd.frontend.frame.main.decompilerview that return ClassInfoModifier and TypeMethodDescription(package private) ClassInfoBytecodeDecompilerView.getLastDecompiledClass()Methods in org.jrd.frontend.frame.main.decompilerview with parameters of type ClassInfoModifier and TypeMethodDescriptionbooleanDecompilationController.BytesActionListener.actionPerformed(ClassInfo e) private voidBytecodeDecompilerView.bytesWorker(ClassInfo clazz) private booleanDecompilationController.loadClassBytecode(ClassInfo name) private booleanBytecodeDecompilerView.matchesAny(List<ClassInfo> filtered, Pattern p, ClassInfo clazz) (package private) voidClassOverwriter.overwriteClass(DecompilerWrapper selectedDecompiler, ClassInfo name, String buffer, byte[] binBuffer, int tab) voidBytecodeDecompilerView.reloadClassList(ClassInfo[] classesToReload) Sets the unfiltered class list array and invokes an update.voidBytecodeDecompilerView.reloadTextField(ClassInfo name, String decompiledClass, byte[] source, String additionalDecompiledClass, byte[] additionalSource, VmInfo.Type vmInfoType, BytemanCompanion bytemanCompanion) Sets the decompiled code into JTextAreaprivate voidBytecodeDecompilerView.setDecompiledClass(ClassInfo name, String data, byte[] source, String additionalData, byte[] additionalSource, VmInfo.Type vmInfoType, BytemanCompanion bytemanCompanion) Method parameters in org.jrd.frontend.frame.main.decompilerview with type arguments of type ClassInfoModifier and TypeMethodDescriptionprivate booleanBytecodeDecompilerView.matchesAny(List<ClassInfo> filtered, Pattern p, ClassInfo clazz) -
Uses of ClassInfo in org.jrd.frontend.frame.main.renderer
Classes in org.jrd.frontend.frame.main.renderer that implement interfaces with type arguments of type ClassInfoMethods in org.jrd.frontend.frame.main.renderer with parameters of type ClassInfoModifier and TypeMethodDescriptionClassListRenderer.getListCellRendererComponent(JList<? extends ClassInfo> list, ClassInfo classInfo, int i, boolean isSelected, boolean cellHasFocus) Method parameters in org.jrd.frontend.frame.main.renderer with type arguments of type ClassInfoModifier and TypeMethodDescriptionClassListRenderer.getListCellRendererComponent(JList<? extends ClassInfo> list, ClassInfo classInfo, int i, boolean isSelected, boolean cellHasFocus) -
Uses of ClassInfo in org.jrd.frontend.frame.overwrite
Constructors in org.jrd.frontend.frame.overwrite with parameters of type ClassInfoModifierConstructorDescriptionOverwriteClassDialog(ClassInfo name, LatestPaths latestPaths, String currentBuffer, byte[] cBinBuffer, VmInfo vmInfo, VmManager vmManager, PluginManager pluginManager, DecompilerWrapper selectedDecompiler, int tab, boolean isVerbose, ClasspathProvider cp)