MCPcopy Index your code
hub / github.com/beanshell/beanshell / get_static

Method get_static

tests/src/MethodSelection.java:39–42  ·  view source on GitHub ↗
( Object o )

Source from the content-addressed store, hash-verified

37 // static method selection
38
39 public static Class get_static( Object o ) {
40 System.out.println("selected object method");
41 return o.getClass();
42 }
43 public static Class get_static( String o ) {
44 System.out.println("selected string method");
45 return o.getClass();

Callers

nothing calls this directly

Calls 2

getClassMethod · 0.80
printlnMethod · 0.65

Tested by

no test coverage detected