Uses of Class
org.harctoolbox.irp.IrpInvalidArgumentException
Packages that use IrpInvalidArgumentException
-
Uses of IrpInvalidArgumentException in org.harctoolbox.cmdline
Methods in org.harctoolbox.cmdline that throw IrpInvalidArgumentExceptionModifier 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 IrpInvalidArgumentException in org.harctoolbox.irp
Methods in org.harctoolbox.irp that throw IrpInvalidArgumentExceptionModifier and TypeMethodDescriptiondoubleDuration.evaluate(GeneralSpec generalSpec, NameEngine nameEngine) doubleDuration.evaluate(GeneralSpec generalSpec, NameEngine nameEngine, double elapsed) doubleExtent.evaluate(GeneralSpec generalSpec, NameEngine nameEngine, double elapsed) protected abstract DurationDuration.evaluatedDuration(GeneralSpec generalSpec, NameEngine nameEngine) Deliver an "evaluated" Duration (variables resolved) of the same subclass.protected ExtentExtent.evaluatedDuration(GeneralSpec generalSpec, NameEngine nameEngine) protected FlashFlash.evaluatedDuration(GeneralSpec generalSpec, NameEngine nameEngine) protected GapGap.evaluatedDuration(GeneralSpec generalSpec, NameEngine nameEngine) abstract doubleDuration.evaluateWithSign(GeneralSpec generalSpec, NameEngine nameEngine, double elapsed) doubleExtent.evaluateWithSign(GeneralSpec generalSpec, NameEngine nameEngine, double elapsed) doubleFlash.evaluateWithSign(GeneralSpec generalSpec, NameEngine nameEngine, double elapsed) doubleGap.evaluateWithSign(GeneralSpec generalSpec, NameEngine nameEngine, double elapsed) voidCodeGenerator.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) voidCodeGenerator.generate(Collection<String> protocolNames, IrpDatabase irpDatabase, PrintStream out, 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) final booleanDuration.isEmpty(NameEngine nameEngine) booleanIrStreamItem.isEmpty(NameEngine nameEngine) NamedProtocol.preferredOvers(IrpDatabase irpDatabase) NamedProtocol.preferredOvers(IrpDatabase irpDatabase, int level) NamedProtocol.render(NameEngine nameEngine) doubleDuration.toFloat(GeneralSpec generalSpec, NameEngine nameEngine) doubleFloatable.toFloat(GeneralSpec generalSpec, NameEngine nameEngine) Produces a floating result.doubleNameOrNumber.toFloat(GeneralSpec generalSpec, NameEngine nameEngine) Protocol.toIrSignal(Map<String, Long> params) Protocol.toIrSignal(NameEngine nameEngine) Renders the protocol.Protocol.toModulatedIrSequence(NameEngine nameEngine, IrSignal.Pass pass) Renders the protocol, but only for the pass given as second argument.Constructors in org.harctoolbox.irp that throw IrpInvalidArgumentExceptionModifierConstructorDescriptionGeneralSpec(String str) NamedProtocol(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)