Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
consumeNextObjectField
Method · 0.80
toClass
Method · 0.80
toLHS
Method · 0.80
invokeMethod
Method · 0.80
identifierToClass
Method · 0.80
objectAllocation
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected