You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/Famix-Java-Entities/FamixJavaAnnotationInstance.class.st
+3-3
Original file line number
Diff line number
Diff line change
@@ -11,16 +11,16 @@
11
11
| Relation | Origin | Opposite | Type | Comment |
12
12
|---|
13
13
| `annotatedEntity` | `FamixTAnnotationInstance` | `annotationInstances` | `FamixTWithAnnotationInstances` | The NamedEntity on which the annotation occurs.|
14
-
| `annotationType` | `FamixTTypedAnnotationInstance` | `instances` | `FamixTAnnotationType` | Refers to the type of an annotation. (In some languages, Java and C#, an annotation as an explicit type). |
14
+
| `annotationType` | `FamixTAnnotationInstance` | `instances` | `FamixTAnnotationType` | Refers to the type of an annotation. (In some languages, Java and C#, an annotation as an explicit type). |
Copy file name to clipboardexpand all lines: src/Famix-Java-Entities/FamixJavaAnnotationInstanceAttribute.class.st
+3-3
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
### Other
11
11
| Relation | Origin | Opposite | Type | Comment |
12
12
|---|
13
-
| `annotationTypeAttribute` | `FamixTTypedAnnotationInstanceAttribute` | `annotationAttributeInstances` | `FamixTAnnotationTypeAttribute` | This corresponds to the type of the attribute in an AnnotationInstance|
13
+
| `annotationTypeAttribute` | `FamixTAnnotationInstanceAttribute` | `annotationAttributeInstances` | `FamixTAnnotationTypeAttribute` | This corresponds to the type of the attribute in an AnnotationInstance|
Copy file name to clipboardexpand all lines: src/Famix-Java-Entities/FamixJavaAnnotationTypeAttribute.class.st
+3-4
Original file line number
Diff line number
Diff line change
@@ -20,8 +20,7 @@
20
20
### Other
21
21
| Relation | Origin | Opposite | Type | Comment |
22
22
|---|
23
-
| `annotationAttributeInstances` | `FamixTAnnotationTypeAttribute` | `annotationTypeAttribute` | `FamixTTypedAnnotationInstanceAttribute` | A collection of AnnotationInstanceAttribute which hold the usages of this attribute in actual AnnotationInstances|
24
-
| `annotationTypeAttribute` | `FamixTTypedAnnotationInstanceAttribute` | `annotationAttributeInstances` | `FamixTAnnotationTypeAttribute` | This corresponds to the type of the attribute in an AnnotationInstance|
23
+
| `annotationAttributeInstances` | `FamixTAnnotationTypeAttribute` | `annotationTypeAttribute` | `FamixTAnnotationInstanceAttribute` | A collection of AnnotationInstanceAttribute which hold the usages of this attribute in actual AnnotationInstances|
25
24
| `declaredType` | `FamixTTypedEntity` | `typedEntities` | `FamixTType` | Type of the entity, if any|
26
25
| `sourceAnchor` | `FamixTSourceEntity` | `element` | `FamixTSourceAnchor` | SourceAnchor entity linking to the original source code for this entity|
Copy file name to clipboardexpand all lines: src/Famix-PharoSmalltalk-Entities/FamixStAnnotationInstance.class.st
+3-3
Original file line number
Diff line number
Diff line change
@@ -11,16 +11,16 @@
11
11
| Relation | Origin | Opposite | Type | Comment |
12
12
|---|
13
13
| `annotatedEntity` | `FamixTAnnotationInstance` | `annotationInstances` | `FamixTWithAnnotationInstances` | The NamedEntity on which the annotation occurs.|
14
-
| `annotationType` | `FamixTTypedAnnotationInstance` | `instances` | `FamixTAnnotationType` | Refers to the type of an annotation. (In some languages, Java and C#, an annotation as an explicit type). |
14
+
| `annotationType` | `FamixTAnnotationInstance` | `instances` | `FamixTAnnotationType` | Refers to the type of an annotation. (In some languages, Java and C#, an annotation as an explicit type). |
Copy file name to clipboardexpand all lines: src/Famix-PharoSmalltalk-Entities/FamixStAnnotationInstanceAttribute.class.st
+3-3
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
### Other
11
11
| Relation | Origin | Opposite | Type | Comment |
12
12
|---|
13
-
| `annotationTypeAttribute` | `FamixTTypedAnnotationInstanceAttribute` | `annotationAttributeInstances` | `FamixTAnnotationTypeAttribute` | This corresponds to the type of the attribute in an AnnotationInstance|
13
+
| `annotationTypeAttribute` | `FamixTAnnotationInstanceAttribute` | `annotationAttributeInstances` | `FamixTAnnotationTypeAttribute` | This corresponds to the type of the attribute in an AnnotationInstance|
Copy file name to clipboardexpand all lines: src/Famix-PharoSmalltalk-Entities/FamixStAnnotationTypeAttribute.class.st
+3-4
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,7 @@
15
15
### Other
16
16
| Relation | Origin | Opposite | Type | Comment |
17
17
|---|
18
-
| `annotationAttributeInstances` | `FamixTAnnotationTypeAttribute` | `annotationTypeAttribute` | `FamixTTypedAnnotationInstanceAttribute` | A collection of AnnotationInstanceAttribute which hold the usages of this attribute in actual AnnotationInstances|
19
-
| `annotationTypeAttribute` | `FamixTTypedAnnotationInstanceAttribute` | `annotationAttributeInstances` | `FamixTAnnotationTypeAttribute` | This corresponds to the type of the attribute in an AnnotationInstance|
18
+
| `annotationAttributeInstances` | `FamixTAnnotationTypeAttribute` | `annotationTypeAttribute` | `FamixTAnnotationInstanceAttribute` | A collection of AnnotationInstanceAttribute which hold the usages of this attribute in actual AnnotationInstances|
20
19
| `declaredType` | `FamixTTypedEntity` | `typedEntities` | `FamixTType` | Type of the entity, if any|
21
20
| `sourceAnchor` | `FamixTSourceEntity` | `element` | `FamixTSourceAnchor` | SourceAnchor entity linking to the original source code for this entity|
Copy file name to clipboardexpand all lines: src/Famix-Traits/FamixTAnnotationInstance.trait.st
+18
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ Instance Variables:
23
23
| Relation | Origin | Opposite | Type | Comment |
24
24
|---|
25
25
| `annotatedEntity` | `FamixTAnnotationInstance` | `annotationInstances` | `FamixTWithAnnotationInstances` | The NamedEntity on which the annotation occurs.|
26
+
| `annotationType` | `FamixTAnnotationInstance` | `instances` | `FamixTAnnotationType` | Refers to the type of an annotation. (In some languages, Java and C#, an annotation as an explicit type). |
Copy file name to clipboardexpand all lines: src/Famix-Traits/FamixTAnnotationInstanceAttribute.trait.st
+22
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,11 @@ Instance Variables:
17
17
|---|
18
18
| `parentAnnotationInstance` | `FamixTAnnotationInstanceAttribute` | `attributes` | `FamixTAnnotationInstance` | The instance of the annotation in which the attribute is used.|
19
19
20
+
### Other
21
+
| Relation | Origin | Opposite | Type | Comment |
22
+
|---|
23
+
| `annotationTypeAttribute` | `FamixTAnnotationInstanceAttribute` | `annotationAttributeInstances` | `FamixTAnnotationTypeAttribute` | This corresponds to the type of the attribute in an AnnotationInstance|
0 commit comments