MCPcopy Create free account
hub / github.com/directwebremoting/dwr / isNull

Method isNull

etc/future/scanner/InboundVariable.java:306–309  ·  view source on GitHub ↗

Was this type null on the way in @return true if the javascript variable was null or undefined.

()

Source from the content-addressed store, hash-verified

304 * @return true if the javascript variable was null or undefined.
305 */
306 public boolean isNull()
307 {
308 return type.equals(ProtocolConstants.INBOUND_NULL);
309 }
310
311 /**
312 * @return Returns the value.

Callers 1

convertInboundMethod · 0.45

Calls 1

equalsMethod · 0.45

Tested by

no test coverage detected