Uses of Class
org.jrd.backend.core.ClassInfo
Packages that use ClassInfo
Package
Description
-
Uses of ClassInfo in org.jrd.backend.core
Fields 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 TypeMethodDescriptionint
void
VmDecompilerStatus.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 boolean
Lib.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 ClassInfo
BytecodeDecompilerView.lastDecompiledClass
private ClassInfo[]
BytecodeDecompilerView.loadedClasses
Fields 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) ClassInfo
BytecodeDecompilerView.getLastDecompiledClass()
Methods in org.jrd.frontend.frame.main.decompilerview with parameters of type ClassInfoModifier and TypeMethodDescriptionboolean
DecompilationController.BytesActionListener.actionPerformed
(ClassInfo e) private void
BytecodeDecompilerView.bytesWorker
(ClassInfo clazz) private boolean
DecompilationController.loadClassBytecode
(ClassInfo name) private boolean
BytecodeDecompilerView.matchesAny
(List<ClassInfo> filtered, Pattern p, ClassInfo clazz) (package private) void
ClassOverwriter.overwriteClass
(DecompilerWrapper selectedDecompiler, ClassInfo name, String buffer, byte[] binBuffer, int tab) void
BytecodeDecompilerView.reloadClassList
(ClassInfo[] classesToReload) Sets the unfiltered class list array and invokes an update.void
BytecodeDecompilerView.reloadTextField
(ClassInfo name, String decompiledClass, byte[] source, String additionalDecompiledClass, byte[] additionalSource, VmInfo.Type vmInfoType, BytemanCompanion bytemanCompanion) Sets the decompiled code into JTextAreaprivate void
BytecodeDecompilerView.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 boolean
BytecodeDecompilerView.matchesAny
(List<ClassInfo> filtered, Pattern p, ClassInfo clazz) -
Uses of ClassInfo in org.jrd.frontend.frame.main.renderer
Methods 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)