Searched refs:checkedShortValue (Results 1 – 7 of 7) sorted by relevance
114 short checkedShortValue() throws InvalidTypeException { in checkedShortValue() method in CharValueImpl119 return super.checkedShortValue(); in checkedShortValue()
117 short checkedShortValue() throws InvalidTypeException { in checkedShortValue() method in IntegerValueImpl121 return super.checkedShortValue(); in checkedShortValue()
123 short checkedShortValue() throws InvalidTypeException { in checkedShortValue() method in LongValueImpl127 return super.checkedShortValue(); in checkedShortValue()
123 short checkedShortValue() throws InvalidTypeException { in checkedShortValue() method in FloatValueImpl127 return super.checkedShortValue(); in checkedShortValue()
123 short checkedShortValue() throws InvalidTypeException { in checkedShortValue() method in DoubleValueImpl127 return super.checkedShortValue(); in checkedShortValue()
41 return vm.mirrorOf(((PrimitiveValueImpl)value).checkedShortValue()); in convert()
61 short checkedShortValue() throws InvalidTypeException { in checkedShortValue() method in PrimitiveValueImpl