Searched refs:fromNumericType (Results 1 – 3 of 3) sorted by relevance
17 public static ConstType fromNumericType(NumericType type) { in fromNumericType() method in ConstType
80 public static MoveType fromNumericType(NumericType type) { in fromNumericType() method in MoveType
1489 Value value = new Value(valueNumberGenerator.next(), MoveType.fromNumericType(type), null);1490 add(new ConstNumber(ConstType.fromNumericType(type), value, constant));