Class STLBaseListener

java.lang.Object
net.maswag.falcaun.STLBaseListener
All Implemented Interfaces:
STLListener, org.antlr.v4.runtime.tree.ParseTreeListener

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