diff --git a/doc/LambdaJavadoc/allclasses-frame.html b/doc/LambdaJavadoc/allclasses-frame.html index 1564fc38..5c1df00f 100644 --- a/doc/LambdaJavadoc/allclasses-frame.html +++ b/doc/LambdaJavadoc/allclasses-frame.html @@ -55,7 +55,7 @@
  • CSubstitutionSet
  • CTypeReconstructionException
  • CVectorSet
  • -
  • DebugException
  • +
  • DebugException
  • DeclId
  • DivideOp
  • DoubleLiteral
  • @@ -203,7 +203,7 @@
  • NodeEqualTest
  • NotEqualOp
  • NotExpr
  • -
  • NotImplementedException
  • +
  • NotImplementedException
  • Null
  • ObjectType
  • OderConstraint
  • @@ -228,7 +228,7 @@
  • ParameterAssumption
  • ParameterInsertTest
  • ParameterList
  • -
  • ParserError
  • +
  • ParserError
  • PlusOp
  • PositivExpr
  • PostDecExpr
  • @@ -282,7 +282,7 @@
  • TypeAssumptions
  • TypedMatrixSimpleTest
  • TypedMatrixTest
  • -
  • TypeinferenceException
  • +
  • TypeinferenceException
  • TypeinferenceResultSet
  • TypeInsertable
  • TypeInsertPoint
  • diff --git a/doc/LambdaJavadoc/allclasses-noframe.html b/doc/LambdaJavadoc/allclasses-noframe.html index 7e5b721c..bf338b13 100644 --- a/doc/LambdaJavadoc/allclasses-noframe.html +++ b/doc/LambdaJavadoc/allclasses-noframe.html @@ -55,7 +55,7 @@
  • CSubstitutionSet
  • CTypeReconstructionException
  • CVectorSet
  • -
  • DebugException
  • +
  • DebugException
  • DeclId
  • DivideOp
  • DoubleLiteral
  • @@ -203,7 +203,7 @@
  • NodeEqualTest
  • NotEqualOp
  • NotExpr
  • -
  • NotImplementedException
  • +
  • NotImplementedException
  • Null
  • ObjectType
  • OderConstraint
  • @@ -228,7 +228,7 @@
  • ParameterAssumption
  • ParameterInsertTest
  • ParameterList
  • -
  • ParserError
  • +
  • ParserError
  • PlusOp
  • PositivExpr
  • PostDecExpr
  • @@ -282,7 +282,7 @@
  • TypeAssumptions
  • TypedMatrixSimpleTest
  • TypedMatrixTest
  • -
  • TypeinferenceException
  • +
  • TypeinferenceException
  • TypeinferenceResultSet
  • TypeInsertable
  • TypeInsertPoint
  • diff --git a/doc/LambdaJavadoc/de/dhbwstuttgart/core/MyCompiler.html b/doc/LambdaJavadoc/de/dhbwstuttgart/core/MyCompiler.html index 89179bc3..3188d089 100644 --- a/doc/LambdaJavadoc/de/dhbwstuttgart/core/MyCompiler.html +++ b/doc/LambdaJavadoc/de/dhbwstuttgart/core/MyCompiler.html @@ -567,11 +567,11 @@ implements

    parse2SyntaxTree

    private SourceFile parse2SyntaxTree(java.io.Reader fileContent)
    -                             throws ParserError
    + throws ParserError
    Parst den Inhalt einer Datei zu einem Syntaxbaum.
    Throws:
    -
    ParserError
    +
    ParserError
    @@ -582,7 +582,7 @@ implements

    parse

    public void parse(Menge<java.lang.String> filenames)
    -           throws ParserError
    + throws ParserError
    Diese Funktion nimmt einen Menge von Dateinamen. Alle diese Dateien werden zu einem SyntaxBaum geparst.
    Specified by:
    @@ -590,7 +590,7 @@ implements Parameters:
    filenames - - Eine Liste von Quellcodedateien, welche gseparst werden sollen
    Throws:
    -
    ParserError
    +
    ParserError
    diff --git a/doc/LambdaJavadoc/de/dhbwstuttgart/core/MyCompilerAPI.html b/doc/LambdaJavadoc/de/dhbwstuttgart/core/MyCompilerAPI.html index fe71ae10..e1282f74 100644 --- a/doc/LambdaJavadoc/de/dhbwstuttgart/core/MyCompilerAPI.html +++ b/doc/LambdaJavadoc/de/dhbwstuttgart/core/MyCompilerAPI.html @@ -237,7 +237,7 @@ var activeTableTab = "activeTableTab";

    typeReconstruction

    Menge<TypeinferenceResultSet> typeReconstruction()
                                               throws java.lang.NullPointerException,
    -                                                 TypeinferenceException
    + TypeinferenceException
    Author: Jörg Bäuerle
    Ruft den Typrekonstruktionsalgorithmus auf.
    @@ -247,7 +247,7 @@ var activeTableTab = "activeTableTab";
    java.lang.NullPointerException - Wenn noch kein abstrakter Syntaxbaum vorhanden ist. @throws CTypeReconstructionException Wenn ein Fehler bei der Typrekonstruktion auftritt.
    -
    TypeinferenceException
    +
    TypeinferenceException
    @@ -280,13 +280,13 @@ var activeTableTab = "activeTableTab";
  • parse

    void parse(Menge<java.lang.String> filenames)
    -    throws ParserError
    + throws ParserError
    Parst zusammenhängende JavaKlassen in verschiedenen Dateien.
    Parameters:
    filenames - - Eine Liste von Quellcodedateien, welche gseparst werden sollen
    Throws:
    -
    ParserError
    +
    ParserError
  • @@ -297,7 +297,7 @@ var activeTableTab = "activeTableTab";
  • parse

    SourceFile parse(java.lang.String sourceCode)
    -          throws ParserError
    + throws ParserError
    Parst den SourceCode einer Datei.
    Parameters:
    @@ -305,7 +305,7 @@ var activeTableTab = "activeTableTab";
    Returns:
    den aus dem sourceCode generierten Syntaxbaum
    Throws:
    -
    ParserError
    +
    ParserError
  • diff --git a/doc/LambdaJavadoc/de/dhbwstuttgart/parser/class-use/JavaParser.yyException.html b/doc/LambdaJavadoc/de/dhbwstuttgart/parser/class-use/JavaParser.yyException.html index ebb0c399..3dca5fb6 100644 --- a/doc/LambdaJavadoc/de/dhbwstuttgart/parser/class-use/JavaParser.yyException.html +++ b/doc/LambdaJavadoc/de/dhbwstuttgart/parser/class-use/JavaParser.yyException.html @@ -91,7 +91,7 @@   -de.dhbwstuttgart.typeinference.exceptions +de.dhbwstuttgart.exceptions   @@ -160,12 +160,12 @@ -
  • +
  • -

    Uses of JavaParser.yyException in de.dhbwstuttgart.typeinference.exceptions

    +

    Uses of JavaParser.yyException in de.dhbwstuttgart.exceptions

    - + diff --git a/doc/LambdaJavadoc/de/dhbwstuttgart/parser/package-use.html b/doc/LambdaJavadoc/de/dhbwstuttgart/parser/package-use.html index 0fe646c4..f6ca4da6 100644 --- a/doc/LambdaJavadoc/de/dhbwstuttgart/parser/package-use.html +++ b/doc/LambdaJavadoc/de/dhbwstuttgart/parser/package-use.html @@ -107,7 +107,7 @@ - + @@ -238,11 +238,11 @@
    Constructors in de.dhbwstuttgart.typeinference.exceptions with parameters of type JavaParser.yyException Constructors in de.dhbwstuttgart.exceptions with parameters of type JavaParser.yyException 
    Constructor and Description
     
    de.dhbwstuttgart.typeinference.exceptionsde.dhbwstuttgart.exceptions  
  • -
  • +
  • - + diff --git a/doc/LambdaJavadoc/de/dhbwstuttgart/syntaxtree/class-use/SyntaxTreeNode.html b/doc/LambdaJavadoc/de/dhbwstuttgart/syntaxtree/class-use/SyntaxTreeNode.html index 5cd82bb1..8fe1aad6 100644 --- a/doc/LambdaJavadoc/de/dhbwstuttgart/syntaxtree/class-use/SyntaxTreeNode.html +++ b/doc/LambdaJavadoc/de/dhbwstuttgart/syntaxtree/class-use/SyntaxTreeNode.html @@ -111,7 +111,7 @@ - + @@ -1296,12 +1296,12 @@
    Classes in de.dhbwstuttgart.parser used by de.dhbwstuttgart.typeinference.exceptions Classes in de.dhbwstuttgart.parser used by de.dhbwstuttgart.exceptions 
    Class and Description
     
    de.dhbwstuttgart.typeinference.exceptionsde.dhbwstuttgart.exceptions  
  • -
  • +
  • -

    Uses of SyntaxTreeNode in de.dhbwstuttgart.typeinference.exceptions

    +

    Uses of SyntaxTreeNode in de.dhbwstuttgart.exceptions

    - + diff --git a/doc/LambdaJavadoc/de/dhbwstuttgart/syntaxtree/package-use.html b/doc/LambdaJavadoc/de/dhbwstuttgart/syntaxtree/package-use.html index 8dfed61d..fd69f81d 100644 --- a/doc/LambdaJavadoc/de/dhbwstuttgart/syntaxtree/package-use.html +++ b/doc/LambdaJavadoc/de/dhbwstuttgart/syntaxtree/package-use.html @@ -115,7 +115,7 @@ - + @@ -367,11 +367,11 @@
    Constructors in de.dhbwstuttgart.typeinference.exceptions with parameters of type SyntaxTreeNode Constructors in de.dhbwstuttgart.exceptions with parameters of type SyntaxTreeNode 
    Constructor and Description
     
    de.dhbwstuttgart.typeinference.exceptionsde.dhbwstuttgart.exceptions  
  • -
  • +
  • - + diff --git a/doc/LambdaJavadoc/de/dhbwstuttgart/typeinference/exceptions/DebugException.html b/doc/LambdaJavadoc/de/dhbwstuttgart/typeinference/exceptions/DebugException.html index c9c4fa20..b21c7b35 100644 --- a/doc/LambdaJavadoc/de/dhbwstuttgart/typeinference/exceptions/DebugException.html +++ b/doc/LambdaJavadoc/de/dhbwstuttgart/typeinference/exceptions/DebugException.html @@ -44,7 +44,7 @@
    Classes in de.dhbwstuttgart.syntaxtree used by de.dhbwstuttgart.typeinference.exceptions Classes in de.dhbwstuttgart.syntaxtree used by de.dhbwstuttgart.exceptions 
    Class and Description
    - + @@ -94,9 +93,9 @@
  • -

    Uses of ParserError in de.dhbwstuttgart.core

    +

    Uses of ParserError in de.dhbwstuttgart.core

  • Packages that use ParserError Packages that use ParserError 
    Package Description
    - + @@ -144,7 +143,7 @@
    Methods in de.dhbwstuttgart.core that throw ParserError Methods in de.dhbwstuttgart.core that throw ParserError 
    Modifier and Type Method and Description
    - + @@ -87,7 +86,7 @@ - + @@ -98,9 +97,9 @@
  • -

    Uses of TypeinferenceException in de.dhbwstuttgart.core

    +

    Uses of TypeinferenceException in de.dhbwstuttgart.core

  • Packages that use TypeinferenceException Packages that use TypeinferenceException 
    Package Description 
    de.dhbwstuttgart.typeinference.exceptionsde.dhbwstuttgart.exceptions  
    - + @@ -116,12 +115,12 @@
    Methods in de.dhbwstuttgart.core that throw TypeinferenceException Methods in de.dhbwstuttgart.core that throw TypeinferenceException 
    Modifier and Type Method and Description
  • -
  • +
  • -

    Uses of TypeinferenceException in de.dhbwstuttgart.typeinference.exceptions

    +

    Uses of TypeinferenceException in de.dhbwstuttgart.exceptions

    - + @@ -129,7 +128,7 @@ - +
    Subclasses of TypeinferenceException in de.dhbwstuttgart.typeinference.exceptions Subclasses of TypeinferenceException in de.dhbwstuttgart.exceptions 
    Modifier and Type Class and Description
    class ParserError ParserError 
    @@ -149,7 +148,7 @@