From bd8cf2959fb73d45b3af06c1791651f4a849d0d4 Mon Sep 17 00:00:00 2001 From: sebastian Date: Fri, 21 Apr 2017 03:13:45 +0200 Subject: [PATCH] =?UTF-8?q?TypeExpr=20f=C3=BCr=20New=20sowie=20=20die=20Ge?= =?UTF-8?q?nerierung=20der=20Interfaces=20steht=20an?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/workspace.xml | 778 +++++++----------- .../strucTypes5/algo/Construct.java | 98 +++ src/de/dhbwstuttgart/strucTypes5/algo/TI.java | 18 +- .../dhbwstuttgart/strucTypes5/algo/Type.java | 25 +- .../strucTypes5/algo/TypeExpr.java | 57 +- .../assumptions/AssumptionClass.java | 74 ++ .../assumptions/AssumptionMakerGlobal.java | 14 + .../assumptions/AssumptionMap.java | 13 +- .../strucTypes5/ausgabe/Class2String.java | 21 +- test/strucTypes5/Class2StringTest.java | 5 +- test/strucTypes5/NewOperatorTest.jav | 13 + test/strucTypes5/NewOperatorTest.java | 86 ++ test/strucTypes5/TypeExprTest.java | 9 +- 13 files changed, 699 insertions(+), 512 deletions(-) create mode 100644 src/de/dhbwstuttgart/strucTypes5/algo/Construct.java create mode 100644 src/de/dhbwstuttgart/strucTypes5/assumptions/AssumptionClass.java create mode 100644 test/strucTypes5/NewOperatorTest.jav create mode 100644 test/strucTypes5/NewOperatorTest.java diff --git a/.idea/workspace.xml b/.idea/workspace.xml index dd4eab77..33fa0d60 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,11 +2,14 @@ - - - - - + + + + + + + +