Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/beanshell/beanshell
/ isWrapper
Method
isWrapper
src/bsh/BSHBinaryExpression.java:215–218 ·
view source on GitHub ↗
( Object obj )
Source
from the content-addressed store, hash-verified
213
object is a java.lang wrapper
for
boolean, char, or number type
214
*/
215
private
boolean isWrapper( Object obj ) {
216
return
( obj instanceof Boolean ||
217
obj instanceof Character || obj instanceof Number );
218
}
219
}
Callers
1
eval
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected