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

Method add

src/bsh/util/NameCompletionTable.java:54–60  ·  view source on GitHub ↗

Add a NameCompletionTable, which is more optimized than the more general NameSource

( NameCompletionTable table )

Source from the content-addressed store, hash-verified

52 general NameSource
53 */
54 public void add( NameCompletionTable table ) {
55 /** Unimplemented - need a collection here */
56 if ( this.table != null )
57 throw new RuntimeException("Unimplemented usage error");
58
59 this.table = table;
60 }
61
62 /**
63 Add a NameSource which is monitored for names.

Callers 14

initMethod · 0.45
setClistMethod · 0.45
setClassTreeMethod · 0.45
labeledPaneMethod · 0.45
initMethod · 0.45
mainMethod · 0.45
makeNodeMethod · 0.45
initMethod · 0.45
mainMethod · 0.45
getMatchingNamesMethod · 0.45
JConsoleMethod · 0.45
startSplashScreenMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected