Uses of Class
org.harctoolbox.irp.IrpParser.ProtocolContext
-
Uses of IrpParser.ProtocolContext in org.harctoolbox.irp
Modifier and TypeMethodDescriptionvoid
IrpBaseListener.enterProtocol
(IrpParser.ProtocolContext ctx) Enter a parse tree produced byIrpParser.protocol()
.void
IrpListener.enterProtocol
(IrpParser.ProtocolContext ctx) Enter a parse tree produced byIrpParser.protocol()
.void
IrpBaseListener.exitProtocol
(IrpParser.ProtocolContext ctx) Exit a parse tree produced byIrpParser.protocol()
.void
IrpListener.exitProtocol
(IrpParser.ProtocolContext ctx) Exit a parse tree produced byIrpParser.protocol()
.IrpBaseVisitor.visitProtocol
(IrpParser.ProtocolContext ctx) Visit a parse tree produced byIrpParser.protocol()
.IrpVisitor.visitProtocol
(IrpParser.ProtocolContext ctx) Visit a parse tree produced byIrpParser.protocol()
.ModifierConstructorDescriptionProtocol
(GeneralSpec generalSpec, BitspecIrstream bitspecIrstream, NameEngine definitions, ParameterSpecs parameterSpecs, IrpParser.ProtocolContext parseTree) Protocol
(GeneralSpec generalSpec, BitspecIrstream bitspecIrstream, NameEngine definitions, ParameterSpecs parameterSpecs, IrpParser.ProtocolContext parseTree, Class<? extends AbstractDecoder> decoderClass) The general constructor for Protocol.Protocol
(IrpParser.ProtocolContext parseTree)