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

Method isPrimitiveValue

src/bsh/BSHBinaryExpression.java:207–210  ·  view source on GitHub ↗
( Object obj )

Source from the content-addressed store, hash-verified

205 object is a non-null and non-void Primitive type
206 */
207 private boolean isPrimitiveValue( Object obj ) {
208 return ( (obj instanceof Primitive)
209 && (obj != Primitive.VOID) && (obj != Primitive.NULL) );
210 }
211
212 /*
213 object is a java.lang wrapper for boolean, char, or number type

Callers 1

evalMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected