| Package | Description | 
|---|---|
| org.apache.sysds.parser | 
| Modifier and Type | Method and Description | 
|---|---|
static Expression.BooleanOp | 
Expression.getBooleanOp(String val)
Convert string value to boolean operator. 
 | 
Expression.BooleanOp | 
BooleanExpression.getOpCode()  | 
static Expression.BooleanOp | 
Expression.BooleanOp.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static Expression.BooleanOp[] | 
Expression.BooleanOp.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Constructor and Description | 
|---|
BooleanExpression(Expression.BooleanOp bop)  | 
BooleanExpression(Expression.BooleanOp bop,
                 ParseInfo parseInfo)  | 
Copyright © 2021 The Apache Software Foundation. All rights reserved.