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. loadedClassesMethods 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 intDecompilerRequestReceiver.ClassesComparator. compare(ClassInfo c1, ClassInfo c2)voidVmDecompilerStatus. 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 booleanLib. 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.StringClasses. 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 ClassInfoBytecodeDecompilerView. lastDecompiledClassprivate ClassInfo[]BytecodeDecompilerView. loadedClassesFields in org.jrd.frontend.frame.main.decompilerview with type parameters of type ClassInfo Modifier and Type Field Description private javax.swing.JList<ClassInfo>BytecodeDecompilerView. filteredClassesJListMethods in org.jrd.frontend.frame.main.decompilerview that return ClassInfo Modifier and Type Method Description (package private) ClassInfoBytecodeDecompilerView. getLastDecompiledClass()Methods in org.jrd.frontend.frame.main.decompilerview with parameters of type ClassInfo Modifier and Type Method Description booleanDecompilationController.BytesActionListener. actionPerformed(ClassInfo e)private voidBytecodeDecompilerView. bytesWorker(ClassInfo clazz)private booleanDecompilationController. loadClassBytecode(ClassInfo name)private booleanBytecodeDecompilerView. matchesAny(java.util.List<ClassInfo> filtered, java.util.regex.Pattern p, ClassInfo clazz)(package private) voidClassOverwriter. overwriteClass(DecompilerWrapper selectedDecompiler, ClassInfo name, java.lang.String buffer, byte[] binBuffer, int tab)voidBytecodeDecompilerView. reloadClassList(ClassInfo[] classesToReload)Sets the unfiltered class list array and invokes an update.voidBytecodeDecompilerView. 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 voidBytecodeDecompilerView. 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 booleanBytecodeDecompilerView. 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.ComponentClassListRenderer. 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.ComponentClassListRenderer. 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)
-