Attempt at performance increase/ overhead per-module reduction
svn: r9966
This commit is contained in:
parent
cde865b571
commit
b07c20085e
127
collects/profj/libs/java/lang/ArithmeticException.jinfo
Normal file
127
collects/profj/libs/java/lang/ArithmeticException.jinfo
Normal file
|
@ -0,0 +1,127 @@
|
||||||
|
(class ("ArithmeticException" "java" "lang") (public)
|
||||||
|
#t
|
||||||
|
(("serialVersionUID"
|
||||||
|
(final static private)
|
||||||
|
("ArithmeticException" "java" "lang")
|
||||||
|
long))
|
||||||
|
(("ArithmeticException"
|
||||||
|
(public)
|
||||||
|
ctor
|
||||||
|
(("String" "java" "lang"))
|
||||||
|
()
|
||||||
|
("ArithmeticException" "java" "lang"))
|
||||||
|
("ArithmeticException"
|
||||||
|
(public)
|
||||||
|
ctor
|
||||||
|
()
|
||||||
|
()
|
||||||
|
("ArithmeticException" "java" "lang"))
|
||||||
|
("fillInStackTrace"
|
||||||
|
(public)
|
||||||
|
("Throwable" "java" "lang")
|
||||||
|
()
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("initCause"
|
||||||
|
(public)
|
||||||
|
("Throwable" "java" "lang")
|
||||||
|
(("Throwable" "java" "lang"))
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("getCause"
|
||||||
|
(public)
|
||||||
|
("Throwable" "java" "lang")
|
||||||
|
()
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("getLocalizedMessage"
|
||||||
|
(public)
|
||||||
|
("String" "java" "lang")
|
||||||
|
()
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("getMessage"
|
||||||
|
(public)
|
||||||
|
("String" "java" "lang")
|
||||||
|
()
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("getStackTrace"
|
||||||
|
(public)
|
||||||
|
(1 ("StackTraceElement" "java" "lang"))
|
||||||
|
()
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("printStackTrace" (public) void () () ("Throwable" "java" "lang"))
|
||||||
|
("printStackTrace"
|
||||||
|
(public)
|
||||||
|
void
|
||||||
|
(("PrintStream" "java" "io"))
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("printStackTrace"
|
||||||
|
(public)
|
||||||
|
void
|
||||||
|
(("PrintWriter" "java" "io"))
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("setStackTrace"
|
||||||
|
(public)
|
||||||
|
void
|
||||||
|
((1 ("StackTraceElement" "java" "lang")))
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("clone"
|
||||||
|
(protected)
|
||||||
|
("Object" "java" "lang")
|
||||||
|
()
|
||||||
|
(("CloneNotSupportedException" "java" "lang"))
|
||||||
|
("Object" "java" "lang"))
|
||||||
|
("equals"
|
||||||
|
(public)
|
||||||
|
boolean
|
||||||
|
(("Object" "java" "lang"))
|
||||||
|
()
|
||||||
|
("Object" "java" "lang"))
|
||||||
|
("finalize" (protected) void () () ("Object" "java" "lang"))
|
||||||
|
("getClass"
|
||||||
|
(public final)
|
||||||
|
("Class" "java" "lang")
|
||||||
|
()
|
||||||
|
()
|
||||||
|
("Object" "java" "lang"))
|
||||||
|
("hashCode" (public) int () () ("Object" "java" "lang"))
|
||||||
|
("notify" (public final) void () () ("Object" "java" "lang"))
|
||||||
|
("notifyAll" (public final) void () () ("Object" "java" "lang"))
|
||||||
|
("toString"
|
||||||
|
(public)
|
||||||
|
("String" "java" "lang")
|
||||||
|
()
|
||||||
|
()
|
||||||
|
("Object" "java" "lang"))
|
||||||
|
("wait"
|
||||||
|
(public final)
|
||||||
|
void
|
||||||
|
()
|
||||||
|
(("InterruptedException" "java" "lang"))
|
||||||
|
("Object" "java" "lang"))
|
||||||
|
("wait"
|
||||||
|
(public final)
|
||||||
|
void
|
||||||
|
(long)
|
||||||
|
(("InterruptedException" "java" "lang"))
|
||||||
|
("Object" "java" "lang"))
|
||||||
|
("wait"
|
||||||
|
(public final)
|
||||||
|
void
|
||||||
|
(long int)
|
||||||
|
(("InterruptedException" "java" "lang"))
|
||||||
|
("Object" "java" "lang")))
|
||||||
|
()
|
||||||
|
(("RuntimeException" "java" "lang")
|
||||||
|
("Exception" "java" "lang")
|
||||||
|
("Throwable" "java" "lang")
|
||||||
|
("Object" "java" "lang"))
|
||||||
|
(("Serializable" "java" "io"))
|
||||||
|
"version4"
|
||||||
|
"3.99.0.25")
|
|
@ -0,0 +1,134 @@
|
||||||
|
(class ("ArrayIndexOutOfBoundsException" "java" "lang") (public)
|
||||||
|
#t
|
||||||
|
(("serialVersionUID"
|
||||||
|
(final static private)
|
||||||
|
("ArrayIndexOutOfBoundsException" "java" "lang")
|
||||||
|
long))
|
||||||
|
(("ArrayIndexOutOfBoundsException"
|
||||||
|
(public)
|
||||||
|
ctor
|
||||||
|
(int)
|
||||||
|
()
|
||||||
|
("ArrayIndexOutOfBoundsException" "java" "lang"))
|
||||||
|
("ArrayIndexOutOfBoundsException"
|
||||||
|
(public)
|
||||||
|
ctor
|
||||||
|
(("String" "java" "lang"))
|
||||||
|
()
|
||||||
|
("ArrayIndexOutOfBoundsException" "java" "lang"))
|
||||||
|
("ArrayIndexOutOfBoundsException"
|
||||||
|
(public)
|
||||||
|
ctor
|
||||||
|
()
|
||||||
|
()
|
||||||
|
("ArrayIndexOutOfBoundsException" "java" "lang"))
|
||||||
|
("fillInStackTrace"
|
||||||
|
(public)
|
||||||
|
("Throwable" "java" "lang")
|
||||||
|
()
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("initCause"
|
||||||
|
(public)
|
||||||
|
("Throwable" "java" "lang")
|
||||||
|
(("Throwable" "java" "lang"))
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("getCause"
|
||||||
|
(public)
|
||||||
|
("Throwable" "java" "lang")
|
||||||
|
()
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("getLocalizedMessage"
|
||||||
|
(public)
|
||||||
|
("String" "java" "lang")
|
||||||
|
()
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("getMessage"
|
||||||
|
(public)
|
||||||
|
("String" "java" "lang")
|
||||||
|
()
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("getStackTrace"
|
||||||
|
(public)
|
||||||
|
(1 ("StackTraceElement" "java" "lang"))
|
||||||
|
()
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("printStackTrace" (public) void () () ("Throwable" "java" "lang"))
|
||||||
|
("printStackTrace"
|
||||||
|
(public)
|
||||||
|
void
|
||||||
|
(("PrintStream" "java" "io"))
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("printStackTrace"
|
||||||
|
(public)
|
||||||
|
void
|
||||||
|
(("PrintWriter" "java" "io"))
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("setStackTrace"
|
||||||
|
(public)
|
||||||
|
void
|
||||||
|
((1 ("StackTraceElement" "java" "lang")))
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("clone"
|
||||||
|
(protected)
|
||||||
|
("Object" "java" "lang")
|
||||||
|
()
|
||||||
|
(("CloneNotSupportedException" "java" "lang"))
|
||||||
|
("Object" "java" "lang"))
|
||||||
|
("equals"
|
||||||
|
(public)
|
||||||
|
boolean
|
||||||
|
(("Object" "java" "lang"))
|
||||||
|
()
|
||||||
|
("Object" "java" "lang"))
|
||||||
|
("finalize" (protected) void () () ("Object" "java" "lang"))
|
||||||
|
("getClass"
|
||||||
|
(public final)
|
||||||
|
("Class" "java" "lang")
|
||||||
|
()
|
||||||
|
()
|
||||||
|
("Object" "java" "lang"))
|
||||||
|
("hashCode" (public) int () () ("Object" "java" "lang"))
|
||||||
|
("notify" (public final) void () () ("Object" "java" "lang"))
|
||||||
|
("notifyAll" (public final) void () () ("Object" "java" "lang"))
|
||||||
|
("toString"
|
||||||
|
(public)
|
||||||
|
("String" "java" "lang")
|
||||||
|
()
|
||||||
|
()
|
||||||
|
("Object" "java" "lang"))
|
||||||
|
("wait"
|
||||||
|
(public final)
|
||||||
|
void
|
||||||
|
()
|
||||||
|
(("InterruptedException" "java" "lang"))
|
||||||
|
("Object" "java" "lang"))
|
||||||
|
("wait"
|
||||||
|
(public final)
|
||||||
|
void
|
||||||
|
(long)
|
||||||
|
(("InterruptedException" "java" "lang"))
|
||||||
|
("Object" "java" "lang"))
|
||||||
|
("wait"
|
||||||
|
(public final)
|
||||||
|
void
|
||||||
|
(long int)
|
||||||
|
(("InterruptedException" "java" "lang"))
|
||||||
|
("Object" "java" "lang")))
|
||||||
|
()
|
||||||
|
(("IndexOutOfBoundsException" "java" "lang")
|
||||||
|
("RuntimeException" "java" "lang")
|
||||||
|
("Exception" "java" "lang")
|
||||||
|
("Throwable" "java" "lang")
|
||||||
|
("Object" "java" "lang"))
|
||||||
|
(("Serializable" "java" "io"))
|
||||||
|
"version4"
|
||||||
|
"3.99.0.25")
|
127
collects/profj/libs/java/lang/ArrayStoreException.jinfo
Normal file
127
collects/profj/libs/java/lang/ArrayStoreException.jinfo
Normal file
|
@ -0,0 +1,127 @@
|
||||||
|
(class ("ArrayStoreException" "java" "lang") (public)
|
||||||
|
#t
|
||||||
|
(("serialVersionUID"
|
||||||
|
(final static private)
|
||||||
|
("ArrayStoreException" "java" "lang")
|
||||||
|
long))
|
||||||
|
(("ArrayStoreException"
|
||||||
|
(public)
|
||||||
|
ctor
|
||||||
|
(("String" "java" "lang"))
|
||||||
|
()
|
||||||
|
("ArrayStoreException" "java" "lang"))
|
||||||
|
("ArrayStoreException"
|
||||||
|
(public)
|
||||||
|
ctor
|
||||||
|
()
|
||||||
|
()
|
||||||
|
("ArrayStoreException" "java" "lang"))
|
||||||
|
("fillInStackTrace"
|
||||||
|
(public)
|
||||||
|
("Throwable" "java" "lang")
|
||||||
|
()
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("initCause"
|
||||||
|
(public)
|
||||||
|
("Throwable" "java" "lang")
|
||||||
|
(("Throwable" "java" "lang"))
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("getCause"
|
||||||
|
(public)
|
||||||
|
("Throwable" "java" "lang")
|
||||||
|
()
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("getLocalizedMessage"
|
||||||
|
(public)
|
||||||
|
("String" "java" "lang")
|
||||||
|
()
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("getMessage"
|
||||||
|
(public)
|
||||||
|
("String" "java" "lang")
|
||||||
|
()
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("getStackTrace"
|
||||||
|
(public)
|
||||||
|
(1 ("StackTraceElement" "java" "lang"))
|
||||||
|
()
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("printStackTrace" (public) void () () ("Throwable" "java" "lang"))
|
||||||
|
("printStackTrace"
|
||||||
|
(public)
|
||||||
|
void
|
||||||
|
(("PrintStream" "java" "io"))
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("printStackTrace"
|
||||||
|
(public)
|
||||||
|
void
|
||||||
|
(("PrintWriter" "java" "io"))
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("setStackTrace"
|
||||||
|
(public)
|
||||||
|
void
|
||||||
|
((1 ("StackTraceElement" "java" "lang")))
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("clone"
|
||||||
|
(protected)
|
||||||
|
("Object" "java" "lang")
|
||||||
|
()
|
||||||
|
(("CloneNotSupportedException" "java" "lang"))
|
||||||
|
("Object" "java" "lang"))
|
||||||
|
("equals"
|
||||||
|
(public)
|
||||||
|
boolean
|
||||||
|
(("Object" "java" "lang"))
|
||||||
|
()
|
||||||
|
("Object" "java" "lang"))
|
||||||
|
("finalize" (protected) void () () ("Object" "java" "lang"))
|
||||||
|
("getClass"
|
||||||
|
(public final)
|
||||||
|
("Class" "java" "lang")
|
||||||
|
()
|
||||||
|
()
|
||||||
|
("Object" "java" "lang"))
|
||||||
|
("hashCode" (public) int () () ("Object" "java" "lang"))
|
||||||
|
("notify" (public final) void () () ("Object" "java" "lang"))
|
||||||
|
("notifyAll" (public final) void () () ("Object" "java" "lang"))
|
||||||
|
("toString"
|
||||||
|
(public)
|
||||||
|
("String" "java" "lang")
|
||||||
|
()
|
||||||
|
()
|
||||||
|
("Object" "java" "lang"))
|
||||||
|
("wait"
|
||||||
|
(public final)
|
||||||
|
void
|
||||||
|
()
|
||||||
|
(("InterruptedException" "java" "lang"))
|
||||||
|
("Object" "java" "lang"))
|
||||||
|
("wait"
|
||||||
|
(public final)
|
||||||
|
void
|
||||||
|
(long)
|
||||||
|
(("InterruptedException" "java" "lang"))
|
||||||
|
("Object" "java" "lang"))
|
||||||
|
("wait"
|
||||||
|
(public final)
|
||||||
|
void
|
||||||
|
(long int)
|
||||||
|
(("InterruptedException" "java" "lang"))
|
||||||
|
("Object" "java" "lang")))
|
||||||
|
()
|
||||||
|
(("RuntimeException" "java" "lang")
|
||||||
|
("Exception" "java" "lang")
|
||||||
|
("Throwable" "java" "lang")
|
||||||
|
("Object" "java" "lang"))
|
||||||
|
(("Serializable" "java" "io"))
|
||||||
|
"version4"
|
||||||
|
"3.99.0.25")
|
127
collects/profj/libs/java/lang/ClassCastException.jinfo
Normal file
127
collects/profj/libs/java/lang/ClassCastException.jinfo
Normal file
|
@ -0,0 +1,127 @@
|
||||||
|
(class ("ClassCastException" "java" "lang") (public)
|
||||||
|
#t
|
||||||
|
(("serialVersionUID"
|
||||||
|
(final static private)
|
||||||
|
("ClassCastException" "java" "lang")
|
||||||
|
long))
|
||||||
|
(("ClassCastException"
|
||||||
|
(public)
|
||||||
|
ctor
|
||||||
|
(("String" "java" "lang"))
|
||||||
|
()
|
||||||
|
("ClassCastException" "java" "lang"))
|
||||||
|
("ClassCastException"
|
||||||
|
(public)
|
||||||
|
ctor
|
||||||
|
()
|
||||||
|
()
|
||||||
|
("ClassCastException" "java" "lang"))
|
||||||
|
("fillInStackTrace"
|
||||||
|
(public)
|
||||||
|
("Throwable" "java" "lang")
|
||||||
|
()
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("initCause"
|
||||||
|
(public)
|
||||||
|
("Throwable" "java" "lang")
|
||||||
|
(("Throwable" "java" "lang"))
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("getCause"
|
||||||
|
(public)
|
||||||
|
("Throwable" "java" "lang")
|
||||||
|
()
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("getLocalizedMessage"
|
||||||
|
(public)
|
||||||
|
("String" "java" "lang")
|
||||||
|
()
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("getMessage"
|
||||||
|
(public)
|
||||||
|
("String" "java" "lang")
|
||||||
|
()
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("getStackTrace"
|
||||||
|
(public)
|
||||||
|
(1 ("StackTraceElement" "java" "lang"))
|
||||||
|
()
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("printStackTrace" (public) void () () ("Throwable" "java" "lang"))
|
||||||
|
("printStackTrace"
|
||||||
|
(public)
|
||||||
|
void
|
||||||
|
(("PrintStream" "java" "io"))
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("printStackTrace"
|
||||||
|
(public)
|
||||||
|
void
|
||||||
|
(("PrintWriter" "java" "io"))
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("setStackTrace"
|
||||||
|
(public)
|
||||||
|
void
|
||||||
|
((1 ("StackTraceElement" "java" "lang")))
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("clone"
|
||||||
|
(protected)
|
||||||
|
("Object" "java" "lang")
|
||||||
|
()
|
||||||
|
(("CloneNotSupportedException" "java" "lang"))
|
||||||
|
("Object" "java" "lang"))
|
||||||
|
("equals"
|
||||||
|
(public)
|
||||||
|
boolean
|
||||||
|
(("Object" "java" "lang"))
|
||||||
|
()
|
||||||
|
("Object" "java" "lang"))
|
||||||
|
("finalize" (protected) void () () ("Object" "java" "lang"))
|
||||||
|
("getClass"
|
||||||
|
(public final)
|
||||||
|
("Class" "java" "lang")
|
||||||
|
()
|
||||||
|
()
|
||||||
|
("Object" "java" "lang"))
|
||||||
|
("hashCode" (public) int () () ("Object" "java" "lang"))
|
||||||
|
("notify" (public final) void () () ("Object" "java" "lang"))
|
||||||
|
("notifyAll" (public final) void () () ("Object" "java" "lang"))
|
||||||
|
("toString"
|
||||||
|
(public)
|
||||||
|
("String" "java" "lang")
|
||||||
|
()
|
||||||
|
()
|
||||||
|
("Object" "java" "lang"))
|
||||||
|
("wait"
|
||||||
|
(public final)
|
||||||
|
void
|
||||||
|
()
|
||||||
|
(("InterruptedException" "java" "lang"))
|
||||||
|
("Object" "java" "lang"))
|
||||||
|
("wait"
|
||||||
|
(public final)
|
||||||
|
void
|
||||||
|
(long)
|
||||||
|
(("InterruptedException" "java" "lang"))
|
||||||
|
("Object" "java" "lang"))
|
||||||
|
("wait"
|
||||||
|
(public final)
|
||||||
|
void
|
||||||
|
(long int)
|
||||||
|
(("InterruptedException" "java" "lang"))
|
||||||
|
("Object" "java" "lang")))
|
||||||
|
()
|
||||||
|
(("RuntimeException" "java" "lang")
|
||||||
|
("Exception" "java" "lang")
|
||||||
|
("Throwable" "java" "lang")
|
||||||
|
("Object" "java" "lang"))
|
||||||
|
(("Serializable" "java" "io"))
|
||||||
|
"version4"
|
||||||
|
"3.99.0.25")
|
|
@ -1,9 +0,0 @@
|
||||||
(module ClassNotFoundException mzscheme
|
|
||||||
(require "Object-composite.ss")
|
|
||||||
(provide
|
|
||||||
ClassNotFoundException
|
|
||||||
guard-convert-ClassNotFoundException
|
|
||||||
convert-assert-ClassNotFoundException
|
|
||||||
wrap-convert-assert-ClassNotFoundException
|
|
||||||
dynamic-ClassNotFoundException/c
|
|
||||||
static-ClassNotFoundException/c))
|
|
|
@ -1,9 +0,0 @@
|
||||||
(module CloneNotSupportedException mzscheme
|
|
||||||
(require "Object-composite.ss")
|
|
||||||
(provide
|
|
||||||
CloneNotSupportedException
|
|
||||||
guard-convert-CloneNotSupportedException
|
|
||||||
convert-assert-CloneNotSupportedException
|
|
||||||
wrap-convert-assert-CloneNotSupportedException
|
|
||||||
dynamic-CloneNotSupportedException/c
|
|
||||||
static-CloneNotSupportedException/c))
|
|
|
@ -3,12 +3,12 @@
|
||||||
|
|
||||||
(require mzlib/class)
|
(require mzlib/class)
|
||||||
(require "Throwable.ss" "String.ss"
|
(require "Throwable.ss" "String.ss"
|
||||||
"NumberFormatException.ss" "NullPointerException.ss" "RuntimeException.ss")
|
#;"NumberFormatException.ss" "NullPointerException.ss" "RuntimeException.ss")
|
||||||
|
|
||||||
(provide (all-defined))
|
(provide (all-defined))
|
||||||
|
|
||||||
(define (Double-parseDouble-java.lang.String-native s)
|
(define (Double-parseDoubleHelper-java.lang.String-native s)
|
||||||
(when (null? s)
|
#;(when (null? s)
|
||||||
(raise (create-java-exception NullPointerException
|
(raise (create-java-exception NullPointerException
|
||||||
"parseDouble expected to receive String, received null value"
|
"parseDouble expected to receive String, received null value"
|
||||||
(lambda (obj msg)
|
(lambda (obj msg)
|
||||||
|
@ -22,10 +22,10 @@
|
||||||
((equal? scheme-string "-NaN") -nan.0)
|
((equal? scheme-string "-NaN") -nan.0)
|
||||||
((equal? scheme-string "-Infinity") -inf.0)
|
((equal? scheme-string "-Infinity") -inf.0)
|
||||||
((equal? scheme-string "+Infinity") +inf.0)
|
((equal? scheme-string "+Infinity") +inf.0)
|
||||||
(raise (create-java-exception NumberFormatException
|
(raise (create-java-exception RuntimeException
|
||||||
(format "parseDouble given misformatted string ~a" scheme-string)
|
(format "parseDouble given misformatted string ~a" scheme-string)
|
||||||
(lambda (obj msg)
|
(lambda (obj msg)
|
||||||
(send obj NumberFormatException-constructor-java.lang.String msg))
|
(send obj RuntimeException-constructor-java.lang.String msg))
|
||||||
(current-continuation-marks)))))))
|
(current-continuation-marks)))))))
|
||||||
|
|
||||||
(define (Double-doubleToLongBits-double-native num)
|
(define (Double-doubleToLongBits-double-native num)
|
||||||
|
|
|
@ -247,7 +247,18 @@ public final class Double extends Number implements Comparable
|
||||||
* @see #NEGATIVE_INFINITY
|
* @see #NEGATIVE_INFINITY
|
||||||
* @since 1.2
|
* @since 1.2
|
||||||
*/
|
*/
|
||||||
public static native double parseDouble(String str);
|
static native double parseDoubleHelper(String str);
|
||||||
|
|
||||||
|
public static double parseDouble(String str) {
|
||||||
|
if (null == str)
|
||||||
|
throw new NullPointerException("parseDouble expected to receive String, received null value");
|
||||||
|
try {
|
||||||
|
return parseDoubleHelper(str);
|
||||||
|
}
|
||||||
|
catch (RuntimeException e) {
|
||||||
|
throw new NumberFormatException(e.getMessage());
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return <code>true</code> if the <code>double</code> has the same
|
* Return <code>true</code> if the <code>double</code> has the same
|
||||||
|
|
131
collects/profj/libs/java/lang/Exception.jinfo
Normal file
131
collects/profj/libs/java/lang/Exception.jinfo
Normal file
|
@ -0,0 +1,131 @@
|
||||||
|
(class ("Exception" "java" "lang") (public)
|
||||||
|
#t
|
||||||
|
(("serialVersionUID"
|
||||||
|
(final static private)
|
||||||
|
("Exception" "java" "lang")
|
||||||
|
long))
|
||||||
|
(("Exception"
|
||||||
|
(public)
|
||||||
|
ctor
|
||||||
|
(("Throwable" "java" "lang"))
|
||||||
|
()
|
||||||
|
("Exception" "java" "lang"))
|
||||||
|
("Exception"
|
||||||
|
(public)
|
||||||
|
ctor
|
||||||
|
(("String" "java" "lang") ("Throwable" "java" "lang"))
|
||||||
|
()
|
||||||
|
("Exception" "java" "lang"))
|
||||||
|
("Exception"
|
||||||
|
(public)
|
||||||
|
ctor
|
||||||
|
(("String" "java" "lang"))
|
||||||
|
()
|
||||||
|
("Exception" "java" "lang"))
|
||||||
|
("Exception" (public) ctor () () ("Exception" "java" "lang"))
|
||||||
|
("fillInStackTrace"
|
||||||
|
(public)
|
||||||
|
("Throwable" "java" "lang")
|
||||||
|
()
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("initCause"
|
||||||
|
(public)
|
||||||
|
("Throwable" "java" "lang")
|
||||||
|
(("Throwable" "java" "lang"))
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("getCause"
|
||||||
|
(public)
|
||||||
|
("Throwable" "java" "lang")
|
||||||
|
()
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("getLocalizedMessage"
|
||||||
|
(public)
|
||||||
|
("String" "java" "lang")
|
||||||
|
()
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("getMessage"
|
||||||
|
(public)
|
||||||
|
("String" "java" "lang")
|
||||||
|
()
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("getStackTrace"
|
||||||
|
(public)
|
||||||
|
(1 ("StackTraceElement" "java" "lang"))
|
||||||
|
()
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("printStackTrace" (public) void () () ("Throwable" "java" "lang"))
|
||||||
|
("printStackTrace"
|
||||||
|
(public)
|
||||||
|
void
|
||||||
|
(("PrintStream" "java" "io"))
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("printStackTrace"
|
||||||
|
(public)
|
||||||
|
void
|
||||||
|
(("PrintWriter" "java" "io"))
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("setStackTrace"
|
||||||
|
(public)
|
||||||
|
void
|
||||||
|
((1 ("StackTraceElement" "java" "lang")))
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("clone"
|
||||||
|
(protected)
|
||||||
|
("Object" "java" "lang")
|
||||||
|
()
|
||||||
|
(("CloneNotSupportedException" "java" "lang"))
|
||||||
|
("Object" "java" "lang"))
|
||||||
|
("equals"
|
||||||
|
(public)
|
||||||
|
boolean
|
||||||
|
(("Object" "java" "lang"))
|
||||||
|
()
|
||||||
|
("Object" "java" "lang"))
|
||||||
|
("finalize" (protected) void () () ("Object" "java" "lang"))
|
||||||
|
("getClass"
|
||||||
|
(public final)
|
||||||
|
("Class" "java" "lang")
|
||||||
|
()
|
||||||
|
()
|
||||||
|
("Object" "java" "lang"))
|
||||||
|
("hashCode" (public) int () () ("Object" "java" "lang"))
|
||||||
|
("notify" (public final) void () () ("Object" "java" "lang"))
|
||||||
|
("notifyAll" (public final) void () () ("Object" "java" "lang"))
|
||||||
|
("toString"
|
||||||
|
(public)
|
||||||
|
("String" "java" "lang")
|
||||||
|
()
|
||||||
|
()
|
||||||
|
("Object" "java" "lang"))
|
||||||
|
("wait"
|
||||||
|
(public final)
|
||||||
|
void
|
||||||
|
()
|
||||||
|
(("InterruptedException" "java" "lang"))
|
||||||
|
("Object" "java" "lang"))
|
||||||
|
("wait"
|
||||||
|
(public final)
|
||||||
|
void
|
||||||
|
(long)
|
||||||
|
(("InterruptedException" "java" "lang"))
|
||||||
|
("Object" "java" "lang"))
|
||||||
|
("wait"
|
||||||
|
(public final)
|
||||||
|
void
|
||||||
|
(long int)
|
||||||
|
(("InterruptedException" "java" "lang"))
|
||||||
|
("Object" "java" "lang")))
|
||||||
|
()
|
||||||
|
(("Throwable" "java" "lang") ("Object" "java" "lang"))
|
||||||
|
(("Serializable" "java" "io"))
|
||||||
|
"version4"
|
||||||
|
"3.99.0.25")
|
|
@ -1,9 +0,0 @@
|
||||||
(module IllegalAccessException mzscheme
|
|
||||||
(require "Object-composite.ss")
|
|
||||||
(provide
|
|
||||||
IllegalAccessException
|
|
||||||
guard-convert-IllegalAccessException
|
|
||||||
convert-assert-IllegalAccessException
|
|
||||||
wrap-convert-assert-IllegalAccessException
|
|
||||||
dynamic-IllegalAccessException/c
|
|
||||||
static-IllegalAccessException/c))
|
|
|
@ -1,9 +0,0 @@
|
||||||
(module IllegalArgumentException mzscheme
|
|
||||||
(require "Object-composite.ss")
|
|
||||||
(provide
|
|
||||||
IllegalArgumentException
|
|
||||||
guard-convert-IllegalArgumentException
|
|
||||||
convert-assert-IllegalArgumentException
|
|
||||||
wrap-convert-assert-IllegalArgumentException
|
|
||||||
dynamic-IllegalArgumentException/c
|
|
||||||
static-IllegalArgumentException/c))
|
|
|
@ -1,9 +0,0 @@
|
||||||
(module IllegalMonitorStateException mzscheme
|
|
||||||
(require "Object-composite.ss")
|
|
||||||
(provide
|
|
||||||
IllegalMonitorStateException
|
|
||||||
guard-convert-IllegalMonitorStateException
|
|
||||||
convert-assert-IllegalMonitorStateException
|
|
||||||
wrap-convert-assert-IllegalMonitorStateException
|
|
||||||
dynamic-IllegalMonitorStateException/c
|
|
||||||
static-IllegalMonitorStateException/c))
|
|
|
@ -1,9 +0,0 @@
|
||||||
(module IllegalStateException mzscheme
|
|
||||||
(require "Object-composite.ss")
|
|
||||||
(provide
|
|
||||||
IllegalStateException
|
|
||||||
guard-convert-IllegalStateException
|
|
||||||
convert-assert-IllegalStateException
|
|
||||||
wrap-convert-assert-IllegalStateException
|
|
||||||
dynamic-IllegalStateException/c
|
|
||||||
static-IllegalStateException/c))
|
|
|
@ -1,9 +0,0 @@
|
||||||
(module IllegalThreadStateException mzscheme
|
|
||||||
(require "Object-composite.ss")
|
|
||||||
(provide
|
|
||||||
IllegalThreadStateException
|
|
||||||
guard-convert-IllegalThreadStateException
|
|
||||||
convert-assert-IllegalThreadStateException
|
|
||||||
wrap-convert-assert-IllegalThreadStateException
|
|
||||||
dynamic-IllegalThreadStateException/c
|
|
||||||
static-IllegalThreadStateException/c))
|
|
127
collects/profj/libs/java/lang/IndexOutOfBoundsException.jinfo
Normal file
127
collects/profj/libs/java/lang/IndexOutOfBoundsException.jinfo
Normal file
|
@ -0,0 +1,127 @@
|
||||||
|
(class ("IndexOutOfBoundsException" "java" "lang") (public)
|
||||||
|
#t
|
||||||
|
(("serialVersionUID"
|
||||||
|
(final static private)
|
||||||
|
("IndexOutOfBoundsException" "java" "lang")
|
||||||
|
long))
|
||||||
|
(("IndexOutOfBoundsException"
|
||||||
|
(public)
|
||||||
|
ctor
|
||||||
|
(("String" "java" "lang"))
|
||||||
|
()
|
||||||
|
("IndexOutOfBoundsException" "java" "lang"))
|
||||||
|
("IndexOutOfBoundsException"
|
||||||
|
(public)
|
||||||
|
ctor
|
||||||
|
()
|
||||||
|
()
|
||||||
|
("IndexOutOfBoundsException" "java" "lang"))
|
||||||
|
("fillInStackTrace"
|
||||||
|
(public)
|
||||||
|
("Throwable" "java" "lang")
|
||||||
|
()
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("initCause"
|
||||||
|
(public)
|
||||||
|
("Throwable" "java" "lang")
|
||||||
|
(("Throwable" "java" "lang"))
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("getCause"
|
||||||
|
(public)
|
||||||
|
("Throwable" "java" "lang")
|
||||||
|
()
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("getLocalizedMessage"
|
||||||
|
(public)
|
||||||
|
("String" "java" "lang")
|
||||||
|
()
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("getMessage"
|
||||||
|
(public)
|
||||||
|
("String" "java" "lang")
|
||||||
|
()
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("getStackTrace"
|
||||||
|
(public)
|
||||||
|
(1 ("StackTraceElement" "java" "lang"))
|
||||||
|
()
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("printStackTrace" (public) void () () ("Throwable" "java" "lang"))
|
||||||
|
("printStackTrace"
|
||||||
|
(public)
|
||||||
|
void
|
||||||
|
(("PrintStream" "java" "io"))
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("printStackTrace"
|
||||||
|
(public)
|
||||||
|
void
|
||||||
|
(("PrintWriter" "java" "io"))
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("setStackTrace"
|
||||||
|
(public)
|
||||||
|
void
|
||||||
|
((1 ("StackTraceElement" "java" "lang")))
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("clone"
|
||||||
|
(protected)
|
||||||
|
("Object" "java" "lang")
|
||||||
|
()
|
||||||
|
(("CloneNotSupportedException" "java" "lang"))
|
||||||
|
("Object" "java" "lang"))
|
||||||
|
("equals"
|
||||||
|
(public)
|
||||||
|
boolean
|
||||||
|
(("Object" "java" "lang"))
|
||||||
|
()
|
||||||
|
("Object" "java" "lang"))
|
||||||
|
("finalize" (protected) void () () ("Object" "java" "lang"))
|
||||||
|
("getClass"
|
||||||
|
(public final)
|
||||||
|
("Class" "java" "lang")
|
||||||
|
()
|
||||||
|
()
|
||||||
|
("Object" "java" "lang"))
|
||||||
|
("hashCode" (public) int () () ("Object" "java" "lang"))
|
||||||
|
("notify" (public final) void () () ("Object" "java" "lang"))
|
||||||
|
("notifyAll" (public final) void () () ("Object" "java" "lang"))
|
||||||
|
("toString"
|
||||||
|
(public)
|
||||||
|
("String" "java" "lang")
|
||||||
|
()
|
||||||
|
()
|
||||||
|
("Object" "java" "lang"))
|
||||||
|
("wait"
|
||||||
|
(public final)
|
||||||
|
void
|
||||||
|
()
|
||||||
|
(("InterruptedException" "java" "lang"))
|
||||||
|
("Object" "java" "lang"))
|
||||||
|
("wait"
|
||||||
|
(public final)
|
||||||
|
void
|
||||||
|
(long)
|
||||||
|
(("InterruptedException" "java" "lang"))
|
||||||
|
("Object" "java" "lang"))
|
||||||
|
("wait"
|
||||||
|
(public final)
|
||||||
|
void
|
||||||
|
(long int)
|
||||||
|
(("InterruptedException" "java" "lang"))
|
||||||
|
("Object" "java" "lang")))
|
||||||
|
()
|
||||||
|
(("RuntimeException" "java" "lang")
|
||||||
|
("Exception" "java" "lang")
|
||||||
|
("Throwable" "java" "lang")
|
||||||
|
("Object" "java" "lang"))
|
||||||
|
(("Serializable" "java" "io"))
|
||||||
|
"version4"
|
||||||
|
"3.99.0.25")
|
|
@ -1,9 +0,0 @@
|
||||||
(module InstantiationException mzscheme
|
|
||||||
(require "Object-composite.ss")
|
|
||||||
(provide
|
|
||||||
InstantiationException
|
|
||||||
guard-convert-InstantiationException
|
|
||||||
convert-assert-InstantiationException
|
|
||||||
wrap-convert-assert-InstantiationException
|
|
||||||
dynamic-InstantiationException/c
|
|
||||||
static-InstantiationException/c))
|
|
|
@ -1,9 +0,0 @@
|
||||||
(module InterruptedException mzscheme
|
|
||||||
(require "Object-composite.ss")
|
|
||||||
(provide
|
|
||||||
InterruptedException
|
|
||||||
guard-convert-InterruptedException
|
|
||||||
convert-assert-InterruptedException
|
|
||||||
wrap-convert-assert-InterruptedException
|
|
||||||
dynamic-InterruptedException/c
|
|
||||||
static-InterruptedException/c))
|
|
127
collects/profj/libs/java/lang/NegativeArraySizeException.jinfo
Normal file
127
collects/profj/libs/java/lang/NegativeArraySizeException.jinfo
Normal file
|
@ -0,0 +1,127 @@
|
||||||
|
(class ("NegativeArraySizeException" "java" "lang") (public)
|
||||||
|
#t
|
||||||
|
(("serialVersionUID"
|
||||||
|
(final static private)
|
||||||
|
("NegativeArraySizeException" "java" "lang")
|
||||||
|
long))
|
||||||
|
(("NegativeArraySizeException"
|
||||||
|
(public)
|
||||||
|
ctor
|
||||||
|
(("String" "java" "lang"))
|
||||||
|
()
|
||||||
|
("NegativeArraySizeException" "java" "lang"))
|
||||||
|
("NegativeArraySizeException"
|
||||||
|
(public)
|
||||||
|
ctor
|
||||||
|
()
|
||||||
|
()
|
||||||
|
("NegativeArraySizeException" "java" "lang"))
|
||||||
|
("fillInStackTrace"
|
||||||
|
(public)
|
||||||
|
("Throwable" "java" "lang")
|
||||||
|
()
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("initCause"
|
||||||
|
(public)
|
||||||
|
("Throwable" "java" "lang")
|
||||||
|
(("Throwable" "java" "lang"))
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("getCause"
|
||||||
|
(public)
|
||||||
|
("Throwable" "java" "lang")
|
||||||
|
()
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("getLocalizedMessage"
|
||||||
|
(public)
|
||||||
|
("String" "java" "lang")
|
||||||
|
()
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("getMessage"
|
||||||
|
(public)
|
||||||
|
("String" "java" "lang")
|
||||||
|
()
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("getStackTrace"
|
||||||
|
(public)
|
||||||
|
(1 ("StackTraceElement" "java" "lang"))
|
||||||
|
()
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("printStackTrace" (public) void () () ("Throwable" "java" "lang"))
|
||||||
|
("printStackTrace"
|
||||||
|
(public)
|
||||||
|
void
|
||||||
|
(("PrintStream" "java" "io"))
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("printStackTrace"
|
||||||
|
(public)
|
||||||
|
void
|
||||||
|
(("PrintWriter" "java" "io"))
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("setStackTrace"
|
||||||
|
(public)
|
||||||
|
void
|
||||||
|
((1 ("StackTraceElement" "java" "lang")))
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("clone"
|
||||||
|
(protected)
|
||||||
|
("Object" "java" "lang")
|
||||||
|
()
|
||||||
|
(("CloneNotSupportedException" "java" "lang"))
|
||||||
|
("Object" "java" "lang"))
|
||||||
|
("equals"
|
||||||
|
(public)
|
||||||
|
boolean
|
||||||
|
(("Object" "java" "lang"))
|
||||||
|
()
|
||||||
|
("Object" "java" "lang"))
|
||||||
|
("finalize" (protected) void () () ("Object" "java" "lang"))
|
||||||
|
("getClass"
|
||||||
|
(public final)
|
||||||
|
("Class" "java" "lang")
|
||||||
|
()
|
||||||
|
()
|
||||||
|
("Object" "java" "lang"))
|
||||||
|
("hashCode" (public) int () () ("Object" "java" "lang"))
|
||||||
|
("notify" (public final) void () () ("Object" "java" "lang"))
|
||||||
|
("notifyAll" (public final) void () () ("Object" "java" "lang"))
|
||||||
|
("toString"
|
||||||
|
(public)
|
||||||
|
("String" "java" "lang")
|
||||||
|
()
|
||||||
|
()
|
||||||
|
("Object" "java" "lang"))
|
||||||
|
("wait"
|
||||||
|
(public final)
|
||||||
|
void
|
||||||
|
()
|
||||||
|
(("InterruptedException" "java" "lang"))
|
||||||
|
("Object" "java" "lang"))
|
||||||
|
("wait"
|
||||||
|
(public final)
|
||||||
|
void
|
||||||
|
(long)
|
||||||
|
(("InterruptedException" "java" "lang"))
|
||||||
|
("Object" "java" "lang"))
|
||||||
|
("wait"
|
||||||
|
(public final)
|
||||||
|
void
|
||||||
|
(long int)
|
||||||
|
(("InterruptedException" "java" "lang"))
|
||||||
|
("Object" "java" "lang")))
|
||||||
|
()
|
||||||
|
(("RuntimeException" "java" "lang")
|
||||||
|
("Exception" "java" "lang")
|
||||||
|
("Throwable" "java" "lang")
|
||||||
|
("Object" "java" "lang"))
|
||||||
|
(("Serializable" "java" "io"))
|
||||||
|
"version4"
|
||||||
|
"3.99.0.25")
|
|
@ -1,9 +0,0 @@
|
||||||
(module NoSuchFieldException mzscheme
|
|
||||||
(require "Object-composite.ss")
|
|
||||||
(provide
|
|
||||||
NoSuchFieldException
|
|
||||||
guard-convert-NoSuchFieldException
|
|
||||||
convert-assert-NoSuchFieldException
|
|
||||||
wrap-convert-assert-NoSuchFieldException
|
|
||||||
dynamic-NoSuchFieldException/c
|
|
||||||
static-NoSuchFieldException/c))
|
|
|
@ -1,9 +0,0 @@
|
||||||
(module NoSuchMethodException mzscheme
|
|
||||||
(require "Object-composite.ss")
|
|
||||||
(provide
|
|
||||||
NoSuchMethodException
|
|
||||||
guard-convert-NoSuchMethodException
|
|
||||||
convert-assert-NoSuchMethodException
|
|
||||||
wrap-convert-assert-NoSuchMethodException
|
|
||||||
dynamic-NoSuchMethodException/c
|
|
||||||
static-NoSuchMethodException/c))
|
|
127
collects/profj/libs/java/lang/NullPointerException.jinfo
Normal file
127
collects/profj/libs/java/lang/NullPointerException.jinfo
Normal file
|
@ -0,0 +1,127 @@
|
||||||
|
(class ("NullPointerException" "java" "lang") (public)
|
||||||
|
#t
|
||||||
|
(("serialVersionUID"
|
||||||
|
(final static private)
|
||||||
|
("NullPointerException" "java" "lang")
|
||||||
|
long))
|
||||||
|
(("NullPointerException"
|
||||||
|
(public)
|
||||||
|
ctor
|
||||||
|
(("String" "java" "lang"))
|
||||||
|
()
|
||||||
|
("NullPointerException" "java" "lang"))
|
||||||
|
("NullPointerException"
|
||||||
|
(public)
|
||||||
|
ctor
|
||||||
|
()
|
||||||
|
()
|
||||||
|
("NullPointerException" "java" "lang"))
|
||||||
|
("fillInStackTrace"
|
||||||
|
(public)
|
||||||
|
("Throwable" "java" "lang")
|
||||||
|
()
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("initCause"
|
||||||
|
(public)
|
||||||
|
("Throwable" "java" "lang")
|
||||||
|
(("Throwable" "java" "lang"))
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("getCause"
|
||||||
|
(public)
|
||||||
|
("Throwable" "java" "lang")
|
||||||
|
()
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("getLocalizedMessage"
|
||||||
|
(public)
|
||||||
|
("String" "java" "lang")
|
||||||
|
()
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("getMessage"
|
||||||
|
(public)
|
||||||
|
("String" "java" "lang")
|
||||||
|
()
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("getStackTrace"
|
||||||
|
(public)
|
||||||
|
(1 ("StackTraceElement" "java" "lang"))
|
||||||
|
()
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("printStackTrace" (public) void () () ("Throwable" "java" "lang"))
|
||||||
|
("printStackTrace"
|
||||||
|
(public)
|
||||||
|
void
|
||||||
|
(("PrintStream" "java" "io"))
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("printStackTrace"
|
||||||
|
(public)
|
||||||
|
void
|
||||||
|
(("PrintWriter" "java" "io"))
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("setStackTrace"
|
||||||
|
(public)
|
||||||
|
void
|
||||||
|
((1 ("StackTraceElement" "java" "lang")))
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("clone"
|
||||||
|
(protected)
|
||||||
|
("Object" "java" "lang")
|
||||||
|
()
|
||||||
|
(("CloneNotSupportedException" "java" "lang"))
|
||||||
|
("Object" "java" "lang"))
|
||||||
|
("equals"
|
||||||
|
(public)
|
||||||
|
boolean
|
||||||
|
(("Object" "java" "lang"))
|
||||||
|
()
|
||||||
|
("Object" "java" "lang"))
|
||||||
|
("finalize" (protected) void () () ("Object" "java" "lang"))
|
||||||
|
("getClass"
|
||||||
|
(public final)
|
||||||
|
("Class" "java" "lang")
|
||||||
|
()
|
||||||
|
()
|
||||||
|
("Object" "java" "lang"))
|
||||||
|
("hashCode" (public) int () () ("Object" "java" "lang"))
|
||||||
|
("notify" (public final) void () () ("Object" "java" "lang"))
|
||||||
|
("notifyAll" (public final) void () () ("Object" "java" "lang"))
|
||||||
|
("toString"
|
||||||
|
(public)
|
||||||
|
("String" "java" "lang")
|
||||||
|
()
|
||||||
|
()
|
||||||
|
("Object" "java" "lang"))
|
||||||
|
("wait"
|
||||||
|
(public final)
|
||||||
|
void
|
||||||
|
()
|
||||||
|
(("InterruptedException" "java" "lang"))
|
||||||
|
("Object" "java" "lang"))
|
||||||
|
("wait"
|
||||||
|
(public final)
|
||||||
|
void
|
||||||
|
(long)
|
||||||
|
(("InterruptedException" "java" "lang"))
|
||||||
|
("Object" "java" "lang"))
|
||||||
|
("wait"
|
||||||
|
(public final)
|
||||||
|
void
|
||||||
|
(long int)
|
||||||
|
(("InterruptedException" "java" "lang"))
|
||||||
|
("Object" "java" "lang")))
|
||||||
|
()
|
||||||
|
(("RuntimeException" "java" "lang")
|
||||||
|
("Exception" "java" "lang")
|
||||||
|
("Throwable" "java" "lang")
|
||||||
|
("Object" "java" "lang"))
|
||||||
|
(("Serializable" "java" "io"))
|
||||||
|
"version4"
|
||||||
|
"3.99.0.25")
|
|
@ -1,9 +0,0 @@
|
||||||
(module NumberFormatException mzscheme
|
|
||||||
(require "Object-composite.ss")
|
|
||||||
(provide
|
|
||||||
NumberFormatException
|
|
||||||
guard-convert-NumberFormatException
|
|
||||||
convert-assert-NumberFormatException
|
|
||||||
wrap-convert-assert-NumberFormatException
|
|
||||||
dynamic-NumberFormatException/c
|
|
||||||
static-NumberFormatException/c))
|
|
|
@ -5,10 +5,8 @@
|
||||||
errortrace
|
errortrace
|
||||||
|
|
||||||
profj/libs/java/lang/Comparable
|
profj/libs/java/lang/Comparable
|
||||||
profj/libs/java/io/Serializable
|
profj/libs/java/io/Serializable)
|
||||||
#;(lib "Comparable.ss" "profj" "libs" "java" "lang")
|
#;(require "compile-lang-syntax.ss")
|
||||||
#;(lib "Serializable.ss" "profj" "libs" "java" "io"))
|
|
||||||
(require "compile-lang-syntax.ss")
|
|
||||||
|
|
||||||
(define make-hash-table make-hash)
|
(define make-hash-table make-hash)
|
||||||
(define hash-table-put! hash-set!)
|
(define hash-table-put! hash-set!)
|
||||||
|
@ -1190,6 +1188,259 @@
|
||||||
(define (wrap-convert-assert-PrintString . args) (void))
|
(define (wrap-convert-assert-PrintString . args) (void))
|
||||||
(define (wrap-convert-assert-PrintWriter . args) (void))
|
(define (wrap-convert-assert-PrintWriter . args) (void))
|
||||||
|
|
||||||
(compile-rest-of-lang (list "Object" "Throwable" "String" "Exception" "RuntimeException" "Comparable"))
|
#;(compile-rest-of-lang (list "Object" "Throwable" "String" "Exception" "RuntimeException" "Comparable"))
|
||||||
|
|
||||||
|
(provide Exception guard-convert-Exception convert-assert-Exception wrap-convert-assert-Exception
|
||||||
|
dynamic-Exception/c static-Exception/c)
|
||||||
|
(define Exception
|
||||||
|
(class* Throwable ()
|
||||||
|
(super-instantiate ())
|
||||||
|
(define/public (Exception-constructor) (send this Throwable-constructor))
|
||||||
|
(define/public (Exception-constructor-java.lang.String s)
|
||||||
|
(send this Throwable-constructor-java.lang.String s))
|
||||||
|
(define/public (Exception-constructor-java.lang.string-java.lang.Throwable s cause)
|
||||||
|
(send this Throwable-constructor-java.lang.String-java.lang.Throwable s cause))
|
||||||
|
(define/public (Exception-constructor-java.lang.Throwable cause)
|
||||||
|
(send this Throwable-constructor-java.lang.Throwable cause))
|
||||||
|
(define/override (my-name) "Exception")))
|
||||||
|
(define (wrap-convert-assert-Exception obj p n s c)
|
||||||
|
(make-object convert-assert-Exception obj p n s c))
|
||||||
|
(define convert-assert-Exception
|
||||||
|
(class convert-assert-Throwable
|
||||||
|
(init w p n s c)
|
||||||
|
(super-instantiate (w p n s c))))
|
||||||
|
(define guard-convert-Exception
|
||||||
|
(class guard-convert-Throwable
|
||||||
|
(init w p n s c)
|
||||||
|
(super-instantiate (w p n s c))))
|
||||||
|
(define dynamic-Exception/c
|
||||||
|
(c:flat-named-contract "Exception" (lambda (c) (is-a? c convert-assert-Exception))))
|
||||||
|
(define static-Exception/c
|
||||||
|
(c:flat-named-contract "Exception" (lambda (c) (is-a? c guard-convert-Exception))))
|
||||||
|
|
||||||
|
(provide RuntimeException guard-convert-RuntimeException convert-assert-RuntimeException wrap-convert-assert-RuntimeException
|
||||||
|
dynamic-RuntimeException/c static-RuntimeException/c)
|
||||||
|
(define RuntimeException
|
||||||
|
(class* Exception ()
|
||||||
|
(super-instantiate ())
|
||||||
|
(define/public (RuntimeException-constructor) (send this Exception-constructor))
|
||||||
|
(define/public (RuntimeException-constructor-java.lang.String s)
|
||||||
|
(send this Exception-constructor-java.lang.String s))
|
||||||
|
(define/public (RuntimeException-constructor-java.lang.string-java.lang.Throwable s cause)
|
||||||
|
(send this Exception-constructor-java.lang.String-java.lang.Throwable s cause))
|
||||||
|
(define/public (RuntimeException-constructor-java.lang.Throwable cause)
|
||||||
|
(send this Exception-constructor-java.lang.Throwable cause))
|
||||||
|
(define/override (my-name) "RuntimeException")))
|
||||||
|
(define (wrap-convert-assert-RuntimeException obj p n s c)
|
||||||
|
(make-object convert-assert-RuntimeException obj p n s c))
|
||||||
|
(define convert-assert-RuntimeException
|
||||||
|
(class convert-assert-Exception
|
||||||
|
(init w p n s c)
|
||||||
|
(super-instantiate (w p n s c))))
|
||||||
|
(define guard-convert-RuntimeException
|
||||||
|
(class guard-convert-Exception
|
||||||
|
(init w p n s c)
|
||||||
|
(super-instantiate (w p n s c))))
|
||||||
|
(define dynamic-RuntimeException/c
|
||||||
|
(c:flat-named-contract "RuntimeException" (lambda (c) (is-a? c convert-assert-RuntimeException))))
|
||||||
|
(define static-RuntimeException/c
|
||||||
|
(c:flat-named-contract "RuntimeException" (lambda (c) (is-a? c guard-convert-RuntimeException))))
|
||||||
|
|
||||||
|
(provide IndexOutOfBoundsException guard-convert-IndexOutOfBoundsException convert-assert-IndexOutOfBoundsException wrap-convert-assert-IndexOutOfBoundsException
|
||||||
|
dynamic-IndexOutOfBoundsException/c static-IndexOutOfBoundsException/c)
|
||||||
|
(define IndexOutOfBoundsException
|
||||||
|
(class* RuntimeException ()
|
||||||
|
(super-instantiate ())
|
||||||
|
(define/public (IndexOutOfBoundsException-constructor) (send this RuntimeException-constructor))
|
||||||
|
(define/public (IndexOutOfBoundsException-constructor-java.lang.String s)
|
||||||
|
(send this RuntimeException-constructor-java.lang.String s))
|
||||||
|
(define/public (IndexOutOfBoundsException-constructor-java.lang.string-java.lang.Throwable s cause)
|
||||||
|
(send this RuntimeException-constructor-java.lang.String-java.lang.Throwable s cause))
|
||||||
|
(define/public (IndexOutOfBoundsException-constructor-java.lang.Throwable cause)
|
||||||
|
(send this RuntimeException-constructor-java.lang.Throwable cause))
|
||||||
|
(define/override (my-name) "IndexOutOfBoundsException")))
|
||||||
|
(define (wrap-convert-assert-IndexOutOfBoundsException obj p n s c)
|
||||||
|
(make-object convert-assert-IndexOutOfBoundsException obj p n s c))
|
||||||
|
(define convert-assert-IndexOutOfBoundsException
|
||||||
|
(class convert-assert-RuntimeException
|
||||||
|
(init w p n s c)
|
||||||
|
(super-instantiate (w p n s c))))
|
||||||
|
(define guard-convert-IndexOutOfBoundsException
|
||||||
|
(class guard-convert-RuntimeException
|
||||||
|
(init w p n s c)
|
||||||
|
(super-instantiate (w p n s c))))
|
||||||
|
(define dynamic-IndexOutOfBoundsException/c
|
||||||
|
(c:flat-named-contract "IndexOutOfBoundsException" (lambda (c) (is-a? c convert-assert-IndexOutOfBoundsException))))
|
||||||
|
(define static-IndexOutOfBoundsException/c
|
||||||
|
(c:flat-named-contract "IndexOutOfBoundsException" (lambda (c) (is-a? c guard-convert-IndexOutOfBoundsException))))
|
||||||
|
|
||||||
|
(provide ArrayIndexOutOfBoundsException guard-convert-ArrayIndexOutOfBoundsException convert-assert-ArrayIndexOutOfBoundsException wrap-convert-assert-ArrayIndexOutOfBoundsException
|
||||||
|
dynamic-ArrayIndexOutOfBoundsException/c static-ArrayIndexOutOfBoundsException/c)
|
||||||
|
(define ArrayIndexOutOfBoundsException
|
||||||
|
(class* IndexOutOfBoundsException ()
|
||||||
|
(super-instantiate ())
|
||||||
|
(define/public (ArrayIndexOutOfBoundsException-constructor) (send this IndexOutOfBoundsException-constructor))
|
||||||
|
(define/public (ArrayIndexOutOfBoundsException-constructor-java.lang.String s)
|
||||||
|
(send this IndexOutOfBoundsException-constructor-java.lang.String s))
|
||||||
|
(define/public (ArrayIndexOutOfBoundsException-constructor-java.lang.string-java.lang.Throwable s cause)
|
||||||
|
(send this IndexOutOfBoundsException-constructor-java.lang.String-java.lang.Throwable s cause))
|
||||||
|
(define/public (ArrayIndexOutOfBoundsException-constructor-java.lang.Throwable cause)
|
||||||
|
(send this IndexOutOfBoundsException-constructor-java.lang.Throwable cause))
|
||||||
|
(define/override (my-name) "ArrayIndexOutOfBoundsException")))
|
||||||
|
(define (wrap-convert-assert-ArrayIndexOutOfBoundsException obj p n s c)
|
||||||
|
(make-object convert-assert-ArrayIndexOutOfBoundsException obj p n s c))
|
||||||
|
(define convert-assert-ArrayIndexOutOfBoundsException
|
||||||
|
(class convert-assert-IndexOutOfBoundsException
|
||||||
|
(init w p n s c)
|
||||||
|
(super-instantiate (w p n s c))))
|
||||||
|
(define guard-convert-ArrayIndexOutOfBoundsException
|
||||||
|
(class guard-convert-IndexOutOfBoundsException
|
||||||
|
(init w p n s c)
|
||||||
|
(super-instantiate (w p n s c))))
|
||||||
|
(define dynamic-ArrayIndexOutOfBoundsException/c
|
||||||
|
(c:flat-named-contract "ArrayIndexOutOfBoundsException" (lambda (c) (is-a? c convert-assert-ArrayIndexOutOfBoundsException))))
|
||||||
|
(define static-ArrayIndexOutOfBoundsException/c
|
||||||
|
(c:flat-named-contract "ArrayIndexOutOfBoundsException" (lambda (c) (is-a? c guard-convert-ArrayIndexOutOfBoundsException))))
|
||||||
|
|
||||||
|
(provide ArrayStoreException guard-convert-ArrayStoreException convert-assert-ArrayStoreException wrap-convert-assert-ArrayStoreException
|
||||||
|
dynamic-ArrayStoreException/c static-ArrayStoreException/c)
|
||||||
|
(define ArrayStoreException
|
||||||
|
(class* RuntimeException ()
|
||||||
|
(super-instantiate ())
|
||||||
|
(define/public (ArrayStoreException-constructor) (send this RuntimeException-constructor))
|
||||||
|
(define/public (ArrayStoreException-constructor-java.lang.String s)
|
||||||
|
(send this RuntimeException-constructor-java.lang.String s))
|
||||||
|
(define/public (ArrayStoreException-constructor-java.lang.string-java.lang.Throwable s cause)
|
||||||
|
(send this RuntimeException-constructor-java.lang.String-java.lang.Throwable s cause))
|
||||||
|
(define/public (ArrayStoreException-constructor-java.lang.Throwable cause)
|
||||||
|
(send this RuntimeException-constructor-java.lang.Throwable cause))
|
||||||
|
(define/override (my-name) "ArrayStoreException")))
|
||||||
|
(define (wrap-convert-assert-ArrayStoreException obj p n s c)
|
||||||
|
(make-object convert-assert-ArrayStoreException obj p n s c))
|
||||||
|
(define convert-assert-ArrayStoreException
|
||||||
|
(class convert-assert-RuntimeException
|
||||||
|
(init w p n s c)
|
||||||
|
(super-instantiate (w p n s c))))
|
||||||
|
(define guard-convert-ArrayStoreException
|
||||||
|
(class guard-convert-RuntimeException
|
||||||
|
(init w p n s c)
|
||||||
|
(super-instantiate (w p n s c))))
|
||||||
|
(define dynamic-ArrayStoreException/c
|
||||||
|
(c:flat-named-contract "ArrayStoreException" (lambda (c) (is-a? c convert-assert-ArrayStoreException))))
|
||||||
|
(define static-ArrayStoreException/c
|
||||||
|
(c:flat-named-contract "ArrayStoreException" (lambda (c) (is-a? c guard-convert-ArrayStoreException))))
|
||||||
|
|
||||||
|
(provide NegativeArraySizeException guard-convert-NegativeArraySizeException convert-assert-NegativeArraySizeException wrap-convert-assert-NegativeArraySizeException
|
||||||
|
dynamic-NegativeArraySizeException/c static-NegativeArraySizeException/c)
|
||||||
|
(define NegativeArraySizeException
|
||||||
|
(class* RuntimeException ()
|
||||||
|
(super-instantiate ())
|
||||||
|
(define/public (NegativeArraySizeException-constructor) (send this RuntimeException-constructor))
|
||||||
|
(define/public (NegativeArraySizeException-constructor-java.lang.String s)
|
||||||
|
(send this RuntimeException-constructor-java.lang.String s))
|
||||||
|
(define/public (NegativeArraySizeException-constructor-java.lang.string-java.lang.Throwable s cause)
|
||||||
|
(send this RuntimeException-constructor-java.lang.String-java.lang.Throwable s cause))
|
||||||
|
(define/public (NegativeArraySizeException-constructor-java.lang.Throwable cause)
|
||||||
|
(send this RuntimeException-constructor-java.lang.Throwable cause))
|
||||||
|
(define/override (my-name) "NegativeArraySizeException")))
|
||||||
|
(define (wrap-convert-assert-NegativeArraySizeException obj p n s c)
|
||||||
|
(make-object convert-assert-NegativeArraySizeException obj p n s c))
|
||||||
|
(define convert-assert-NegativeArraySizeException
|
||||||
|
(class convert-assert-RuntimeException
|
||||||
|
(init w p n s c)
|
||||||
|
(super-instantiate (w p n s c))))
|
||||||
|
(define guard-convert-NegativeArraySizeException
|
||||||
|
(class guard-convert-RuntimeException
|
||||||
|
(init w p n s c)
|
||||||
|
(super-instantiate (w p n s c))))
|
||||||
|
(define dynamic-NegativeArraySizeException/c
|
||||||
|
(c:flat-named-contract "NegativeArraySizeException" (lambda (c) (is-a? c convert-assert-NegativeArraySizeException))))
|
||||||
|
(define static-NegativeArraySizeException/c
|
||||||
|
(c:flat-named-contract "NegativeArraySizeException" (lambda (c) (is-a? c guard-convert-NegativeArraySizeException))))
|
||||||
|
|
||||||
|
(provide ClassCastException guard-convert-ClassCastException convert-assert-ClassCastException wrap-convert-assert-ClassCastException
|
||||||
|
dynamic-ClassCastException/c static-ClassCastException/c)
|
||||||
|
(define ClassCastException
|
||||||
|
(class* RuntimeException ()
|
||||||
|
(super-instantiate ())
|
||||||
|
(define/public (ClassCastException-constructor) (send this RuntimeException-constructor))
|
||||||
|
(define/public (ClassCastException-constructor-java.lang.String s)
|
||||||
|
(send this RuntimeException-constructor-java.lang.String s))
|
||||||
|
(define/public (ClassCastException-constructor-java.lang.string-java.lang.Throwable s cause)
|
||||||
|
(send this RuntimeException-constructor-java.lang.String-java.lang.Throwable s cause))
|
||||||
|
(define/public (ClassCastException-constructor-java.lang.Throwable cause)
|
||||||
|
(send this RuntimeException-constructor-java.lang.Throwable cause))
|
||||||
|
(define/override (my-name) "ClassCastException")))
|
||||||
|
(define (wrap-convert-assert-ClassCastException obj p n s c)
|
||||||
|
(make-object convert-assert-ClassCastException obj p n s c))
|
||||||
|
(define convert-assert-ClassCastException
|
||||||
|
(class convert-assert-RuntimeException
|
||||||
|
(init w p n s c)
|
||||||
|
(super-instantiate (w p n s c))))
|
||||||
|
(define guard-convert-ClassCastException
|
||||||
|
(class guard-convert-RuntimeException
|
||||||
|
(init w p n s c)
|
||||||
|
(super-instantiate (w p n s c))))
|
||||||
|
(define dynamic-ClassCastException/c
|
||||||
|
(c:flat-named-contract "ClassCastException" (lambda (c) (is-a? c convert-assert-ClassCastException))))
|
||||||
|
(define static-ClassCastException/c
|
||||||
|
(c:flat-named-contract "ClassCastException" (lambda (c) (is-a? c guard-convert-ClassCastException))))
|
||||||
|
|
||||||
|
(provide ArithmeticException guard-convert-ArithmeticException convert-assert-ArithmeticException wrap-convert-assert-ArithmeticException
|
||||||
|
dynamic-ArithmeticException/c static-ArithmeticException/c)
|
||||||
|
(define ArithmeticException
|
||||||
|
(class* RuntimeException ()
|
||||||
|
(super-instantiate ())
|
||||||
|
(define/public (ArithmeticException-constructor) (send this RuntimeException-constructor))
|
||||||
|
(define/public (ArithmeticException-constructor-java.lang.String s)
|
||||||
|
(send this RuntimeException-constructor-java.lang.String s))
|
||||||
|
(define/public (ArithmeticException-constructor-java.lang.string-java.lang.Throwable s cause)
|
||||||
|
(send this RuntimeException-constructor-java.lang.String-java.lang.Throwable s cause))
|
||||||
|
(define/public (ArithmeticException-constructor-java.lang.Throwable cause)
|
||||||
|
(send this RuntimeException-constructor-java.lang.Throwable cause))
|
||||||
|
(define/override (my-name) "ArithmeticException")))
|
||||||
|
(define (wrap-convert-assert-ArithmeticException obj p n s c)
|
||||||
|
(make-object convert-assert-ArithmeticException obj p n s c))
|
||||||
|
(define convert-assert-ArithmeticException
|
||||||
|
(class convert-assert-RuntimeException
|
||||||
|
(init w p n s c)
|
||||||
|
(super-instantiate (w p n s c))))
|
||||||
|
(define guard-convert-ArithmeticException
|
||||||
|
(class guard-convert-RuntimeException
|
||||||
|
(init w p n s c)
|
||||||
|
(super-instantiate (w p n s c))))
|
||||||
|
(define dynamic-ArithmeticException/c
|
||||||
|
(c:flat-named-contract "ArithmeticException" (lambda (c) (is-a? c convert-assert-ArithmeticException))))
|
||||||
|
(define static-ArithmeticException/c
|
||||||
|
(c:flat-named-contract "ArithmeticException" (lambda (c) (is-a? c guard-convert-ArithmeticException))))
|
||||||
|
|
||||||
|
(provide NullPointerException guard-convert-NullPointerException convert-assert-NullPointerException wrap-convert-assert-NullPointerException
|
||||||
|
dynamic-NullPointerException/c static-NullPointerException/c)
|
||||||
|
(define NullPointerException
|
||||||
|
(class* RuntimeException ()
|
||||||
|
(super-instantiate ())
|
||||||
|
(define/public (NullPointerException-constructor) (send this RuntimeException-constructor))
|
||||||
|
(define/public (NullPointerException-constructor-java.lang.String s)
|
||||||
|
(send this RuntimeException-constructor-java.lang.String s))
|
||||||
|
(define/public (NullPointerException-constructor-java.lang.string-java.lang.Throwable s cause)
|
||||||
|
(send this RuntimeException-constructor-java.lang.String-java.lang.Throwable s cause))
|
||||||
|
(define/public (NullPointerException-constructor-java.lang.Throwable cause)
|
||||||
|
(send this RuntimeException-constructor-java.lang.Throwable cause))
|
||||||
|
(define/override (my-name) "NullPointerException")))
|
||||||
|
(define (wrap-convert-assert-NullPointerException obj p n s c)
|
||||||
|
(make-object convert-assert-NullPointerException obj p n s c))
|
||||||
|
(define convert-assert-NullPointerException
|
||||||
|
(class convert-assert-RuntimeException
|
||||||
|
(init w p n s c)
|
||||||
|
(super-instantiate (w p n s c))))
|
||||||
|
(define guard-convert-NullPointerException
|
||||||
|
(class guard-convert-RuntimeException
|
||||||
|
(init w p n s c)
|
||||||
|
(super-instantiate (w p n s c))))
|
||||||
|
(define dynamic-NullPointerException/c
|
||||||
|
(c:flat-named-contract "NullPointerException" (lambda (c) (is-a? c convert-assert-NullPointerException))))
|
||||||
|
(define static-NullPointerException/c
|
||||||
|
(c:flat-named-contract "NullPointerException" (lambda (c) (is-a? c guard-convert-NullPointerException))))
|
||||||
|
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|
133
collects/profj/libs/java/lang/RuntimeException.jinfo
Normal file
133
collects/profj/libs/java/lang/RuntimeException.jinfo
Normal file
|
@ -0,0 +1,133 @@
|
||||||
|
(class ("RuntimeException" "java" "lang") (public)
|
||||||
|
#t
|
||||||
|
(("serialVersionUID"
|
||||||
|
(final static private)
|
||||||
|
("RuntimeException" "java" "lang")
|
||||||
|
long))
|
||||||
|
(("RuntimeException"
|
||||||
|
(public)
|
||||||
|
ctor
|
||||||
|
(("Throwable" "java" "lang"))
|
||||||
|
()
|
||||||
|
("RuntimeException" "java" "lang"))
|
||||||
|
("RuntimeException"
|
||||||
|
(public)
|
||||||
|
ctor
|
||||||
|
(("String" "java" "lang") ("Throwable" "java" "lang"))
|
||||||
|
()
|
||||||
|
("RuntimeException" "java" "lang"))
|
||||||
|
("RuntimeException"
|
||||||
|
(public)
|
||||||
|
ctor
|
||||||
|
(("String" "java" "lang"))
|
||||||
|
()
|
||||||
|
("RuntimeException" "java" "lang"))
|
||||||
|
("RuntimeException" (public) ctor () () ("RuntimeException" "java" "lang"))
|
||||||
|
("fillInStackTrace"
|
||||||
|
(public)
|
||||||
|
("Throwable" "java" "lang")
|
||||||
|
()
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("initCause"
|
||||||
|
(public)
|
||||||
|
("Throwable" "java" "lang")
|
||||||
|
(("Throwable" "java" "lang"))
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("getCause"
|
||||||
|
(public)
|
||||||
|
("Throwable" "java" "lang")
|
||||||
|
()
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("getLocalizedMessage"
|
||||||
|
(public)
|
||||||
|
("String" "java" "lang")
|
||||||
|
()
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("getMessage"
|
||||||
|
(public)
|
||||||
|
("String" "java" "lang")
|
||||||
|
()
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("getStackTrace"
|
||||||
|
(public)
|
||||||
|
(1 ("StackTraceElement" "java" "lang"))
|
||||||
|
()
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("printStackTrace" (public) void () () ("Throwable" "java" "lang"))
|
||||||
|
("printStackTrace"
|
||||||
|
(public)
|
||||||
|
void
|
||||||
|
(("PrintStream" "java" "io"))
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("printStackTrace"
|
||||||
|
(public)
|
||||||
|
void
|
||||||
|
(("PrintWriter" "java" "io"))
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("setStackTrace"
|
||||||
|
(public)
|
||||||
|
void
|
||||||
|
((1 ("StackTraceElement" "java" "lang")))
|
||||||
|
()
|
||||||
|
("Throwable" "java" "lang"))
|
||||||
|
("clone"
|
||||||
|
(protected)
|
||||||
|
("Object" "java" "lang")
|
||||||
|
()
|
||||||
|
(("CloneNotSupportedException" "java" "lang"))
|
||||||
|
("Object" "java" "lang"))
|
||||||
|
("equals"
|
||||||
|
(public)
|
||||||
|
boolean
|
||||||
|
(("Object" "java" "lang"))
|
||||||
|
()
|
||||||
|
("Object" "java" "lang"))
|
||||||
|
("finalize" (protected) void () () ("Object" "java" "lang"))
|
||||||
|
("getClass"
|
||||||
|
(public final)
|
||||||
|
("Class" "java" "lang")
|
||||||
|
()
|
||||||
|
()
|
||||||
|
("Object" "java" "lang"))
|
||||||
|
("hashCode" (public) int () () ("Object" "java" "lang"))
|
||||||
|
("notify" (public final) void () () ("Object" "java" "lang"))
|
||||||
|
("notifyAll" (public final) void () () ("Object" "java" "lang"))
|
||||||
|
("toString"
|
||||||
|
(public)
|
||||||
|
("String" "java" "lang")
|
||||||
|
()
|
||||||
|
()
|
||||||
|
("Object" "java" "lang"))
|
||||||
|
("wait"
|
||||||
|
(public final)
|
||||||
|
void
|
||||||
|
()
|
||||||
|
(("InterruptedException" "java" "lang"))
|
||||||
|
("Object" "java" "lang"))
|
||||||
|
("wait"
|
||||||
|
(public final)
|
||||||
|
void
|
||||||
|
(long)
|
||||||
|
(("InterruptedException" "java" "lang"))
|
||||||
|
("Object" "java" "lang"))
|
||||||
|
("wait"
|
||||||
|
(public final)
|
||||||
|
void
|
||||||
|
(long int)
|
||||||
|
(("InterruptedException" "java" "lang"))
|
||||||
|
("Object" "java" "lang")))
|
||||||
|
()
|
||||||
|
(("Exception" "java" "lang")
|
||||||
|
("Throwable" "java" "lang")
|
||||||
|
("Object" "java" "lang"))
|
||||||
|
(("Serializable" "java" "io"))
|
||||||
|
"version4"
|
||||||
|
"3.99.0.25")
|
|
@ -1,9 +0,0 @@
|
||||||
(module SecurityException mzscheme
|
|
||||||
(require "Object-composite.ss")
|
|
||||||
(provide
|
|
||||||
SecurityException
|
|
||||||
guard-convert-SecurityException
|
|
||||||
convert-assert-SecurityException
|
|
||||||
wrap-convert-assert-SecurityException
|
|
||||||
dynamic-SecurityException/c
|
|
||||||
static-SecurityException/c))
|
|
|
@ -1,9 +0,0 @@
|
||||||
(module StringIndexOutOfBoundsException mzscheme
|
|
||||||
(require "Object-composite.ss")
|
|
||||||
(provide
|
|
||||||
StringIndexOutOfBoundsException
|
|
||||||
guard-convert-StringIndexOutOfBoundsException
|
|
||||||
convert-assert-StringIndexOutOfBoundsException
|
|
||||||
wrap-convert-assert-StringIndexOutOfBoundsException
|
|
||||||
dynamic-StringIndexOutOfBoundsException/c
|
|
||||||
static-StringIndexOutOfBoundsException/c))
|
|
|
@ -1,9 +0,0 @@
|
||||||
(module UnsupportedOperationException mzscheme
|
|
||||||
(require "Object-composite.ss")
|
|
||||||
(provide
|
|
||||||
UnsupportedOperationException
|
|
||||||
guard-convert-UnsupportedOperationException
|
|
||||||
convert-assert-UnsupportedOperationException
|
|
||||||
wrap-convert-assert-UnsupportedOperationException
|
|
||||||
dynamic-UnsupportedOperationException/c
|
|
||||||
static-UnsupportedOperationException/c))
|
|
|
@ -1,6 +1,5 @@
|
||||||
#cs
|
|
||||||
(module compile-lang mzscheme
|
(module compile-lang mzscheme
|
||||||
(require (lib "compile.ss" "profj")
|
(require profj/compile
|
||||||
mzlib/list
|
mzlib/list
|
||||||
mzlib/file
|
mzlib/file
|
||||||
mzlib/pretty)
|
mzlib/pretty)
|
||||||
|
@ -99,6 +98,7 @@
|
||||||
#f))
|
#f))
|
||||||
names (map get-provides bodies))))
|
names (map get-provides bodies))))
|
||||||
|
|
||||||
|
(define foo #t)
|
||||||
(define (compile-exceptions so)
|
(define (compile-exceptions so)
|
||||||
(set-syntax-location so)
|
(set-syntax-location so)
|
||||||
(let* ((files (filter (lambda (f) (regexp-match "Exception[.]java$" (path->string f)))
|
(let* ((files (filter (lambda (f) (regexp-match "Exception[.]java$" (path->string f)))
|
||||||
|
|
|
@ -16,20 +16,33 @@
|
||||||
(build-path java.lang file)
|
(build-path java.lang file)
|
||||||
#f
|
#f
|
||||||
#f)))])
|
#f)))])
|
||||||
|
;Exceptions
|
||||||
|
(javac "ClassNotFoundException.java")
|
||||||
|
(javac "CloneNotSupportedException.java")
|
||||||
|
(javac "IllegalAccessException.java")
|
||||||
|
(javac "IllegalArgumentException.java")
|
||||||
|
(javac "IllegalMonitorStateException.java")
|
||||||
|
(javac "IllegalStateException.java")
|
||||||
|
(javac "IllegalThreadStateException.java")
|
||||||
|
(javac "InstantiationException.java")
|
||||||
|
(javac "InterruptedException.java")
|
||||||
|
(javac "NoSuchFieldException.java")
|
||||||
|
(javac "NoSuchMethodException.java")
|
||||||
|
(javac "NumberFormatException.java")
|
||||||
|
(javac "SecurityException.java")
|
||||||
|
(javac "StringIndexOutOfBoundsException.java")
|
||||||
|
(javac "UnsupportedOperationException.java")
|
||||||
|
|
||||||
|
;Misc
|
||||||
(javac "Util.djava")
|
(javac "Util.djava")
|
||||||
;(printf "util~n")
|
|
||||||
(javac "Math.java")
|
(javac "Math.java")
|
||||||
;(printf "math~n")
|
|
||||||
(javac "System.java")
|
(javac "System.java")
|
||||||
;(printf "sys~n")
|
|
||||||
|
;Wrappers
|
||||||
(javac "Number.java")
|
(javac "Number.java")
|
||||||
;(printf "num~n")
|
|
||||||
(javac "Boolean.java")
|
(javac "Boolean.java")
|
||||||
;(printf "boolean ~n")
|
|
||||||
(javac "Character.djava")
|
(javac "Character.djava")
|
||||||
;(printf "character ~n")
|
|
||||||
(javac "Integer.java")
|
(javac "Integer.java")
|
||||||
;(printf "integer~n")
|
|
||||||
(javac "Short.java")
|
(javac "Short.java")
|
||||||
(javac "Byte.java")
|
(javac "Byte.java")
|
||||||
(javac "Long.java")
|
(javac "Long.java")
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
(module pre-installer mzscheme
|
(module pre-installer scheme/base
|
||||||
|
|
||||||
;copy-jinfos path (list string) -> void
|
;copy-jinfos path (list string) -> void
|
||||||
;Copies the given jinfos into the compiled directory of the given library
|
;Copies the given jinfos into the compiled directory of the given library
|
||||||
|
@ -23,8 +23,13 @@
|
||||||
(file-or-directory-modify-seconds file-b)))
|
(file-or-directory-modify-seconds file-b)))
|
||||||
|
|
||||||
(define (pre-installer plthome)
|
(define (pre-installer plthome)
|
||||||
(copy-jinfos (collection-path "profj" "libs" "java" "lang") '("Object.jinfo" "String.jinfo" "Throwable.jinfo"
|
(copy-jinfos (collection-path "profj" "libs" "java" "lang")
|
||||||
"Comparable.jinfo"))
|
'("Object.jinfo" "String.jinfo" "Throwable.jinfo" "Comparable.jinfo"
|
||||||
|
"Exception.jinfo" "RuntimeException.jinfo"
|
||||||
|
"IndexOutOfBoundsException.jinfo" "ArrayStoreException.jinfo" "NullPointerException.jinfo"
|
||||||
|
"ArithmeticException.jinfo" "ClassCastException.jinfo" "NegativeArraySizeException.jinfo"
|
||||||
|
"ArrayIndexOutOfBoundsException.jinfo"
|
||||||
|
))
|
||||||
(copy-jinfos (collection-path "profj" "libs" "java" "io") '("Serializable.jinfo")))
|
(copy-jinfos (collection-path "profj" "libs" "java" "io") '("Serializable.jinfo")))
|
||||||
(provide pre-installer)
|
(provide pre-installer)
|
||||||
)
|
)
|
||||||
|
|
|
@ -391,7 +391,8 @@
|
||||||
(values (if (> (length translated-defs) 1)
|
(values (if (> (length translated-defs) 1)
|
||||||
(cons (make-syntax #f `(module ,(module-name) mzscheme
|
(cons (make-syntax #f `(module ,(module-name) mzscheme
|
||||||
(require mzlib/class
|
(require mzlib/class
|
||||||
(prefix javaRuntime: (lib "runtime.scm" "profj" "libs" "java"))
|
(prefix javaRuntime: profj/libs/java/runtime)
|
||||||
|
#;(prefix javaRuntime: (lib "runtime.scm" "profj" "libs" "java"))
|
||||||
(prefix c: mzlib/contract)
|
(prefix c: mzlib/contract)
|
||||||
,@(remove-dup-syntax (translate-require reqs type-recs)))
|
,@(remove-dup-syntax (translate-require reqs type-recs)))
|
||||||
,@(map car translated-defs))
|
,@(map car translated-defs))
|
||||||
|
@ -403,7 +404,8 @@
|
||||||
""))
|
""))
|
||||||
mzscheme
|
mzscheme
|
||||||
(require mzlib/class
|
(require mzlib/class
|
||||||
(prefix javaRuntime: (lib "runtime.scm" "profj" "libs" "java"))
|
(prefix javaRuntime: profj/libs/java/runtime)
|
||||||
|
#;(prefix javaRuntime: (lib "runtime.scm" "profj" "libs" "java"))
|
||||||
(prefix c: mzlib/contract)
|
(prefix c: mzlib/contract)
|
||||||
,@(remove-dup-syntax
|
,@(remove-dup-syntax
|
||||||
(translate-require (map (lambda (r) (list (def-file (car defs)) r))
|
(translate-require (map (lambda (r) (list (def-file (car defs)) r))
|
||||||
|
|
|
@ -882,7 +882,9 @@
|
||||||
[(coverage?) java-examples-coverage-graphics%]
|
[(coverage?) java-examples-coverage-graphics%]
|
||||||
[(testcase-ext?) java-test-graphics%]
|
[(testcase-ext?) java-test-graphics%]
|
||||||
[else java-examples-graphics%]))
|
[else java-examples-graphics%]))
|
||||||
|
#;(printf "About to run tests~n")
|
||||||
(send test-engine-obj run)
|
(send test-engine-obj run)
|
||||||
|
#;(printf "Test methods run~n")
|
||||||
(send test-engine-obj setup-display (drscheme:rep:current-rep) e)
|
(send test-engine-obj setup-display (drscheme:rep:current-rep) e)
|
||||||
(send test-engine-obj summarize-results (current-output-port))
|
(send test-engine-obj summarize-results (current-output-port))
|
||||||
(let ([test-objs (send test-engine-obj test-objects)])
|
(let ([test-objs (send test-engine-obj test-objects)])
|
||||||
|
@ -910,6 +912,8 @@
|
||||||
(syntax (require (quote name))))))
|
(syntax (require (quote name))))))
|
||||||
(loop mods extras #f))
|
(loop mods extras #f))
|
||||||
(else
|
(else
|
||||||
|
#;(printf "~a~n" (syntax->datum (car mods)))
|
||||||
|
(collect-garbage)
|
||||||
(let-values (((name syn) (get-module-name (expand (car mods)))))
|
(let-values (((name syn) (get-module-name (expand (car mods)))))
|
||||||
(set! name-to-require name)
|
(set! name-to-require name)
|
||||||
(syntax-as-top #;(eval (annotate-top (compile syn)))
|
(syntax-as-top #;(eval (annotate-top (compile syn)))
|
||||||
|
@ -931,7 +935,7 @@
|
||||||
(namespace-require string-path)
|
(namespace-require string-path)
|
||||||
(namespace-require class-path)
|
(namespace-require class-path)
|
||||||
(namespace-require mred-path)
|
(namespace-require mred-path)
|
||||||
(namespace-require '(prefix javaRuntime: (lib "runtime.scm" "profj" "libs" "java")))
|
(namespace-require '(prefix javaRuntime: profj/libs/java/runtime))
|
||||||
(namespace-require '(prefix c: mzlib/contract))
|
(namespace-require '(prefix c: mzlib/contract))
|
||||||
))))))
|
))))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user