Uses of Class
org.mal_lang.langspec.ttc.TtcBinaryOperation
-
Packages that use TtcBinaryOperation Package Description org.mal_lang.langspec.ttc Provides classes for TTC expressions and distributions. -
-
Uses of TtcBinaryOperation in org.mal_lang.langspec.ttc
Subclasses of TtcBinaryOperation in org.mal_lang.langspec.ttc Modifier and Type Class Description class
TtcAddition
Immutable class representing a TTC addition in a MAL language.class
TtcDivision
Immutable class representing a TTC division in a MAL language.class
TtcExponentiation
Immutable class representing a TTC exponentiation in a MAL language.class
TtcMultiplication
Immutable class representing a TTC multiplication in a MAL language.class
TtcSubtraction
Immutable class representing a TTC subtraction in a MAL language.Methods in org.mal_lang.langspec.ttc that return TtcBinaryOperation Modifier and Type Method Description static TtcBinaryOperation
TtcBinaryOperation. fromJson(JsonObject jsonTtcBinaryOperation)
Creates a newTtcBinaryOperation
from aJsonObject
.
-