Searched refs:typeObject (Results 1 – 1 of 1) sorted by relevance
1241 private static byte getByte(TypeObject typeObject) in getByte() argument1244 if (typeObject.iType != BYTE_TYPE) in getByte()1249 return ((Byte) typeObject.aValue).byteValue(); in getByte()1255 private static char getChar(TypeObject typeObject) in getChar() argument1258 if (typeObject.iType != CHAR_TYPE) in getChar()1263 return ((Character) typeObject.aValue).charValue(); in getChar()1269 private static short getShort(TypeObject typeObject) in getShort() argument1272 if (typeObject.iType != SHORT_TYPE) in getShort()1277 return ((Short) typeObject.aValue).shortValue(); in getShort()1286 static int getInt(TypeObject typeObject) in getInt() argument[all …]