Class StepTransitive


  • public final class StepTransitive
    extends StepExpression
    Immutable class representing a transitive step in a MAL language.
    Since:
    1.0.0
    • Method Detail

      • getStepExpression

        public StepExpression getStepExpression()
        Returns the step expression of this StepTransitive object.
        Returns:
        the step expression of this StepTransitive 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