forked from JavaTX/JavaCompilerCore
in Subst = in &= umgeaendert
This commit is contained in:
parent
56c5ec7e18
commit
6c4090bc4b
@ -2376,14 +2376,14 @@ throws MatchException
|
|||||||
// Typvariable ersetzen
|
// Typvariable ersetzen
|
||||||
Vector<Type> vParaListTemp = ((RefType)T).get_ParaList();
|
Vector<Type> vParaListTemp = ((RefType)T).get_ParaList();
|
||||||
vParaListTemp.set( i, o ); // i. Element ersetzen
|
vParaListTemp.set( i, o ); // i. Element ersetzen
|
||||||
ret = true; //GEAENDERT PL 14-01-16
|
ret &= true; //GEAENDERT PL 14-01-17
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if( Temp instanceof RefType )
|
if( Temp instanceof RefType )
|
||||||
{
|
{
|
||||||
Pair PTemp = new Pair( Temp, null);
|
Pair PTemp = new Pair( Temp, null);
|
||||||
inferencelog.debug(" TV!!!" + PTemp.toString() );
|
inferencelog.debug(" TV!!!" + PTemp.toString() );
|
||||||
ret = Subst( PTemp, 1, a, o, bMitVorbedingung ); //GEAENDERT PL 14-01-16
|
ret &= Subst( PTemp, 1, a, o, bMitVorbedingung ); //GEAENDERT PL 14-01-17
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return ret; //EINGEFUEGT PL 14-01-16
|
return ret; //EINGEFUEGT PL 14-01-16
|
||||||
|
Loading…
Reference in New Issue
Block a user