Searched refs:convertToLong (Results 1 – 15 of 15) sorted by relevance
42 public LongValue convertToLong() in convertToLong() method in UnknownDoubleValue
42 public LongValue convertToLong() in convertToLong() method in UnknownFloatValue
52 public LongValue convertToLong() in convertToLong() method in UnknownIntegerValue
42 public LongValue convertToLong() in convertToLong() method in SpecificFloatValue
42 public LongValue convertToLong() in convertToLong() method in SpecificDoubleValue
62 public LongValue convertToLong() in convertToLong() method in ParticularFloatValue
62 public LongValue convertToLong() in convertToLong() method in ParticularDoubleValue
56 public abstract LongValue convertToLong(); in convertToLong() method in DoubleValue
56 public abstract LongValue convertToLong(); in convertToLong() method in FloatValue
52 public LongValue convertToLong() in convertToLong() method in SpecificIntegerValue
84 public LongValue convertToLong() in convertToLong() method in ParticularIntegerValue
66 public abstract LongValue convertToLong(); in convertToLong() method in IntegerValue
358 public static long convertToLong(String rawValue) throws XMPException in convertToLong() method in XMPUtils
424 stack.push(stack.ipop().convertToLong()); in visitSimpleInstruction()452 stack.push(stack.fpop().convertToLong()); in visitSimpleInstruction()464 stack.push(stack.dpop().convertToLong()); in visitSimpleInstruction()
1398 value = new Long(XMPUtils.convertToLong(rawValue));