Searched refs:typeVariableDeltas (Results 1 – 4 of 4) sorted by relevance
34 private Set<ITypeVariableDefinitionDelta> typeVariableDeltas; field in SigExecutableMemberDelta60 return typeVariableDeltas; in getTypeVariableDeltas()64 Set<ITypeVariableDefinitionDelta> typeVariableDeltas) { in setTypeVariableDeltas() argument65 this.typeVariableDeltas = typeVariableDeltas; in setTypeVariableDeltas()
50 private Set<ITypeVariableDefinitionDelta> typeVariableDeltas; field in SigClassDefinitionDelta129 return typeVariableDeltas; in getTypeVariableDeltas()133 Set<ITypeVariableDefinitionDelta> typeVariableDeltas) { in setTypeVariableDeltas() argument134 this.typeVariableDeltas = typeVariableDeltas; in setTypeVariableDeltas()
69 $if(delta.typeVariableDeltas)$70 $MultiSubDelta(desc="Type Variables changed:", deltas=delta.typeVariableDeltas)$
219 Set<ITypeVariableDefinitionDelta> typeVariableDeltas = in compareClass() local222 if (typeVariableDeltas != null) { in compareClass()226 classDelta.setTypeVariableDeltas(typeVariableDeltas); in compareClass()