JavaUnresolvedConstant.st
changeset 628 c72908723a98
parent 454 38f590639d65
child 713 75e92ac63bf1
equal deleted inserted replaced
627:3ef2f691563f 628:c72908723a98
   179 
   179 
   180 ! !
   180 ! !
   181 
   181 
   182 !JavaUnresolvedConstant methodsFor:'queries'!
   182 !JavaUnresolvedConstant methodsFor:'queries'!
   183 
   183 
       
   184 isJavaMethodRef
       
   185     ^ false
       
   186 
       
   187     "Created: / 14.11.1999 / 15:51:33 / cg"
       
   188 !
       
   189 
   184 isUnresolved
   190 isUnresolved
   185     ^ true
   191     ^ true
   186 !
   192 !
   187 
   193 
   188 isUnresolvedClass
   194 isUnresolvedClass
   236 ! !
   242 ! !
   237 
   243 
   238 !JavaUnresolvedConstant class methodsFor:'documentation'!
   244 !JavaUnresolvedConstant class methodsFor:'documentation'!
   239 
   245 
   240 version
   246 version
   241     ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaUnresolvedConstant.st,v 1.10 1998/11/16 15:16:44 cg Exp $'
   247     ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaUnresolvedConstant.st,v 1.11 1999/11/14 14:54:41 cg Exp $'
   242 ! !
   248 ! !