JavaUnresolvedStringConstant.st
branchdevelopment
changeset 2711 a00302fe5083
parent 2429 ebece4dcaab9
child 2731 13f5be2bf83b
equal deleted inserted replaced
2710:78c4f4a03914 2711:a00302fe5083
    51      as of 1.9.2010
    51      as of 1.9.2010
    52 
    52 
    53 "
    53 "
    54 ! !
    54 ! !
    55 
    55 
    56 
       
    57 !JavaUnresolvedStringConstant class methodsFor:'instance creation'!
    56 !JavaUnresolvedStringConstant class methodsFor:'instance creation'!
    58 
    57 
    59 pool:aPool poolIndex:index stringIndex:stringIndex
    58 pool:aPool poolIndex:index stringIndex:stringIndex
    60     ^ self new 
    59     ^ self new 
    61         pool:aPool poolIndex:index stringIndex:stringIndex
    60         pool:aPool poolIndex:index stringIndex:stringIndex
    62 
    61 
    63 
    62 
    64 ! !
    63 ! !
    65 
    64 
    66 
       
    67 !JavaUnresolvedStringConstant methodsFor:'accessing'!
    65 !JavaUnresolvedStringConstant methodsFor:'accessing'!
    68 
    66 
    69 pool:aPool poolIndex:i stringIndex:string_index
    67 pool:aPool poolIndex:i stringIndex:string_index
    70     constantPool := aPool.
    68     constantPool := aPool.
    71     constantPoolIndex := i.
    69     constantPoolIndex := i.
    72     stringIndex := string_index.
    70     stringIndex := string_index.
    73 
    71 
    74 ! !
    72 ! !
    75 
       
    76 
    73 
    77 !JavaUnresolvedStringConstant methodsFor:'resolving'!
    74 !JavaUnresolvedStringConstant methodsFor:'resolving'!
    78 
    75 
    79 preResolve
    76 preResolve
    80     |jString chars|
    77     |jString chars|
    99 
    96 
   100     "Modified: / 07-08-1997 / 21:17:23 / cg"
    97     "Modified: / 07-08-1997 / 21:17:23 / cg"
   101     "Modified: / 10-08-2011 / 23:28:38 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    98     "Modified: / 10-08-2011 / 23:28:38 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   102 ! !
    99 ! !
   103 
   100 
   104 
       
   105 !JavaUnresolvedStringConstant class methodsFor:'documentation'!
   101 !JavaUnresolvedStringConstant class methodsFor:'documentation'!
   106 
   102 
   107 version
   103 version
   108     ^ '$Header: /cvs/stx/stx/libjava/JavaUnresolvedStringConstant.st,v 1.12 2013-02-25 11:15:31 vrany Exp $'
   104     ^ '$Header: /cvs/stx/stx/libjava/JavaUnresolvedStringConstant.st,v 1.12 2013-02-25 11:15:31 vrany Exp $'
   109 !
   105 !
   110 
   106 
   111 version_CVS
   107 version_CVS
   112     ^ '$Header: /cvs/stx/stx/libjava/JavaUnresolvedStringConstant.st,v 1.12 2013-02-25 11:15:31 vrany Exp $'
   108     ^ '$Header$'
   113 !
   109 !
   114 
   110 
   115 version_HG
   111 version_HG
   116 
   112 
   117     ^ '$Changeset: <not expanded> $'
   113     ^ '$Changeset: <not expanded> $'