src/JavaBehavior.st
branchjk_new_structure
changeset 808 6116e95d8d4b
parent 752 ff7bc6428c9c
child 877 f5a5b93e1c78
equal deleted inserted replaced
807:b9dde0678965 808:6116e95d8d4b
   185     accessFlags := flags.
   185     accessFlags := flags.
   186 
   186 
   187     "Created: 15.4.1996 / 16:42:52 / cg"
   187     "Created: 15.4.1996 / 16:42:52 / cg"
   188 !
   188 !
   189 
   189 
   190 setConstantPool:anArray
   190 setConstantPool: aJavaConstantPool
   191     constantPool := anArray.
   191     constantPool := aJavaConstantPool.
   192 
   192     constantPool ifNotNil:[constantPool owner: self].
   193     "Created: 15.4.1996 / 16:42:52 / cg"
   193 
       
   194     "Created: / 15-04-1996 / 16:42:52 / cg"
       
   195     "Modified: / 22-05-2011 / 13:16:21 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   194 !
   196 !
   195 
   197 
   196 setInterfaces:i
   198 setInterfaces:i
   197     i size > 0 ifTrue:[
   199     i size > 0 ifTrue:[
   198 	interfaces := i
   200 	interfaces := i