Home
last modified time | relevance | path

Searched defs:postfixDescription (Results 1 – 3 of 3) sorted by relevance

/external/smali/util/src/main/java/org/jf/util/jcommander/
DExtendedParameters.java42 String postfixDescription() default ""; in postfixDescription() method
DExtendedCommands.java87 public static String postfixDescription(JCommander jc) { in postfixDescription() method in ExtendedCommands
92 public static String postfixDescription(Object command) { in postfixDescription() method in ExtendedCommands
DHelpFormatter.java303 String postfixDescription = getPostfixDescription(leafJc); in format() local