1 Clazz.declarePackage ("MCview");
2 c$ = Clazz.decorateAsClass (function () {
6 Clazz.instantialize (this, arguments);
8 Clazz.makeConstructor (c$,
9 function (resAtoms, number, count) {
10 this.atoms = resAtoms;
13 }, "java.util.Vector,~N,~N");
14 Clazz.defineMethod (c$, "findAtom",
16 for (var atom, $atom = this.atoms.iterator (); $atom.hasNext () && ((atom = $atom.next ()) || true);) {
17 if (atom.name.equals (name)) {