JavaUnresolvedConstant.st
changeset 168 90e39cb3fa04
parent 135 098936234135
child 206 2200b9091b9e
--- a/JavaUnresolvedConstant.st	Wed Mar 26 17:25:36 1997 +0000
+++ b/JavaUnresolvedConstant.st	Mon Apr 07 17:28:23 1997 +0000
@@ -86,6 +86,12 @@
     "Created: 15.4.1996 / 15:59:45 / cg"
 !
 
+constantPool:aPool
+    constantPool := aPool
+
+    "Created: 7.4.1997 / 16:13:02 / cg"
+!
+
 constantPoolIndex
     ^ constantPoolIndex
 
@@ -159,5 +165,5 @@
 !JavaUnresolvedConstant class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaUnresolvedConstant.st,v 1.5 1997/02/07 20:36:09 cg Exp $'
+    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaUnresolvedConstant.st,v 1.6 1997/04/07 17:26:33 cg Exp $'
 ! !