Class ParserWrapper

java.lang.Object
org.apache.sysds.parser.ParserWrapper
Direct Known Subclasses:
DMLParserWrapper

public abstract class ParserWrapper extends Object
Base class for all dml parsers in order to make the various compilation chains independent of the used parser.
  • Constructor Details

    • ParserWrapper

      public ParserWrapper()
  • Method Details