Search in sources :

Example 1 with ListHlepCommand

use of org.jf.baksmali.ListHelpCommand.ListHlepCommand in project smali by JesusFreke.

the class ListCommand method setupCommand.

@Override
protected void setupCommand(JCommander jc) {
    List<JCommander> hierarchy = getCommandHierarchy();
    ExtendedCommands.addExtendedCommand(jc, new ListStringsCommand(hierarchy));
    ExtendedCommands.addExtendedCommand(jc, new ListMethodsCommand(hierarchy));
    ExtendedCommands.addExtendedCommand(jc, new ListFieldsCommand(hierarchy));
    ExtendedCommands.addExtendedCommand(jc, new ListTypesCommand(hierarchy));
    ExtendedCommands.addExtendedCommand(jc, new ListClassesCommand(hierarchy));
    ExtendedCommands.addExtendedCommand(jc, new ListDexCommand(hierarchy));
    ExtendedCommands.addExtendedCommand(jc, new ListVtablesCommand(hierarchy));
    ExtendedCommands.addExtendedCommand(jc, new ListFieldOffsetsCommand(hierarchy));
    ExtendedCommands.addExtendedCommand(jc, new ListDependenciesCommand(hierarchy));
    ExtendedCommands.addExtendedCommand(jc, new ListHelpCommand(hierarchy));
    ExtendedCommands.addExtendedCommand(jc, new ListHlepCommand(hierarchy));
}
Also used : JCommander(com.beust.jcommander.JCommander) ListHlepCommand(org.jf.baksmali.ListHelpCommand.ListHlepCommand)

Aggregations

JCommander (com.beust.jcommander.JCommander)1 ListHlepCommand (org.jf.baksmali.ListHelpCommand.ListHlepCommand)1