Class J.Assignment

    • Constructor Detail

      • Assignment

        public Assignment()
    • Method Detail

      • getAssignment

        public Expression getAssignment()
      • getSideEffects

        public java.util.List<J> getSideEffects()
        Specified by:
        getSideEffects in interface Expression
        Returns:
        A list of the side effects emitted by the statement, if the statement was decomposed. So for a binary operation, there are up to two potential side effects (the left and right side) and as few as zero if both sides of the expression are something like constants or variable references.