Uses of Class
org.mal_lang.langspec.step.StepBinaryOperation
-
Packages that use StepBinaryOperation Package Description org.mal_lang.langspec.step Provides classes for step expressions. -
-
Uses of StepBinaryOperation in org.mal_lang.langspec.step
Subclasses of StepBinaryOperation in org.mal_lang.langspec.step Modifier and Type Class Description class
StepCollect
Immutable class representing a collect step in a MAL language.class
StepDifference
Immutable class representing a difference step in a MAL language.class
StepIntersection
Immutable class representing an intersection step in a MAL language.class
StepUnion
Immutable class representing a union step in a MAL language.
-