OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IAnnotation
(Results
1 - 17
of
17
) sorted by null
/cts/tools/signature-tools/src/signature/compare/model/
IAnnotationDelta.java
21
import signature.model.
IAnnotation
;
24
* {@code IAnnotationDelta} models the delta between two {@link
IAnnotation
}
27
public interface IAnnotationDelta extends IDelta<
IAnnotation
> {
/cts/tools/signature-tools/src/signature/model/
IAnnotatableElement.java
38
Set<
IAnnotation
> getAnnotations();
IAnnotation.java
22
* {@code
IAnnotation
} models an <em>instance</em> of an annotation which is
26
public interface
IAnnotation
{
/cts/tools/signature-tools/src/signature/model/impl/
SigAnnotatableElement.java
24
import signature.model.
IAnnotation
;
29
private Set<
IAnnotation
> annotations;
35
public Set<
IAnnotation
> getAnnotations() {
39
public void setAnnotations(Set<
IAnnotation
> annotations) {
46
for (
IAnnotation
annotation : getAnnotations()) {
SigAnnotation.java
19
import signature.model.
IAnnotation
;
28
public class SigAnnotation implements
IAnnotation
, Serializable {
/cts/tools/signature-tools/src/signature/compare/model/impl/
SigAnnotationDelta.java
23
import signature.model.
IAnnotation
;
25
public class SigAnnotationDelta extends SigDelta<
IAnnotation
> implements
30
public SigAnnotationDelta(
IAnnotation
from,
IAnnotation
to) {
/cts/tools/signature-tools/src/signature/compare/model/subst/
ParameterProjection.java
19
import signature.model.
IAnnotation
;
37
public Set<
IAnnotation
> getAnnotations() {
ExecutableMemberProjection.java
19
import signature.model.
IAnnotation
;
43
public Set<
IAnnotation
> getAnnotations() {
ClassProjection.java
25
import signature.model.
IAnnotation
;
53
public Set<
IAnnotation
> getAnnotations() {
/cts/tools/signature-tools/src/signature/model/util/
ModelUtil.java
20
import signature.model.
IAnnotation
;
53
public static
IAnnotation
getAnnotation(IAnnotatableElement element,
55
for (
IAnnotation
annotation : element.getAnnotations()) {
65
IAnnotation
annotation, String elementName) {
/cts/tools/signature-tools/test/signature/converter/
ConvertPackageTest.java
27
import signature.model.
IAnnotation
;
42
IAnnotation
annotation = sigPackage.getAnnotations().iterator().next();
ConvertAnnotationTest.java
30
import signature.model.
IAnnotation
;
70
Set<
IAnnotation
> annotations = field.getAnnotations();
72
IAnnotation
annotation = annotations.iterator().next();
94
Set<
IAnnotation
> annotations = sigClass.getAnnotations();
96
IAnnotation
annotation = annotations.iterator().next();
443
assertTrue(field.getDefaultValue() instanceof
IAnnotation
);
444
IAnnotation
defaultValue = (
IAnnotation
)field.getDefaultValue();
506
assertTrue(defaultValue0 instanceof
IAnnotation
);
507
IAnnotation
defaultValue0ann = (IAnnotation)defaultValue0;
[
all
...]
ConvertClassTest.java
34
import signature.model.
IAnnotation
;
120
IAnnotation
annotation = sigClass.getAnnotations().iterator().next();
142
IAnnotation
annotation = field.getAnnotations().iterator().next();
[
all
...]
/cts/tools/signature-tools/src/signature/compare/
ApiComparator.java
65
import signature.model.
IAnnotation
;
379
private Set<IAnnotationDelta> compareAnnotations(Set<
IAnnotation
> from,
380
Set<
IAnnotation
> to) {
382
new SigComparator<
IAnnotation
, IAnnotationDelta>() {
384
IAnnotation
from,
IAnnotation
to) {
388
public boolean considerEqualElement(
IAnnotation
from,
389
IAnnotation
to) {
396
IAnnotation
from,
IAnnotation
to)
[
all
...]
/cts/tools/signature-tools/src/signature/converter/doclet/
DocletToSigConverter.java
30
import signature.model.
IAnnotation
;
539
private Set<
IAnnotation
> convertAnnotations(
541
Set<
IAnnotation
> annotations = new HashSet<
IAnnotation
>();
567
private
IAnnotation
convertAnnotation(AnnotationDesc annotationDesc) {
/cts/tools/signature-tools/src/signature/converter/dex/
DexToSigConverter.java
57
import signature.model.
IAnnotation
;
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar
Completed in 218 milliseconds