Assertions in Java

From: tp (thinusp_at_gmail.com)
Date: 09/27/04


Date: 27 Sep 2004 03:26:12 -0700

Hi there

I need to write a program that looks approximately like this:

main() {

objects;

m();

}

m() {

check an assertion about all objects

}

I need some help with this. Is there a way to list all the objects
used in your program (modifying the objects are allowed).

Any ideas?

Thanx
Thinus