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

Method getInterface

src/bsh/This.java:96–99  ·  view source on GitHub ↗

Get dynamic proxy for interface, caching those it creates.

( Class clas )

Source from the content-addressed store, hash-verified

94 Get dynamic proxy for interface, caching those it creates.
95 */
96 public Object getInterface( Class clas )
97 {
98 return getInterface( new Class[] { clas } );
99 }
100
101 /**
102 Get dynamic proxy for interface, caching those it creates.

Callers

nothing calls this directly

Calls 3

getMethod · 0.65
putMethod · 0.65
hashCodeMethod · 0.45

Tested by

no test coverage detected