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

Method getTargetClass

src/bsh/ClassIdentifier.java:37–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35
36 // Can't call it getClass()
37 public Class getTargetClass() {
38 return clas;
39 }
40
41 public String toString() {
42 return "Class Identifier: "+clas.getName();

Callers 6

toClassMethod · 0.80
toLHSMethod · 0.80
invokeMethodMethod · 0.80
identifierToClassMethod · 0.80
objectAllocationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected