OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:interfaceDeltas
(Results
1 - 2
of
2
) sorted by null
/cts/tools/signature-tools/src/signature/compare/model/impl/
SigClassDefinitionDelta.java
45
private Set<ITypeReferenceDelta<?>>
interfaceDeltas
;
88
return
interfaceDeltas
;
92
Set<ITypeReferenceDelta<?>>
interfaceDeltas
) {
93
this.
interfaceDeltas
=
interfaceDeltas
;
/cts/tools/signature-tools/src/signature/compare/
ApiComparator.java
209
Set<ITypeReferenceDelta<?>>
interfaceDeltas
= compareInterfaces(from,
211
if (
interfaceDeltas
!= null) {
215
classDelta.setInterfaceDeltas(
interfaceDeltas
);
[
all
...]
Completed in 72 milliseconds