MCPcopy Create free account
hub / github.com/ReadyTalk/avian / exit

Method exit

classpath/java/lang/System.java:122–124  ·  view source on GitHub ↗
(int code)

Source from the content-addressed store, hash-verified

120 }
121
122 public static void exit(int code) {
123 Runtime.getRuntime().exit(code);
124 }
125
126 public static SecurityManager getSecurityManager() {
127 return securityManager;

Callers 1

mainMethod · 0.95

Calls 1

getRuntimeMethod · 0.95

Tested by 1

mainMethod · 0.76