OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IAnnotationElementDelta
(Results
1 - 5
of
5
) sorted by null
/cts/tools/signature-tools/src/signature/compare/model/
IAnnotationElementDelta.java
22
* {@code
IAnnotationElementDelta
} models the delta between two
25
public interface
IAnnotationElementDelta
extends IDelta<IAnnotationElement> {
IAnnotationDelta.java
35
Set<
IAnnotationElementDelta
> getAnnotationElementDeltas();
/cts/tools/signature-tools/src/signature/compare/model/impl/
SigAnnotationDelta.java
22
import signature.compare.model.
IAnnotationElementDelta
;
28
private Set<
IAnnotationElementDelta
> annotationElementDeltas;
34
public Set<
IAnnotationElementDelta
> getAnnotationElementDeltas() {
39
Set<
IAnnotationElementDelta
> annotationElementDeltas) {
SigAnnotationElementDelta.java
19
import signature.compare.model.
IAnnotationElementDelta
;
24
implements
IAnnotationElementDelta
{
/cts/tools/signature-tools/src/signature/compare/
ApiComparator.java
20
import signature.compare.model.
IAnnotationElementDelta
;
585
Set<
IAnnotationElementDelta
> annotationElementDeltas =
628
private Set<
IAnnotationElementDelta
> compareAnnotationElements(
631
new SigComparator<IAnnotationElement,
IAnnotationElementDelta
>() {
638
public
IAnnotationElementDelta
createAddRemoveDelta(
643
public
IAnnotationElementDelta
createChangedDelta(
650
private
IAnnotationElementDelta
compareAnnotationElement(
[
all
...]
Completed in 133 milliseconds