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

Method getType

src/bsh/Variable.java:131–131  ·  view source on GitHub ↗

A type of null means loosely typed variable

()

Source from the content-addressed store, hash-verified

129
130 /** A type of null means loosely typed variable */
131 public Class getType() { return type; }
132
133 public String getTypeDescriptor() { return typeDescriptor; }
134

Callers 1

setTypedVariableMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected