org.jetbrains.jet.lang.resolve.constants
Class ConstantUtils

java.lang.Object
  extended by org.jetbrains.jet.lang.resolve.constants.ConstantUtils

public class ConstantUtils
extends java.lang.Object


Constructor Summary
ConstantUtils()
           
 
Method Summary
static void propagateConstantValues(JetQualifiedExpression expression, BindingTrace trace, JetSimpleNameExpression selectorExpression)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstantUtils

public ConstantUtils()
Method Detail

propagateConstantValues

public static void propagateConstantValues(JetQualifiedExpression expression,
                                           BindingTrace trace,
                                           JetSimpleNameExpression selectorExpression)