JavaUnresolvedConstant.st
changeset 168 90e39cb3fa04
parent 135 098936234135
child 206 2200b9091b9e
equal deleted inserted replaced
167:77dcbc4b2201 168:90e39cb3fa04
    84     ^ constantPool
    84     ^ constantPool
    85 
    85 
    86     "Created: 15.4.1996 / 15:59:45 / cg"
    86     "Created: 15.4.1996 / 15:59:45 / cg"
    87 !
    87 !
    88 
    88 
       
    89 constantPool:aPool
       
    90     constantPool := aPool
       
    91 
       
    92     "Created: 7.4.1997 / 16:13:02 / cg"
       
    93 !
       
    94 
    89 constantPoolIndex
    95 constantPoolIndex
    90     ^ constantPoolIndex
    96     ^ constantPoolIndex
    91 
    97 
    92     "Created: 15.4.1996 / 15:59:45 / cg"
    98     "Created: 15.4.1996 / 15:59:45 / cg"
    93 !
    99 !
   157 ! !
   163 ! !
   158 
   164 
   159 !JavaUnresolvedConstant class methodsFor:'documentation'!
   165 !JavaUnresolvedConstant class methodsFor:'documentation'!
   160 
   166 
   161 version
   167 version
   162     ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaUnresolvedConstant.st,v 1.5 1997/02/07 20:36:09 cg Exp $'
   168     ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaUnresolvedConstant.st,v 1.6 1997/04/07 17:26:33 cg Exp $'
   163 ! !
   169 ! !