Uses of Class
org.mal_lang.langspec.builders.step.StepBinaryOperationBuilder
- 
Packages that use StepBinaryOperationBuilder Package Description org.mal_lang.langspec.builders.step Provides classes for building step expressions. - 
- 
Uses of StepBinaryOperationBuilder in org.mal_lang.langspec.builders.step
Subclasses of StepBinaryOperationBuilder in org.mal_lang.langspec.builders.step Modifier and Type Class Description classStepCollectBuilderA builder for creatingStepCollectobjects.classStepDifferenceBuilderA builder for creatingStepDifferenceobjects.classStepIntersectionBuilderA builder for creatingStepIntersectionobjects.classStepUnionBuilderA builder for creatingStepUnionobjects.Methods in org.mal_lang.langspec.builders.step that return StepBinaryOperationBuilder Modifier and Type Method Description static StepBinaryOperationBuilderStepBinaryOperationBuilder. fromJson(JsonObject jsonStepBinaryOperation)Creates a newStepBinaryOperationBuilderfrom aJsonObject. 
 -