Searched refs:checkedIntValue (Results 1 – 5 of 5) sorted by relevance
131 int checkedIntValue() throws InvalidTypeException { in checkedIntValue() method in LongValueImpl135 return super.checkedIntValue(); in checkedIntValue()
131 int checkedIntValue() throws InvalidTypeException { in checkedIntValue() method in FloatValueImpl136 return super.checkedIntValue(); in checkedIntValue()
131 int checkedIntValue() throws InvalidTypeException { in checkedIntValue() method in DoubleValueImpl135 return super.checkedIntValue(); in checkedIntValue()
41 return vm.mirrorOf(((PrimitiveValueImpl)value).checkedIntValue()); in convert()
64 int checkedIntValue() throws InvalidTypeException { in checkedIntValue() method in PrimitiveValueImpl