JavaInterfaceMethodref.st
author cg
Fri, 28 Jun 1996 21:39:53 +0000
changeset 90 918e2740098c
parent 44 331e16746ad6
child 135 098936234135
permissions -rw-r--r--
resolve rewritten

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


!JavaInterfaceMethodref  class methodsFor:'documentation'!

version
    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaInterfaceMethodref.st,v 1.3 1996/06/28 21:38:10 cg Exp $'
! !