Class ListReferencesCommand

Direct Known Subclasses:
ListFieldsCommand, ListMethodsCommand, ListStringsCommand, ListTypesCommand

public abstract class ListReferencesCommand extends DexInputCommand
  • Field Details

    • referenceType

      private final int referenceType
    • help

      private boolean help
  • Constructor Details

    • ListReferencesCommand

      public ListReferencesCommand(@Nonnull List<com.beust.jcommander.JCommander> commandAncestors, int referenceType)
  • Method Details

    • run

      public void run()
      Specified by:
      run in class Command