- java.lang.Object
-
- org.mal_lang.langspec.step.StepExpression
-
- org.mal_lang.langspec.step.StepBinaryOperation
-
- org.mal_lang.langspec.step.StepUnion
-
public final class StepUnion extends StepBinaryOperation
Immutable class representing a union step in a MAL language.- Since:
- 1.0.0
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JsonObjecttoJson()Returns the JSON representation of thisStepExpressionobject.-
Methods inherited from class org.mal_lang.langspec.step.StepBinaryOperation
getLhs, getRhs
-
Methods inherited from class org.mal_lang.langspec.step.StepExpression
fromBuilder, getSourceAsset, getTargetAsset
-
-
-
-
Method Detail
-
toJson
public JsonObject toJson()
Description copied from class:StepExpressionReturns the JSON representation of thisStepExpressionobject.- Specified by:
toJsonin classStepExpression- Returns:
- the JSON representation of this
StepExpressionobject
-
-