Uses of Class
org.jf.smali.SmaliOptions
Packages that use SmaliOptions
-
Uses of SmaliOptions in org.jf.smali
Methods in org.jf.smali that return SmaliOptionsModifier and TypeMethodDescriptionprotected SmaliOptionsAssembleCommand.getOptions()protected SmaliOptionsPrintTokensCommand.getOptions()Methods in org.jf.smali with parameters of type SmaliOptionsModifier and TypeMethodDescriptionstatic booleanSmali.assemble(SmaliOptions options, String... input) Assemble the specified files, using the given optionsstatic booleanSmali.assemble(SmaliOptions options, List<String> input) Assemble the specified files, using the given optionsprivate static booleanSmali.assembleSmaliFile(File smaliFile, DexBuilder dexBuilder, SmaliOptions options) static booleanSmali.printTokens(SmaliOptions options, List<String> input) Prints the lexical tokens for the given files.private static booleanSmali.printTokensForSingleFile(File smaliFile, SmaliOptions options)