Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/beanshell/beanshell
/ getTypeNode
Method
getTypeNode
src/bsh/BSHType.java:65–67 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
63
}
64
65
SimpleNode getTypeNode() {
66
return
(SimpleNode)jjtGetChild(0);
67
}
68
69
/**
70
Returns a
class
descriptor
for
this type.
Callers
2
getTypeDescriptor
Method · 0.95
getType
Method · 0.95
Calls
1
jjtGetChild
Method · 0.65
Tested by
no test coverage detected