Class AnnotatedAssignmentExpression

  • All Implemented Interfaces:
    AnnotatedExpression

    public final class AnnotatedAssignmentExpression
    extends java.lang.Object
    implements AnnotatedExpression
    The AnnotatedAssignmentExpression class is used to store information about annotated assignment expressions declared during compilation.
    Since:
    1.0
    • Constructor Detail

      • AnnotatedAssignmentExpression

        public AnnotatedAssignmentExpression​(AnnotatedIdentifierExpression identifier,
                                             AnnotatedAssignmentOperator operator,
                                             AnnotatedExpression expression)
        Constructs an AnnotatedAssignmentExpression object, initialised with the expressions contents.

        The ObjectType is automatically added based on the type of the assigned Expression.

        Parameters:
        identifier - The identifier being assigned to
        operator - The operator being used
        expression - The expression being assigned