Uses of Record Class
org.ek9lang.compiler.phase3.AssignmentData
Packages that use AssignmentData
-
Uses of AssignmentData in org.ek9lang.compiler.phase3
Classes in org.ek9lang.compiler.phase3 that implement interfaces with type arguments of type AssignmentDataModifier and TypeClassDescription(package private) final class
Deals with the checking and setting initialised of the identifier.(package private) final class
Checks the left hand side and the right hand side for assignment compatibility.Methods in org.ek9lang.compiler.phase3 with parameters of type AssignmentDataModifier and TypeMethodDescriptionvoid
IdentifierAssignmentOrError.accept
(AssignmentData data) void
LhsAndRhsAssignmentOrError.accept
(AssignmentData data)