Searched defs:integerValue (Results 1 – 5 of 5) sorted by relevance
30 private final IntegerValue integerValue; field in NegatedIntegerValue36 public NegatedIntegerValue(IntegerValue integerValue) in NegatedIntegerValue()
63 public IntegerValue integerValue() in integerValue() method in Value
200 public Value arrayLoad(IntegerValue integerValue, ValueFactory valueFactory) in arrayLoad()
983 public final IntegerValue integerValue() in integerValue() method in IntegerValue
139 … long integerValue() const { ASSERT(m_type == IntegerType); return m_simpleContent.m_integer; } in integerValue() function