JavaFieldref.st
changeset 1 083530508d9c
child 4 07264ed96b97
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/JavaFieldref.st	Mon Apr 15 15:08:12 1996 +0000
@@ -0,0 +1,13 @@
+JavaRef subclass:#JavaFieldref
+	instanceVariableNames:''
+	classVariableNames:''
+	poolDictionaries:''
+	category:'Java-Classes'
+!
+
+
+!JavaFieldref class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaFieldref.st,v 1.1 1996/04/15 14:57:10 cg Exp $'
+! !