Searched defs:postfixDescription (Results 1 – 3 of 3) sorted by relevance
86 public static String postfixDescription(JCommander jc) { in postfixDescription() method in ExtendedCommands91 public static String postfixDescription(Object command) { in postfixDescription() method in ExtendedCommands
41 String postfixDescription() default ""; in postfixDescription() method
302 String postfixDescription = getPostfixDescription(leafJc); in format() local