12 lines
510 B
Scheme
12 lines
510 B
Scheme
(module NegativeArraySizeException mzscheme
|
|
(require "Object-composite.ss")
|
|
(provide
|
|
NegativeArraySizeException
|
|
guard-convert-NegativeArraySizeException
|
|
convert-assert-NegativeArraySizeException
|
|
wrap-convert-assert-NegativeArraySizeException
|
|
dynamic-NegativeArraySizeException/c
|
|
static-NegativeArraySizeException/c
|
|
NegativeArraySizeException-NegativeArraySizeException-constructor~generic
|
|
NegativeArraySizeException-NegativeArraySizeException-constructor-java.lang.String~generic))
|