Searched refs:numericTypesInstance (Results 1 – 1 of 1) sorted by relevance
225 Object numericTypesInstance = types.getMethod("getNumericTypes").invoke(instance); in testPredefinedTypes() local227 numericTypesInstance); in testPredefinedTypes()229 numericTypesInstance); in testPredefinedTypes()230 long _long = (long) numericTypes.getMethod("get_long").invoke(numericTypesInstance); in testPredefinedTypes()231 int _int = (int) numericTypes.getMethod("get_int").invoke(numericTypesInstance); in testPredefinedTypes()232 short _short = (short) numericTypes.getMethod("get_short").invoke(numericTypesInstance); in testPredefinedTypes()233 byte _byte = (byte) numericTypes.getMethod("get_byte").invoke(numericTypesInstance); in testPredefinedTypes()235 "getNegativeInteger").invoke(numericTypesInstance); in testPredefinedTypes()237 "getNonNegativeInteger").invoke(numericTypesInstance); in testPredefinedTypes()239 "getPositiveInteger").invoke(numericTypesInstance); in testPredefinedTypes()[all …]