Searched refs:checkedByteValue (Results 1 – 8 of 8) sorted by relevance
105 byte checkedByteValue() throws InvalidTypeException { in checkedByteValue() method in CharValueImpl110 return super.checkedByteValue(); in checkedByteValue()
101 byte checkedByteValue() throws InvalidTypeException { in checkedByteValue() method in ShortValueImpl105 return super.checkedByteValue(); in checkedByteValue()
101 byte checkedByteValue() throws InvalidTypeException { in checkedByteValue() method in IntegerValueImpl105 return super.checkedByteValue(); in checkedByteValue()
107 byte checkedByteValue() throws InvalidTypeException { in checkedByteValue() method in LongValueImpl111 return super.checkedByteValue(); in checkedByteValue()
107 byte checkedByteValue() throws InvalidTypeException { in checkedByteValue() method in FloatValueImpl111 return super.checkedByteValue(); in checkedByteValue()
107 byte checkedByteValue() throws InvalidTypeException { in checkedByteValue() method in DoubleValueImpl111 return super.checkedByteValue(); in checkedByteValue()
41 return vm.mirrorOf(((PrimitiveValueImpl)value).checkedByteValue()); in convert()
55 byte checkedByteValue() throws InvalidTypeException { in checkedByteValue() method in PrimitiveValueImpl