public class CaffePrototxtBaseListener extends java.lang.Object implements CaffePrototxtListener
CaffePrototxtListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
CaffePrototxtBaseListener() |
public void enterPrototxt(CaffePrototxtParser.PrototxtContext ctx)
CaffePrototxtParser.prototxt().
The default implementation does nothing.
enterPrototxt in interface CaffePrototxtListenerctx - the parse treepublic void exitPrototxt(CaffePrototxtParser.PrototxtContext ctx)
CaffePrototxtParser.prototxt().
The default implementation does nothing.
exitPrototxt in interface CaffePrototxtListenerctx - the parse treepublic void enterSolver(CaffePrototxtParser.SolverContext ctx)
CaffePrototxtParser.solver().
The default implementation does nothing.
enterSolver in interface CaffePrototxtListenerctx - the parse treepublic void exitSolver(CaffePrototxtParser.SolverContext ctx)
CaffePrototxtParser.solver().
The default implementation does nothing.
exitSolver in interface CaffePrototxtListenerctx - the parse treepublic void enterName(CaffePrototxtParser.NameContext ctx)
CaffePrototxtParser.name().
The default implementation does nothing.
enterName in interface CaffePrototxtListenerctx - the parse treepublic void exitName(CaffePrototxtParser.NameContext ctx)
CaffePrototxtParser.name().
The default implementation does nothing.
exitName in interface CaffePrototxtListenerctx - the parse treepublic void enterLayer(CaffePrototxtParser.LayerContext ctx)
CaffePrototxtParser.layer().
The default implementation does nothing.
enterLayer in interface CaffePrototxtListenerctx - the parse treepublic void exitLayer(CaffePrototxtParser.LayerContext ctx)
CaffePrototxtParser.layer().
The default implementation does nothing.
exitLayer in interface CaffePrototxtListenerctx - the parse treepublic void enterPair(CaffePrototxtParser.PairContext ctx)
CaffePrototxtParser.pair().
The default implementation does nothing.
enterPair in interface CaffePrototxtListenerctx - the parse treepublic void exitPair(CaffePrototxtParser.PairContext ctx)
CaffePrototxtParser.pair().
The default implementation does nothing.
exitPair in interface CaffePrototxtListenerctx - the parse treepublic void enterValueObject(CaffePrototxtParser.ValueObjectContext ctx)
valueObject
labeled alternative in CaffePrototxtParser.value().
The default implementation does nothing.
enterValueObject in interface CaffePrototxtListenerctx - the parse treepublic void exitValueObject(CaffePrototxtParser.ValueObjectContext ctx)
valueObject
labeled alternative in CaffePrototxtParser.value().
The default implementation does nothing.
exitValueObject in interface CaffePrototxtListenerctx - the parse treepublic void enterValueLeaf(CaffePrototxtParser.ValueLeafContext ctx)
valueLeaf
labeled alternative in CaffePrototxtParser.value().
The default implementation does nothing.
enterValueLeaf in interface CaffePrototxtListenerctx - the parse treepublic void exitValueLeaf(CaffePrototxtParser.ValueLeafContext ctx)
valueLeaf
labeled alternative in CaffePrototxtParser.value().
The default implementation does nothing.
exitValueLeaf in interface CaffePrototxtListenerctx - the parse treepublic void enterObject(CaffePrototxtParser.ObjectContext ctx)
CaffePrototxtParser.object().
The default implementation does nothing.
enterObject in interface CaffePrototxtListenerctx - the parse treepublic void exitObject(CaffePrototxtParser.ObjectContext ctx)
CaffePrototxtParser.object().
The default implementation does nothing.
exitObject in interface CaffePrototxtListenerctx - the parse treepublic void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
enterEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
exitEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
visitTerminal in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
visitErrorNode in interface org.antlr.v4.runtime.tree.ParseTreeListener