Hinzufügen der Klassenbeschreibung im JavaDoc für IntermediateType.

This commit is contained in:
Etienne Zink 2022-03-18 12:53:06 +01:00
parent f457e7e4d0
commit 3d19d8d729

View File

@ -1,11 +1,11 @@
package de.dhbwstuttgart.intermediate.types;
import de.dhbwstuttgart.core.IItemWithOffset;
import de.dhbwstuttgart.parser.scope.JavaClassName;
import org.antlr.v4.runtime.Token;
/**
* //ToDo Beschreiben
* Base class for Java data types which is used as an intermediate representation after type resolution.
* This class and it's subtypes have to be immutable (e.g. no mutators) to ensure side effect freedom.
* Immutability and final subtypes are essential for future parallel processing.
*
* @since Studienarbeit Type Erasure
* @author etiennezink