createOptionHandler ( Option, Setter )1st parameter 'o' of this method has type 'Option'.
metaVar ( )This abstract method is from 'Option' interface.
name ( )This abstract method is from 'Option' interface.
usage ( )This abstract method is from 'Option' interface.
BooleanOptionHandler ( CmdLineParser, Option, Setter )2nd parameter 'option' of this method has type 'Option'.
EnumOptionHandler ( CmdLineParser, Option, Setter, Class )2nd parameter 'option' of this method has type 'Option'.
FileOptionHandler ( CmdLineParser, Option, Setter )2nd parameter 'option' of this method has type 'Option'.
IntOptionHandler ( CmdLineParser, Option, Setter )2nd parameter 'option' of this method has type 'Option'.
OptionHandler ( CmdLineParser, Option, Setter )2nd parameter 'option' of this method has type 'Option'.
getDefaultMetaVariable ( )Field 'this.option' in the object of this abstract method has type 'Option'.
getMetaVariable ( ResourceBundle )Field 'this.option' in the object of this method has type 'Option'.
parseArguments ( Parameters )Field 'this.option' in the object of this abstract method has type 'Option'.
...