package com.ibm.bi.dml.parser.python;
/**
* This class exists solely to prevent compiler warnings.
*
* <p>
* 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.
*/
class StatementInfo extends com.ibm.bi.dml.parser.antlr4.StatementInfo {
}