Class KeyValueBaseListener

java.lang.Object
step.repositories.parser.keyvalue.KeyValueBaseListener
All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeListener, KeyValueListener

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