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

Method getInterface

src/bsh/XThis.java:75–78  ·  view source on GitHub ↗

Get dynamic proxy for interface, caching those it creates.

( Class clas )

Source from the content-addressed store, hash-verified

73 Get dynamic proxy for interface, caching those it creates.
74 */
75 public Object getInterface( Class clas )
76 {
77 return getInterface( new Class[] { clas } );
78 }
79
80 /**
81 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