added dependencies

This commit is contained in:
julian 2024-01-11 14:23:16 +01:00
parent c9f125941d
commit e0775b463a
20 changed files with 3 additions and 5 deletions

View File

@ -1,2 +0,0 @@
public class Test {
}

View File

@ -3,13 +3,13 @@ package de.dhbwstuttgart.typeinference.assumptions;
import de.dhbwstuttgart.syntaxtree.TypeScope; import de.dhbwstuttgart.syntaxtree.TypeScope;
public class Assumption { public class Assumption {
private final TypeScope typeScope; private final typeScope;
public Assumption(TypeScope typeScope) { public Assumption(typeScope) {
this.typeScope = typeScope; this.typeScope = typeScope;
} }
public TypeScope getTypeScope() { public getTypeScope() {
return typeScope; return typeScope;
} }
} }

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.