Class LLVMIRBaseListener

java.lang.Object
de.jplag.llvmir.grammar.LLVMIRBaseListener
All Implemented Interfaces:
LLVMIRListener, org.antlr.v4.runtime.tree.ParseTreeListener

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