Home
last modified time | relevance | path

Searched refs:remainingUpperBoundDeltas (Results 1 – 2 of 2) sorted by relevance

/cts/tools/signature-tools/src/signature/compare/model/impl/
DSigUpperBoundsDelta.java30 private Set<ITypeReferenceDelta<?>> remainingUpperBoundDeltas; field in SigUpperBoundsDelta
48 return remainingUpperBoundDeltas; in getRemainingUpperBoundDeltas()
52 Set<ITypeReferenceDelta<?>> remainingUpperBoundDeltas) { in setRemainingUpperBoundDeltas() argument
53 this.remainingUpperBoundDeltas = remainingUpperBoundDeltas; in setRemainingUpperBoundDeltas()
/cts/tools/signature-tools/templates/delta/
Ddeltas.stg127 $MultiSubDelta(desc="Upper Bounds changed:", deltas=delta.remainingUpperBoundDeltas)$