Uses of Enum Class
io.dialob.session.engine.program.expr.OperatorSymbol
Packages that use OperatorSymbol
Package
Description
-
Uses of OperatorSymbol in io.dialob.session.engine.program.expr
Methods in io.dialob.session.engine.program.expr that return OperatorSymbolModifier and TypeMethodDescriptionstatic OperatorSymbolstatic OperatorSymbolReturns the enum constant of this class with the specified name.static OperatorSymbol[]OperatorSymbol.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of OperatorSymbol in io.dialob.session.engine.program.expr.arith
Methods in io.dialob.session.engine.program.expr.arith with parameters of type OperatorSymbolModifier and TypeMethodDescriptionstatic ExpressionTimeOperators.createOperator(OperatorSymbol operator, Expression lhs, Expression rhs)