Package org.benf.cfr.reader.util.getopt
Class OptionsImpl.DefaultingIntDecoder
java.lang.Object
org.benf.cfr.reader.util.getopt.OptionsImpl.DefaultingIntDecoder
- All Implemented Interfaces:
TrinaryFunction<String,
,Void, Options, Integer> OptionDecoder<Integer>
,OptionDecoderParam<Integer,
Void>
- Enclosing class:
- OptionsImpl
private static class OptionsImpl.DefaultingIntDecoder
extends Object
implements OptionDecoder<Integer>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
defaultValue
-
-
Constructor Details
-
DefaultingIntDecoder
-
-
Method Details
-
invoke
-
getRangeDescription
- Specified by:
getRangeDescription
in interfaceOptionDecoderParam<Integer,
Void>
-
getDefaultValue
- Specified by:
getDefaultValue
in interfaceOptionDecoderParam<Integer,
Void>
-