MCPcopy Index your code
hub / github.com/beanshell/beanshell / isWrapperType

Method isWrapperType

src/bsh/Primitive.java:1088–1091  ·  view source on GitHub ↗
( Class type )

Source from the content-addressed store, hash-verified

1086 }
1087
1088 public static boolean isWrapperType( Class type )
1089 {
1090 return wrapperMap.get( type ) != null && !type.isPrimitive();
1091 }
1092
1093 /**
1094 Cast a primitive value represented by its java.lang wrapper type to the

Callers 3

PrimitiveMethod · 0.95
wrapMethod · 0.95
castObjectMethod · 0.95

Calls 2

getMethod · 0.65
isPrimitiveMethod · 0.45

Tested by

no test coverage detected