12 lines
455 B
Scheme
12 lines
455 B
Scheme
(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
|
|
NoSuchMethodException-NoSuchMethodException-constructor~generic
|
|
NoSuchMethodException-NoSuchMethodException-constructor-java.lang.String~generic))
|