Class RJBaseListener

java.lang.Object
rj.grammar.RJBaseListener
All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeListener, RJListener

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