Lines Matching refs:IConstructor
72 import signature.model.IConstructor;
536 private Set<IConstructorDelta> compareConstructors(Set<IConstructor> from,
537 Set<IConstructor> to) {
539 new SigComparator<IConstructor, IConstructorDelta>() {
540 public boolean considerEqualElement(IConstructor from,
541 IConstructor to) {
546 IConstructor from, IConstructor to) {
551 IConstructor from, IConstructor to) {
872 private IConstructorDelta compareConstructor(IConstructor from,
873 IConstructor to) {
1413 } else if (from instanceof IConstructor) {
1414 IConstructor fromConstructor = (IConstructor) from;
1415 IConstructor toConstructor = (IConstructor) from;