MCPcopy Create free account
hub / github.com/beanshell/beanshell / completeName

Method completeName

src/bsh/util/NameCompletion.java:47–47  ·  view source on GitHub ↗

Return an array containing a string element of the maximum unambiguous namespace completion or, if there is no common prefix, return the list of ambiguous names. e.g. input: "java.l" output: [ "java.lang." ] input: "java.lang." output: [ "java.lang.Thread", "java.lang.Integer",

( String part )

Source from the content-addressed store, hash-verified

45 Note: Alternatively, make a NameCompletionResult object someday...
46 */
47 public String [] completeName( String part );
48
49}

Callers 1

doCommandCompletionMethod · 0.65

Implementers 1

NameCompletionTablesrc/bsh/util/NameCompletionTable.java

Calls

no outgoing calls

Tested by

no test coverage detected