MCPcopy 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

getTypeDescriptorMethod · 0.95
getTypeMethod · 0.95

Calls 1

jjtGetChildMethod · 0.65

Tested by

no test coverage detected