Class StepVariable


  • public final class StepVariable
    extends StepReference
    Immutable class representing a variable step in a MAL language.
    Since:
    1.0.0
    • Method Detail

      • getVariable

        public Variable getVariable()
        Returns the variable of this StepVariable object.
        Returns:
        the variable of this StepVariable object
        Since:
        1.0.0
      • toJson

        public JsonObject toJson()
        Description copied from class: StepExpression
        Returns the JSON representation of this StepExpression object.
        Specified by:
        toJson in class StepExpression
        Returns:
        the JSON representation of this StepExpression object