org.jetbrains.jet.codegen.binding
Class BindingContextAware

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

public class BindingContextAware
extends java.lang.Object


Field Summary
protected  BindingContext bindingContext
           
 
Constructor Summary
BindingContextAware(BindingContext context)
           
 
Method Summary
 BindingContext getBindingContext()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bindingContext

@NotNull
protected final BindingContext bindingContext
Constructor Detail

BindingContextAware

public BindingContextAware(@NotNull
                           BindingContext context)
Method Detail

getBindingContext

@NotNull
public final BindingContext getBindingContext()