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

Method get_dynamic

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

Source from the content-addressed store, hash-verified

68 // dynamic method selection
69
70 public Class get_dynamic( Object o ) {
71 System.out.println("selected object method");
72 return o.getClass();
73 }
74 public Class get_dynamic( String o ) {
75 System.out.println("selected string method");
76 return o.getClass();

Callers

nothing calls this directly

Calls 2

getClassMethod · 0.80
printlnMethod · 0.65

Tested by

no test coverage detected