JavaUnresolvedInterfaceMethodrefConstant.st
author cg
Fri, 07 Feb 1997 20:37:59 +0000
changeset 135 098936234135
parent 90 918e2740098c
child 454 38f590639d65
permissions -rw-r--r--
*** empty log message ***

JavaUnresolvedMethodrefConstant subclass:#JavaUnresolvedInterfaceMethodrefConstant
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'Java-Reader-Support'
!


!JavaUnresolvedInterfaceMethodrefConstant class methodsFor:'documentation'!

version
    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaUnresolvedInterfaceMethodrefConstant.st,v 1.3 1997/02/07 20:36:19 cg Exp $'
! !