Uses of Enum Class
org.apache.sysds.parser.Expression.BooleanOp
Packages that use Expression.BooleanOp
-
Uses of Expression.BooleanOp in org.apache.sysds.parser
Methods in org.apache.sysds.parser that return Expression.BooleanOpModifier and TypeMethodDescriptionstatic Expression.BooleanOpExpression.getBooleanOp(String val) Convert string value to boolean operator.BooleanExpression.getOpCode()static Expression.BooleanOpReturns the enum constant of this class with the specified name.static Expression.BooleanOp[]Expression.BooleanOp.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.sysds.parser with parameters of type Expression.BooleanOp