Searched refs:HexInteger (Results 1 – 3 of 3) sorted by relevance
100 this.representers.put(HexInteger.class, new RepresentHex()); in MyRepresenter()136 map.put("color", new HexInteger(label.getColor())); in representData()144 HexInteger hex = (HexInteger) data; in representData()151 private class HexInteger { class in Example2_24Test154 public HexInteger(Integer color) { in HexInteger() method in Example2_24Test.HexInteger
49 TokInteger: `DecimalInteger` | `HexInteger` | `BinInteger`51 HexInteger: "0x" ("0"..."9" | "a"..."f" | "A"..."F")+