Package org.jf.baksmali
Class ListReferencesCommand
java.lang.Object
org.jf.util.jcommander.Command
org.jf.baksmali.DexInputCommand
org.jf.baksmali.ListReferencesCommand
- Direct Known Subclasses:
ListFieldsCommand,ListMethodsCommand,ListStringsCommand,ListTypesCommand
-
Field Summary
FieldsFields inherited from class org.jf.baksmali.DexInputCommand
apiLevel, dexEntry, dexFile, inputEntry, inputFile, inputListFields inherited from class org.jf.util.jcommander.Command
commandAncestors -
Constructor Summary
ConstructorsConstructorDescriptionListReferencesCommand(List<com.beust.jcommander.JCommander> commandAncestors, int referenceType) -
Method Summary
Methods inherited from class org.jf.baksmali.DexInputCommand
loadDexFileMethods inherited from class org.jf.util.jcommander.Command
getCommandHierarchy, getJCommander, setupCommand, usage
-
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