Searched defs:constant (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/admingui/common/src/main/java/org/glassfish/admingui/common/util/
H A DJSONUtil.java596 private static Object readConstant(JsonChars json, String constant) { argument
597 byte[] good = constant.getBytes();
605 "Expected constant (" + constant + ")!");
610 return constant.equals("null") ? NULL : Boolean.valueOf(constant);

Completed in 18 milliseconds