Class DmlBaseListener

java.lang.Object
org.apache.sysds.parser.dml.DmlBaseListener
All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeListener, DmlListener

public class DmlBaseListener extends Object implements DmlListener
This class provides an empty implementation of DmlListener, which can be extended to create a listener which only needs to handle a subset of the available methods.