JavaMethodref.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

JavaRef subclass:#JavaMethodref
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'Java-Reader-Support'
!


!JavaMethodref class methodsFor:'documentation'!

version
    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaMethodref.st,v 1.4 1996/04/17 20:57:59 cg Exp $'
! !