JavaMethodref.st
author cg
Mon, 15 Apr 1996 15:08:12 +0000
changeset 1 083530508d9c
child 4 07264ed96b97
permissions -rw-r--r--
intitial checkin

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


!JavaMethodref class methodsFor:'documentation'!

version
    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaMethodref.st,v 1.1 1996/04/15 14:57:37 cg Exp $'
! !