Home
last modified time | relevance | path

Searched refs:typeVariableDeltas (Results 1 – 4 of 4) sorted by relevance

/cts/tools/signature-tools/src/signature/compare/model/impl/
DSigExecutableMemberDelta.java34 private Set<ITypeVariableDefinitionDelta> typeVariableDeltas; field in SigExecutableMemberDelta
60 return typeVariableDeltas; in getTypeVariableDeltas()
64 Set<ITypeVariableDefinitionDelta> typeVariableDeltas) { in setTypeVariableDeltas() argument
65 this.typeVariableDeltas = typeVariableDeltas; in setTypeVariableDeltas()
DSigClassDefinitionDelta.java50 private Set<ITypeVariableDefinitionDelta> typeVariableDeltas; field in SigClassDefinitionDelta
129 return typeVariableDeltas; in getTypeVariableDeltas()
133 Set<ITypeVariableDefinitionDelta> typeVariableDeltas) { in setTypeVariableDeltas() argument
134 this.typeVariableDeltas = typeVariableDeltas; in setTypeVariableDeltas()
/cts/tools/signature-tools/templates/delta/
Ddeltas.stg69 $if(delta.typeVariableDeltas)$
70 $MultiSubDelta(desc="Type Variables changed:", deltas=delta.typeVariableDeltas)$
/cts/tools/signature-tools/src/signature/compare/
DApiComparator.java219 Set<ITypeVariableDefinitionDelta> typeVariableDeltas = in compareClass() local
222 if (typeVariableDeltas != null) { in compareClass()
226 classDelta.setTypeVariableDeltas(typeVariableDeltas); in compareClass()