MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / instanceofObjArray

Method instanceofObjArray

CodenameOne/src/com/codename1/io/Util.java:899–901  ·  view source on GitHub ↗
(Object o)

Source from the content-addressed store, hash-verified

897 /// @deprecated this method serves as a temporary workaround for an XMLVM bug and will be removed
898 /// once the bug is fixed
899 public static boolean instanceofObjArray(Object o) {
900 return getImplementation().instanceofObjArray(o);
901 }
902
903 /// This method allows working around [issue 58](http://code.google.com/p/codenameone/issues/detail?id=58)
904 ///

Callers 3

writeObjectMethod · 0.95
setTypeMethod · 0.95
invokeStatic16Method · 0.45

Calls 1

getImplementationMethod · 0.95

Tested by

no test coverage detected