public class tlvBaseListener extends java.lang.Object implements tlvListener
tlvListener
,
which can be extended to create a listener which only needs to handle a subset
of the available methods.Constructor and Description |
---|
tlvBaseListener() |
Modifier and Type | Method and Description |
---|---|
void |
enterBegin(tlvParser.BeginContext ctx)
Enter a parse tree produced by
tlvParser.begin() . |
void |
enterConfigType(tlvParser.ConfigTypeContext ctx)
Enter a parse tree produced by
tlvParser.configType() . |
void |
enterDataType(tlvParser.DataTypeContext ctx)
Enter a parse tree produced by
tlvParser.dataType() . |
void |
enterEmptyTLV(tlvParser.EmptyTLVContext ctx)
Enter a parse tree produced by
tlvParser.emptyTLV() . |
void |
enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
|
void |
enterOid(tlvParser.OidContext ctx)
Enter a parse tree produced by
tlvParser.oid() . |
void |
enterSnmp(tlvParser.SnmpContext ctx)
Enter a parse tree produced by
tlvParser.snmp() . |
void |
enterSnmpType(tlvParser.SnmpTypeContext ctx)
Enter a parse tree produced by
tlvParser.snmpType() . |
void |
enterStartTLV(tlvParser.StartTLVContext ctx)
Enter a parse tree produced by
tlvParser.startTLV() . |
void |
enterSTlv(tlvParser.STlvContext ctx)
Enter a parse tree produced by
tlvParser.sTlv() . |
void |
enterSub(tlvParser.SubContext ctx)
Enter a parse tree produced by
tlvParser.sub() . |
void |
enterSubTLV(tlvParser.SubTLVContext ctx)
Enter a parse tree produced by
tlvParser.subTLV() . |
void |
enterSubType(tlvParser.SubTypeContext ctx)
Enter a parse tree produced by
tlvParser.subType() . |
void |
enterSubTypeValue(tlvParser.SubTypeValueContext ctx)
Enter a parse tree produced by
tlvParser.subTypeValue() . |
void |
enterTlv(tlvParser.TlvContext ctx)
Enter a parse tree produced by
tlvParser.tlv() . |
void |
enterType(tlvParser.TypeContext ctx)
Enter a parse tree produced by
tlvParser.type() . |
void |
enterTypeValue(tlvParser.TypeValueContext ctx)
Enter a parse tree produced by
tlvParser.typeValue() . |
void |
enterValue(tlvParser.ValueContext ctx)
Enter a parse tree produced by
tlvParser.value() . |
void |
exitBegin(tlvParser.BeginContext ctx)
Exit a parse tree produced by
tlvParser.begin() . |
void |
exitConfigType(tlvParser.ConfigTypeContext ctx)
Exit a parse tree produced by
tlvParser.configType() . |
void |
exitDataType(tlvParser.DataTypeContext ctx)
Exit a parse tree produced by
tlvParser.dataType() . |
void |
exitEmptyTLV(tlvParser.EmptyTLVContext ctx)
Exit a parse tree produced by
tlvParser.emptyTLV() . |
void |
exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
|
void |
exitOid(tlvParser.OidContext ctx)
Exit a parse tree produced by
tlvParser.oid() . |
void |
exitSnmp(tlvParser.SnmpContext ctx)
Exit a parse tree produced by
tlvParser.snmp() . |
void |
exitSnmpType(tlvParser.SnmpTypeContext ctx)
Exit a parse tree produced by
tlvParser.snmpType() . |
void |
exitStartTLV(tlvParser.StartTLVContext ctx)
Exit a parse tree produced by
tlvParser.startTLV() . |
void |
exitSTlv(tlvParser.STlvContext ctx)
Exit a parse tree produced by
tlvParser.sTlv() . |
void |
exitSub(tlvParser.SubContext ctx)
Exit a parse tree produced by
tlvParser.sub() . |
void |
exitSubTLV(tlvParser.SubTLVContext ctx)
Exit a parse tree produced by
tlvParser.subTLV() . |
void |
exitSubType(tlvParser.SubTypeContext ctx)
Exit a parse tree produced by
tlvParser.subType() . |
void |
exitSubTypeValue(tlvParser.SubTypeValueContext ctx)
Exit a parse tree produced by
tlvParser.subTypeValue() . |
void |
exitTlv(tlvParser.TlvContext ctx)
Exit a parse tree produced by
tlvParser.tlv() . |
void |
exitType(tlvParser.TypeContext ctx)
Exit a parse tree produced by
tlvParser.type() . |
void |
exitTypeValue(tlvParser.TypeValueContext ctx)
Exit a parse tree produced by
tlvParser.typeValue() . |
void |
exitValue(tlvParser.ValueContext ctx)
Exit a parse tree produced by
tlvParser.value() . |
void |
visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
|
void |
visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
|
public void enterStartTLV(@NotNull tlvParser.StartTLVContext ctx)
tlvParser.startTLV()
.
The default implementation does nothing.enterStartTLV
in interface tlvListener
ctx
- the parse treepublic void exitStartTLV(@NotNull tlvParser.StartTLVContext ctx)
tlvParser.startTLV()
.
The default implementation does nothing.exitStartTLV
in interface tlvListener
ctx
- the parse treepublic void enterSub(@NotNull tlvParser.SubContext ctx)
tlvParser.sub()
.
The default implementation does nothing.enterSub
in interface tlvListener
ctx
- the parse treepublic void exitSub(@NotNull tlvParser.SubContext ctx)
tlvParser.sub()
.
The default implementation does nothing.exitSub
in interface tlvListener
ctx
- the parse treepublic void enterSubTLV(@NotNull tlvParser.SubTLVContext ctx)
tlvParser.subTLV()
.
The default implementation does nothing.enterSubTLV
in interface tlvListener
ctx
- the parse treepublic void exitSubTLV(@NotNull tlvParser.SubTLVContext ctx)
tlvParser.subTLV()
.
The default implementation does nothing.exitSubTLV
in interface tlvListener
ctx
- the parse treepublic void enterEmptyTLV(@NotNull tlvParser.EmptyTLVContext ctx)
tlvParser.emptyTLV()
.
The default implementation does nothing.enterEmptyTLV
in interface tlvListener
ctx
- the parse treepublic void exitEmptyTLV(@NotNull tlvParser.EmptyTLVContext ctx)
tlvParser.emptyTLV()
.
The default implementation does nothing.exitEmptyTLV
in interface tlvListener
ctx
- the parse treepublic void enterDataType(@NotNull tlvParser.DataTypeContext ctx)
tlvParser.dataType()
.
The default implementation does nothing.enterDataType
in interface tlvListener
ctx
- the parse treepublic void exitDataType(@NotNull tlvParser.DataTypeContext ctx)
tlvParser.dataType()
.
The default implementation does nothing.exitDataType
in interface tlvListener
ctx
- the parse treepublic void enterOid(@NotNull tlvParser.OidContext ctx)
tlvParser.oid()
.
The default implementation does nothing.enterOid
in interface tlvListener
ctx
- the parse treepublic void exitOid(@NotNull tlvParser.OidContext ctx)
tlvParser.oid()
.
The default implementation does nothing.exitOid
in interface tlvListener
ctx
- the parse treepublic void enterSnmp(@NotNull tlvParser.SnmpContext ctx)
tlvParser.snmp()
.
The default implementation does nothing.enterSnmp
in interface tlvListener
ctx
- the parse treepublic void exitSnmp(@NotNull tlvParser.SnmpContext ctx)
tlvParser.snmp()
.
The default implementation does nothing.exitSnmp
in interface tlvListener
ctx
- the parse treepublic void enterConfigType(@NotNull tlvParser.ConfigTypeContext ctx)
tlvParser.configType()
.
The default implementation does nothing.enterConfigType
in interface tlvListener
ctx
- the parse treepublic void exitConfigType(@NotNull tlvParser.ConfigTypeContext ctx)
tlvParser.configType()
.
The default implementation does nothing.exitConfigType
in interface tlvListener
ctx
- the parse treepublic void enterType(@NotNull tlvParser.TypeContext ctx)
tlvParser.type()
.
The default implementation does nothing.enterType
in interface tlvListener
ctx
- the parse treepublic void exitType(@NotNull tlvParser.TypeContext ctx)
tlvParser.type()
.
The default implementation does nothing.exitType
in interface tlvListener
ctx
- the parse treepublic void enterSubTypeValue(@NotNull tlvParser.SubTypeValueContext ctx)
tlvParser.subTypeValue()
.
The default implementation does nothing.enterSubTypeValue
in interface tlvListener
ctx
- the parse treepublic void exitSubTypeValue(@NotNull tlvParser.SubTypeValueContext ctx)
tlvParser.subTypeValue()
.
The default implementation does nothing.exitSubTypeValue
in interface tlvListener
ctx
- the parse treepublic void enterTypeValue(@NotNull tlvParser.TypeValueContext ctx)
tlvParser.typeValue()
.
The default implementation does nothing.enterTypeValue
in interface tlvListener
ctx
- the parse treepublic void exitTypeValue(@NotNull tlvParser.TypeValueContext ctx)
tlvParser.typeValue()
.
The default implementation does nothing.exitTypeValue
in interface tlvListener
ctx
- the parse treepublic void enterSubType(@NotNull tlvParser.SubTypeContext ctx)
tlvParser.subType()
.
The default implementation does nothing.enterSubType
in interface tlvListener
ctx
- the parse treepublic void exitSubType(@NotNull tlvParser.SubTypeContext ctx)
tlvParser.subType()
.
The default implementation does nothing.exitSubType
in interface tlvListener
ctx
- the parse treepublic void enterValue(@NotNull tlvParser.ValueContext ctx)
tlvParser.value()
.
The default implementation does nothing.enterValue
in interface tlvListener
ctx
- the parse treepublic void exitValue(@NotNull tlvParser.ValueContext ctx)
tlvParser.value()
.
The default implementation does nothing.exitValue
in interface tlvListener
ctx
- the parse treepublic void enterBegin(@NotNull tlvParser.BeginContext ctx)
tlvParser.begin()
.
The default implementation does nothing.enterBegin
in interface tlvListener
ctx
- the parse treepublic void exitBegin(@NotNull tlvParser.BeginContext ctx)
tlvParser.begin()
.
The default implementation does nothing.exitBegin
in interface tlvListener
ctx
- the parse treepublic void enterSTlv(@NotNull tlvParser.STlvContext ctx)
tlvParser.sTlv()
.
The default implementation does nothing.enterSTlv
in interface tlvListener
ctx
- the parse treepublic void exitSTlv(@NotNull tlvParser.STlvContext ctx)
tlvParser.sTlv()
.
The default implementation does nothing.exitSTlv
in interface tlvListener
ctx
- the parse treepublic void enterTlv(@NotNull tlvParser.TlvContext ctx)
tlvParser.tlv()
.
The default implementation does nothing.enterTlv
in interface tlvListener
ctx
- the parse treepublic void exitTlv(@NotNull tlvParser.TlvContext ctx)
tlvParser.tlv()
.
The default implementation does nothing.exitTlv
in interface tlvListener
ctx
- the parse treepublic void enterSnmpType(@NotNull tlvParser.SnmpTypeContext ctx)
tlvParser.snmpType()
.
The default implementation does nothing.enterSnmpType
in interface tlvListener
ctx
- the parse treepublic void exitSnmpType(@NotNull tlvParser.SnmpTypeContext ctx)
tlvParser.snmpType()
.
The default implementation does nothing.exitSnmpType
in interface tlvListener
ctx
- the parse treepublic void enterEveryRule(@NotNull org.antlr.v4.runtime.ParserRuleContext ctx)
enterEveryRule
in interface org.antlr.v4.runtime.tree.ParseTreeListener
public void exitEveryRule(@NotNull org.antlr.v4.runtime.ParserRuleContext ctx)
exitEveryRule
in interface org.antlr.v4.runtime.tree.ParseTreeListener
public void visitTerminal(@NotNull org.antlr.v4.runtime.tree.TerminalNode node)
visitTerminal
in interface org.antlr.v4.runtime.tree.ParseTreeListener
public void visitErrorNode(@NotNull org.antlr.v4.runtime.tree.ErrorNode node)
visitErrorNode
in interface org.antlr.v4.runtime.tree.ParseTreeListener