JavaMethodref.st
author cg
Mon, 15 Apr 1996 15:08:12 +0000
changeset 1 083530508d9c
child 4 07264ed96b97
permissions -rw-r--r--
intitial checkin
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
083530508d9c intitial checkin
cg
parents:
diff changeset
     1
JavaRef subclass:#JavaMethodref
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:''
083530508d9c intitial checkin
cg
parents:
diff changeset
     5
	category:'Java-Classes'
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
!JavaMethodref class methodsFor:'documentation'!
083530508d9c intitial checkin
cg
parents:
diff changeset
    10
083530508d9c intitial checkin
cg
parents:
diff changeset
    11
version
083530508d9c intitial checkin
cg
parents:
diff changeset
    12
    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaMethodref.st,v 1.1 1996/04/15 14:57:37 cg Exp $'
083530508d9c intitial checkin
cg
parents:
diff changeset
    13
! !