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