Class UISCBaseListener

java.lang.Object
com.bradyrussell.uiscoin.lang.generated.UISCBaseListener
All Implemented Interfaces:
UISCListener, org.antlr.v4.runtime.tree.ParseTreeListener
Direct Known Subclasses:
IncludeStatementListener, SyntaxHighlightGenerator

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