Package sootup.jimple

Class JimpleBaseListener

java.lang.Object
sootup.jimple.JimpleBaseListener
All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeListener, JimpleListener

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