Uses of Class
org.jrd.backend.core.ClassInfo
-
-
Uses of ClassInfo in org.jrd.backend.core
Fields in org.jrd.backend.core declared as ClassInfo Modifier and Type Field Description private ClassInfo[]
VmDecompilerStatus. loadedClasses
Methods in org.jrd.backend.core that return ClassInfo Modifier and Type Method Description ClassInfo[]
VmDecompilerStatus. getLoadedClasses()
private ClassInfo[]
DecompilerRequestReceiver. parseClasses(java.lang.String classes)
Methods in org.jrd.backend.core with parameters of type ClassInfo Modifier and Type Method Description int
DecompilerRequestReceiver.ClassesComparator. compare(ClassInfo c1, ClassInfo c2)
void
VmDecompilerStatus. setLoadedClasses(ClassInfo[] loadedClassNames)
-
Uses of ClassInfo in org.jrd.backend.data.cli
Methods in org.jrd.backend.data.cli that return ClassInfo Modifier and Type Method Description static ClassInfo[]
Lib. obtainClassesDetails(VmInfo vmInfo, VmManager manager, java.util.Optional<java.lang.String> classloader)
static ClassInfo[]
Lib. searchWithClassesDetails(VmInfo vmInfo, VmManager manager, java.lang.String searchedSusbtring, java.lang.String regex, java.util.Optional<java.lang.String> classloader)
Methods in org.jrd.backend.data.cli that return types with arguments of type ClassInfo Modifier and Type Method Description static java.util.List<ClassInfo>
Lib. obtainFilteredClasses(VmInfo vmInfo, VmManager vmManager, java.util.List<java.util.regex.Pattern> filter, boolean details, java.util.Optional<java.lang.String> search, java.util.Optional<java.lang.String> classloader)
Methods in org.jrd.backend.data.cli with parameters of type ClassInfo Modifier and Type Method Description static int[]
Lib. getByteCodeVersions(ClassInfo clazz, VmInfo vmInfo, VmManager vmManager, java.util.Optional<java.lang.String> classloader)
(package private) static boolean
Lib. matchesAtLeastOne(ClassInfo clazz, java.util.List<java.util.regex.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 Modifier and Type Method Description private static java.lang.String
Classes. getBytecodesString(VmManager vmManager, VmInfo vmInfo, boolean details, boolean bytecodeVersion, ClassInfo clazz, boolean doThrow, java.lang.String classloader)
-
Uses of ClassInfo in org.jrd.frontend.frame.main.decompilerview
Fields in org.jrd.frontend.frame.main.decompilerview declared as ClassInfo Modifier and Type Field Description private ClassInfo
BytecodeDecompilerView. lastDecompiledClass
private ClassInfo[]
BytecodeDecompilerView. loadedClasses
Fields in org.jrd.frontend.frame.main.decompilerview with type parameters of type ClassInfo Modifier and Type Field Description private javax.swing.JList<ClassInfo>
BytecodeDecompilerView. filteredClassesJList
Methods in org.jrd.frontend.frame.main.decompilerview that return ClassInfo Modifier and Type Method Description (package private) ClassInfo
BytecodeDecompilerView. getLastDecompiledClass()
Methods in org.jrd.frontend.frame.main.decompilerview with parameters of type ClassInfo Modifier and Type Method Description boolean
DecompilationController.BytesActionListener. actionPerformed(ClassInfo e)
private void
BytecodeDecompilerView. bytesWorker(ClassInfo clazz)
private boolean
DecompilationController. loadClassBytecode(ClassInfo name)
private boolean
BytecodeDecompilerView. matchesAny(java.util.List<ClassInfo> filtered, java.util.regex.Pattern p, ClassInfo clazz)
(package private) void
ClassOverwriter. overwriteClass(DecompilerWrapper selectedDecompiler, ClassInfo name, java.lang.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, java.lang.String decompiledClass, byte[] source, java.lang.String additionalDecompiledClass, byte[] additionalSource, VmInfo.Type vmInfoType, BytemanCompanion bytemanCompanion)
Sets the decompiled code into JTextAreaprivate void
BytecodeDecompilerView. setDecompiledClass(ClassInfo name, java.lang.String data, byte[] source, java.lang.String additionalData, byte[] additionalSource, VmInfo.Type vmInfoType, BytemanCompanion bytemanCompanion)
Method parameters in org.jrd.frontend.frame.main.decompilerview with type arguments of type ClassInfo Modifier and Type Method Description private boolean
BytecodeDecompilerView. matchesAny(java.util.List<ClassInfo> filtered, java.util.regex.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 ClassInfo Modifier and Type Method Description java.awt.Component
ClassListRenderer. getListCellRendererComponent(javax.swing.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 ClassInfo Modifier and Type Method Description java.awt.Component
ClassListRenderer. getListCellRendererComponent(javax.swing.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 ClassInfo Constructor Description OverwriteClassDialog(ClassInfo name, LatestPaths latestPaths, java.lang.String currentBuffer, byte[] cBinBuffer, VmInfo vmInfo, VmManager vmManager, PluginManager pluginManager, DecompilerWrapper selectedDecompiler, int tab, boolean isVerbose, ClasspathProvider cp)
-