src/JavaRef2.st
branchjk_new_structure
changeset 1728 0d275432230d
parent 1711 38b4f702653e
child 1733 f344613d4283
equal deleted inserted replaced
1727:c23e0b74bc1c 1728:0d275432230d
   232 
   232 
   233     "Created: / 08-04-2011 / 15:59:57 / Marcel Hlopko <hlopkmar@fel.cvut.cz>"
   233     "Created: / 08-04-2011 / 15:59:57 / Marcel Hlopko <hlopkmar@fel.cvut.cz>"
   234     "Modified (comment): / 21-02-2012 / 10:20:46 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   234     "Modified (comment): / 21-02-2012 / 10:20:46 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   235 !
   235 !
   236 
   236 
       
   237 preResolve
       
   238     "Pre-resolve some caches. Called when the constant pool
       
   239      is loaded. MUST NOT load new nor modify any existing class!!!!!!
       
   240      Ask JV for what this is needed"
       
   241 
       
   242     "Nothing by default"
       
   243 
       
   244     "Created: / 15-10-2012 / 23:13:53 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
   245 !
       
   246 
       
   247 preresolve
       
   248     "Pre-resolve some caches. Called when the constant pool
       
   249      is loaded. MUST NOT load new nor modify any existing class!!!!!!
       
   250      Ask JV for what this is needed"
       
   251 
       
   252     "Nothing by default"
       
   253 
       
   254     "Created: / 15-10-2012 / 23:08:30 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
   255 !
       
   256 
   237 resolve
   257 resolve
   238     "
   258     "
   239      Do it all method - resolves current reference and returns expected element (JavaMethod, JavaField etc.)
   259      Do it all method - resolves current reference and returns expected element (JavaMethod, JavaField etc.)
   240      Hides implementation details of the way of dealing with invalidation etc. User should not need to call anything
   260      Hides implementation details of the way of dealing with invalidation etc. User should not need to call anything
   241      else."
   261      else."