public class TlvConfigurationFileParser extends tlvBaseListener
| Constructor and Description |
|---|
TlvConfigurationFileParser() |
| Modifier and Type | Method and Description |
|---|---|
void |
enterConfigType(tlvParser.ConfigTypeContext ctx)
Enter a parse tree produced by
tlvParser.configType(). |
void |
enterSnmp(tlvParser.SnmpContext ctx)
Enter a parse tree produced by
tlvParser.snmp(). |
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 |
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 |
enterTypeValue(tlvParser.TypeValueContext ctx)
Enter a parse tree produced by
tlvParser.typeValue(). |
void |
exitSnmp(tlvParser.SnmpContext ctx)
Exit a parse tree produced by
tlvParser.snmp(). |
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 |
exitTlv(tlvParser.TlvContext ctx)
Exit a parse tree produced by
tlvParser.tlv(). |
int |
getConfigurationFileType() |
org.json.JSONArray |
getTLVDefinitions() |
java.util.Map<java.lang.Integer,java.lang.Integer> |
getTopLevelTypeToNumByteLength() |
byte[] |
toByteArray() |
java.lang.String |
toString() |
java.lang.String |
toString(java.lang.String sSeperation) |
enterBegin, enterDataType, enterEmptyTLV, enterEveryRule, enterOid, enterSnmpType, enterSubTLV, enterSubType, enterType, enterValue, exitBegin, exitConfigType, exitDataType, exitEmptyTLV, exitEveryRule, exitOid, exitSnmpType, exitStartTLV, exitSubTLV, exitSubType, exitSubTypeValue, exitType, exitTypeValue, exitValue, visitErrorNode, visitTerminalpublic void enterConfigType(@NotNull
tlvParser.ConfigTypeContext ctx)
tlvParser.configType().
The default implementation does nothing.
The default implementation does nothing.enterConfigType in interface tlvListenerenterConfigType in class tlvBaseListenerctx - tlvParser.ConfigTypeContextpublic void enterStartTLV(@NotNull
tlvParser.StartTLVContext ctx)
tlvParser.startTLV().
The default implementation does nothing.
The default implementation does nothing.enterStartTLV in interface tlvListenerenterStartTLV in class tlvBaseListenerctx - tlvParser.StartTLVContextpublic void enterTlv(@NotNull
tlvParser.TlvContext ctx)
tlvParser.tlv().
The default implementation does nothing.
The default implementation does nothing.enterTlv in interface tlvListenerenterTlv in class tlvBaseListenerctx - tlvParser.TlvContextpublic void enterSnmp(@NotNull
tlvParser.SnmpContext ctx)
tlvParser.snmp().
The default implementation does nothing.
The default implementation does nothing.enterSnmp in interface tlvListenerenterSnmp in class tlvBaseListenerctx - tlvParser.SnmpContextpublic void enterSub(@NotNull
tlvParser.SubContext ctx)
tlvParser.sub().
The default implementation does nothing.
The default implementation does nothing.enterSub in interface tlvListenerenterSub in class tlvBaseListenerctx - tlvParser.SubContextpublic void exitSub(@NotNull
tlvParser.SubContext ctx)
tlvParser.sub().
The default implementation does nothing.
The default implementation does nothing.exitSub in interface tlvListenerexitSub in class tlvBaseListenerctx - tlvParser.SubContextpublic void enterSTlv(@NotNull
tlvParser.STlvContext ctx)
tlvParser.sTlv().
The default implementation does nothing.
The default implementation does nothing.enterSTlv in interface tlvListenerenterSTlv in class tlvBaseListenerctx - tlvParser.STlvContextpublic void exitSTlv(@NotNull
tlvParser.STlvContext ctx)
tlvParser.sTlv().
The default implementation does nothing.
The default implementation does nothing.exitSTlv in interface tlvListenerexitSTlv in class tlvBaseListenerctx - tlvParser.STlvContextpublic void enterSubTypeValue(@NotNull
tlvParser.SubTypeValueContext ctx)
tlvParser.subTypeValue().
The default implementation does nothing.
The default implementation does nothing.enterSubTypeValue in interface tlvListenerenterSubTypeValue in class tlvBaseListenerctx - tlvParser.SubTypeValueContextpublic void enterTypeValue(@NotNull
tlvParser.TypeValueContext ctx)
tlvParser.typeValue().
The default implementation does nothing.
The default implementation does nothing.enterTypeValue in interface tlvListenerenterTypeValue in class tlvBaseListenerctx - tlvParser.TypeValueContextpublic void exitTlv(@NotNull
tlvParser.TlvContext ctx)
tlvParser.tlv().
The default implementation does nothing.
The default implementation does nothing.exitTlv in interface tlvListenerexitTlv in class tlvBaseListenerctx - tlvParser.TlvContextpublic void exitSnmp(@NotNull
tlvParser.SnmpContext ctx)
tlvParser.snmp().
The default implementation does nothing.
The default implementation does nothing.exitSnmp in interface tlvListenerexitSnmp in class tlvBaseListenerctx - tlvParser.SnmpContextpublic byte[] toByteArray()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toString(java.lang.String sSeperation)
sSeperation - public java.util.Map<java.lang.Integer,java.lang.Integer> getTopLevelTypeToNumByteLength()
public org.json.JSONArray getTLVDefinitions()
public int getConfigurationFileType()