Package org.apache.sysds.parser.dml
Class ExpressionInfo
java.lang.Object
org.apache.sysds.parser.dml.ExpressionInfo
This class exists solely to prevent compiler warnings.
The ExpressionInfo and StatementInfo classes are shared among both parsers (R-like and Python-like dialects), and Antlr-generated code assumes that these classes are present in the parser's namespace.
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
expr
-
from
-
to
-
increment
-
-
Constructor Details
-
ExpressionInfo
public ExpressionInfo()
-