Package | Description |
---|---|
org.apache.sysds.parser |
Modifier and Type | Method and Description |
---|---|
Expression.DataOp |
DataExpression.getOpCode() |
static Expression.DataOp |
Expression.DataOp.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Expression.DataOp[] |
Expression.DataOp.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DataExpression.setOpCode(Expression.DataOp op) |
Constructor and Description |
---|
DataExpression(Expression.DataOp op,
HashMap<String,Expression> varParams,
ParseInfo parseInfo) |
DataExpression(org.antlr.v4.runtime.ParserRuleContext ctx,
Expression.DataOp op,
HashMap<String,Expression> varParams,
String filename) |
OutputStatement(DataIdentifier t,
Expression.DataOp op,
ParseInfo parseInfo) |
OutputStatement(org.antlr.v4.runtime.ParserRuleContext ctx,
DataIdentifier t,
Expression.DataOp op,
String filename) |
Copyright © 2020 The Apache Software Foundation. All rights reserved.