JavaAnnotationNestedAnnotationValue.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 !JavaAnnotationNestedAnnotationValue methodsFor:'accessing'!
    56 !JavaAnnotationNestedAnnotationValue methodsFor:'accessing'!
    58 
    57 
    59 nestedAnnotation
    58 nestedAnnotation
    60     ^ nestedAnnotation
    59     ^ nestedAnnotation
    61 
    60 
    74     ^ self constantPool at: nestedAnnotation.
    73     ^ self constantPool at: nestedAnnotation.
    75 
    74 
    76     "Modified: / 17-12-2010 / 14:44:38 / Marcel Hlopko <hlopik@gmail.com>"
    75     "Modified: / 17-12-2010 / 14:44:38 / Marcel Hlopko <hlopik@gmail.com>"
    77 ! !
    76 ! !
    78 
    77 
    79 
       
    80 !JavaAnnotationNestedAnnotationValue class methodsFor:'documentation'!
    78 !JavaAnnotationNestedAnnotationValue class methodsFor:'documentation'!
    81 
    79 
    82 version_CVS
    80 version_CVS
    83     ^ '$Header: /cvs/stx/stx/libjava/JavaAnnotationNestedAnnotationValue.st,v 1.5 2013-02-25 11:15:31 vrany Exp $'
    81     ^ '$Header$'
    84 !
    82 !
    85 
    83 
    86 version_HG
    84 version_HG
    87 
    85 
    88     ^ '$Changeset: <not expanded> $'
    86     ^ '$Changeset: <not expanded> $'