org.jetbrains.jet.lang.resolve.constants
Class IntegerValueConstant<T>

java.lang.Object
  extended by org.jetbrains.jet.lang.resolve.constants.CompileTimeConstant<T>
      extended by org.jetbrains.jet.lang.resolve.constants.IntegerValueConstant<T>
Direct Known Subclasses:
ByteValue, CharValue, IntegerValueTypeConstant, IntValue, LongValue, ShortValue

public abstract class IntegerValueConstant<T>
extends CompileTimeConstant<T>


Field Summary
 
Fields inherited from class org.jetbrains.jet.lang.resolve.constants.CompileTimeConstant
value
 
Constructor Summary
protected IntegerValueConstant(T value, boolean canBeUsedInAnnotations, boolean pure)
           
 
Method Summary
 boolean isPure()
           
 
Methods inherited from class org.jetbrains.jet.lang.resolve.constants.CompileTimeConstant
accept, canBeUsedInAnnotations, getType, getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntegerValueConstant

protected IntegerValueConstant(T value,
                               boolean canBeUsedInAnnotations,
                               boolean pure)
Method Detail

isPure

public boolean isPure()