Uses of Enum Class
org.apache.sysds.parser.Expression.DataOp
Packages that use Expression.DataOp
-
Uses of Expression.DataOp in org.apache.sysds.parser
Methods in org.apache.sysds.parser that return Expression.DataOpModifier and TypeMethodDescriptionDataExpression.getOpCode()static Expression.DataOpReturns the enum constant of this class with the specified name.static Expression.DataOp[]Expression.DataOp.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.sysds.parser with parameters of type Expression.DataOpConstructors in org.apache.sysds.parser with parameters of type Expression.DataOpModifierConstructorDescriptionDataExpression(org.antlr.v4.runtime.ParserRuleContext ctx, Expression.DataOp op, HashMap<String, Expression> varParams, String filename) DataExpression(Expression.DataOp op, HashMap<String, Expression> varParams, ParseInfo parseInfo) OutputStatement(org.antlr.v4.runtime.ParserRuleContext ctx, DataIdentifier t, Expression.DataOp op, String filename) OutputStatement(DataIdentifier t, Expression.DataOp op, ParseInfo parseInfo)