Uses of Class
org.harctoolbox.irp.UnsupportedRepeatException
-
Uses of UnsupportedRepeatException in org.harctoolbox.cmdline
Modifier and TypeMethodDescriptionvoid
CommandCode.code
(PrintStream out, CommandCommonOptions commandLineArgs, IrpDatabase irpDatabase, String[] args) void
CommandList.list
(PrintStream out, CommandCommonOptions commandLineArgs, IrpDatabase irpDatabase) void
CommandRender.render
(PrintStream printStream, IrpDatabase irpDatabase, CommandCommonOptions commonOptions) -
Uses of UnsupportedRepeatException in org.harctoolbox.irp
Modifier and TypeMethodDescriptionvoid
CodeGenerator.generate
(Collection<String> protocolNames, IrpDatabase irpDatabase, File directory, boolean inspect, Map<String, String> parameters, Double absoluteTolerance, Double relativeTolerance, Double frequencyTolerance, String tool, String toolVersion, String commandLine) IrpDatabase.getNamedProtocol
(String protocolName) IrpDatabase.getNamedProtocolExpandAlias
(String protocolName) IrpDatabase.getNonRecycledProtocol
(String protocolName) Returns a Protocol with the prescribed name.IrpDatabase.getNormalFormIrp
(String protocolName, int radix) IrpDatabase.getProtocol
(String protocolName) Returns a Protocol with the prescribed name.IrpDatabase.getProtocolExpandAlias
(String protocolName) NamedProtocol.preferredOvers
(IrpDatabase irpDatabase) NamedProtocol.preferredOvers
(IrpDatabase irpDatabase, int level) ModifierConstructorDescriptionNamedProtocol
(String name, String irp, DocumentFragment documentation) NamedProtocol
(String name, String irp, DocumentFragment htmlDocumentation, String frequencyTolerance, String frequencyLower, String frequencyUpper, String absoluteTolerance, String relativeTolerance, String minimumLeadout, String decodable, String rejectRepeatless, List<String> preferOver, Map<String, List<String>> map) Parses the string given as argument and constructs a Protocol.Protocol
(IrpParser.ProtocolContext parseTree)