forked from JavaTX/JavaCompilerCore
Hinzufügen der Klassenbeschreibung im JavaDoc für IntermediateType.
This commit is contained in:
parent
f457e7e4d0
commit
3d19d8d729
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user