JavaFieldref.st
author cg
Wed, 17 Apr 1996 20:57:59 +0000
changeset 13 7075280c0cee
parent 7 de8ce26e1f2c
child 27 4560bb77bb36
permissions -rw-r--r--
checkin from browser
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
083530508d9c intitial checkin
cg
parents:
diff changeset
     1
JavaRef subclass:#JavaFieldref
083530508d9c intitial checkin
cg
parents:
diff changeset
     2
	instanceVariableNames:''
083530508d9c intitial checkin
cg
parents:
diff changeset
     3
	classVariableNames:''
083530508d9c intitial checkin
cg
parents:
diff changeset
     4
	poolDictionaries:''
4
07264ed96b97 checkin from browser
cg
parents: 1
diff changeset
     5
	category:'Java-Reader-Support'
1
083530508d9c intitial checkin
cg
parents:
diff changeset
     6
!
083530508d9c intitial checkin
cg
parents:
diff changeset
     7
083530508d9c intitial checkin
cg
parents:
diff changeset
     8
083530508d9c intitial checkin
cg
parents:
diff changeset
     9
!JavaFieldref class methodsFor:'documentation'!
083530508d9c intitial checkin
cg
parents:
diff changeset
    10
083530508d9c intitial checkin
cg
parents:
diff changeset
    11
version
13
7075280c0cee checkin from browser
cg
parents: 7
diff changeset
    12
    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaFieldref.st,v 1.4 1996/04/17 20:57:17 cg Exp $'
1
083530508d9c intitial checkin
cg
parents:
diff changeset
    13
! !