Uses of Enum Class
org.apache.sysds.parser.PrintStatement.PRINTTYPE
Packages that use PrintStatement.PRINTTYPE
-
Uses of PrintStatement.PRINTTYPE in org.apache.sysds.parser
Methods in org.apache.sysds.parser that return PrintStatement.PRINTTYPEModifier and TypeMethodDescriptionPrintStatement.getType()static PrintStatement.PRINTTYPEReturns the enum constant of this class with the specified name.static PrintStatement.PRINTTYPE[]PrintStatement.PRINTTYPE.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 PrintStatement.PRINTTYPEModifierConstructorDescriptionPrintStatement(PrintStatement.PRINTTYPE type, List<Expression> expressions)