Uses of Class
org.harctoolbox.irp.UnsupportedRepeatException
Packages that use UnsupportedRepeatException
-
Uses of UnsupportedRepeatException in org.harctoolbox.cmdline
Methods in org.harctoolbox.cmdline that throw UnsupportedRepeatExceptionModifier and TypeMethodDescriptionvoidCommandCode.code(PrintStream out, CommandCommonOptions commandLineArgs, IrpDatabase irpDatabase, String[] args) voidCommandList.list(PrintStream out, CommandCommonOptions commandLineArgs, IrpDatabase irpDatabase) voidCommandRender.render(PrintStream printStream, IrpDatabase irpDatabase, CommandCommonOptions commonOptions) -
Uses of UnsupportedRepeatException in org.harctoolbox.irp
Methods in org.harctoolbox.irp that throw UnsupportedRepeatExceptionModifier and TypeMethodDescriptionvoidCodeGenerator.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) Constructors in org.harctoolbox.irp that throw UnsupportedRepeatExceptionModifierConstructorDescriptionNamedProtocol(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)