SYMBOL INDEX (64 symbols across 9 files) FILE: mirai-console/backend/mirai-console/test/command/JSimpleTest.java class JSimpleTest (line 16) | public class JSimpleTest { class Main (line 17) | @SuppressWarnings("PluginMainServiceNotConfiguredJava") method Main (line 19) | public Main(JvmPluginDescription description) { class T (line 24) | static class T extends JSimpleCommand { method T (line 25) | public T() { FILE: mirai-console/frontend/mirai-android/app/src/main/java/io/github/mzdluo123/mirai/android/utils/DeviceStatus.java class DeviceStatus (line 16) | public class DeviceStatus { method getSystemAvaialbeMemorySize (line 17) | public static String getSystemAvaialbeMemorySize(Context context) { method getTotalMemory (line 29) | public static String getTotalMemory(Context context) { type NetState (line 48) | enum NetState { method NetState (line 53) | NetState(String type, int state) { method getCurrentNetType (line 59) | public static String getCurrentNetType(Context context) { FILE: mirai-console/frontend/mirai-android/app/src/main/java/io/github/mzdluo123/mirai/android/utils/DexCompiler.java class DexCompiler (line 18) | public class DexCompiler { method DexCompiler (line 21) | public DexCompiler(File fileDir, File cache) { method compile (line 29) | public File compile(File jarFile, Boolean desugaring) throws Compilati... method copyResourcesAndMove (line 55) | public void copyResourcesAndMove(File origin, File newFile) throws IOE... FILE: mirai-console/frontend/mirai-android/app/src/main/java/io/github/mzdluo123/mirai/android/utils/LoopQueue.java class LoopQueue (line 18) | @SuppressWarnings("unchecked") method LoopQueue (line 26) | public LoopQueue(int size) { method size (line 30) | @Override method isEmpty (line 38) | @Override method contains (line 43) | @Override method iterator (line 57) | @NotNull method toArray (line 78) | @NotNull method toArray (line 91) | @NotNull method nextElementPos (line 110) | private void nextElementPos() { method nextInsertPos (line 115) | private void nextInsertPos() { method assertElementNotNull (line 119) | @Contract(value = "null -> fail; !null -> param1", pure = true) method elementIndexOf (line 127) | private int elementIndexOf(int offset) { method add (line 131) | @Override method remove (line 143) | @Override method containsAll (line 148) | @Override method addAll (line 153) | @Override method removeAll (line 158) | @Override method retainAll (line 163) | @Override method clear (line 168) | @Override method offer (line 175) | @Override method remove (line 180) | @Override method poll (line 185) | @Override method element (line 193) | @Override method peek (line 198) | @Override FILE: mirai-console/frontend/mirai-android/app/src/main/java/java/awt/image/BufferedImage.java class BufferedImage (line 4) | public class BufferedImage { FILE: mirai-console/tools/intellij-plugin/run/projects/test-project/src/main/java/test/ResourceNotClosedInspectionTestJava.java class ResourceNotClosedInspectionTestJava (line 13) | public class ResourceNotClosedInspectionTestJava { method funA (line 15) | public static Object funA() { method funB (line 19) | public static void funB(Object obj) { method main (line 23) | public static void main(String[] args) { method useImage (line 40) | static void useImage(Image image) { FILE: mirai-console/tools/intellij-plugin/run/projects/test-project/src/main/java/test/TestJavaPlugin.java class TestJavaPlugin (line 15) | public class TestJavaPlugin extends JavaPlugin { method TestJavaPlugin (line 16) | public TestJavaPlugin(@NotNull JvmPluginDescription description) { class TestCommand (line 21) | class TestCommand extends JSimpleCommand { method TestCommand (line 23) | public TestCommand(@NotNull CommandOwner owner, @NotNull String primar... method test (line 27) | @Handler class TestCommand2 (line 33) | class TestCommand2 extends JCompositeCommand { method TestCommand2 (line 34) | public TestCommand2(@NotNull CommandOwner owner, @NotNull String prima... method test (line 38) | @SubCommand("test") method subCmd (line 41) | @SubCommand({}) FILE: mirai-core/src/jvmBaseTest/kotlin/event/EventChannelJavaTest.java class EventChannelJavaTest (line 21) | public class EventChannelJavaTest { method main (line 23) | public static void main(String[] args) { FILE: mirai-core/src/jvmTest/kotlin/JavaApiTests.java class JavaApiTests (line 36) | @SuppressWarnings({"unused", "UnusedAssignment"}) method JavaApiTests (line 41) | public JavaApiTests(@NotNull Bot bot) { method generalCalls (line 45) | public void generalCalls() { method events (line 52) | public void events() { method magic (line 76) | @NotNull method messages (line 87) | public void messages() { method externalResource (line 110) | public void externalResource() throws IOException { method main (line 148) | public static void main(String[] args) {