org.jetbrains.jet.codegen.binding
Class BindingTraceAware

java.lang.Object
  extended by org.jetbrains.jet.codegen.binding.BindingContextAware
      extended by org.jetbrains.jet.codegen.binding.BindingTraceAware
Direct Known Subclasses:
JetTypeMapper, TypeMapperAware

public class BindingTraceAware
extends BindingContextAware


Field Summary
protected  BindingTrace bindingTrace
           
 
Fields inherited from class org.jetbrains.jet.codegen.binding.BindingContextAware
bindingContext
 
Constructor Summary
BindingTraceAware(BindingTrace bindingTrace)
           
 
Method Summary
 BindingTrace getBindingTrace()
           
 
Methods inherited from class org.jetbrains.jet.codegen.binding.BindingContextAware
getBindingContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bindingTrace

@NotNull
protected final BindingTrace bindingTrace
Constructor Detail

BindingTraceAware

public BindingTraceAware(@NotNull
                         BindingTrace bindingTrace)
Method Detail

getBindingTrace

@NotNull
public final BindingTrace getBindingTrace()