Package | Description |
---|---|
org.apache.sysds.parser |
Modifier and Type | Method and Description |
---|---|
PrintStatement.PRINTTYPE |
PrintStatement.getType() |
static PrintStatement.PRINTTYPE |
PrintStatement.PRINTTYPE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrintStatement.PRINTTYPE[] |
PrintStatement.PRINTTYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
PrintStatement(PrintStatement.PRINTTYPE type,
List<Expression> expressions) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.