Class GorScriptBaseListener

java.lang.Object
org.gorpipe.gor.GorScriptBaseListener
All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeListener, GorScriptListener

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