org.jetbrains.jet.lang.resolve.calls.tasks
Class CallableDescriptorCollectors

java.lang.Object
  extended by org.jetbrains.jet.lang.resolve.calls.tasks.CallableDescriptorCollectors

public class CallableDescriptorCollectors
extends java.lang.Object


Field Summary
static CallableDescriptorCollector<FunctionDescriptor> FUNCTIONS
           
static java.util.List<CallableDescriptorCollector<? extends CallableDescriptor>> FUNCTIONS_AND_VARIABLES
           
static CallableDescriptorCollector<VariableDescriptor> PROPERTIES
           
static CallableDescriptorCollector<VariableDescriptor> VARIABLES
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FUNCTIONS

public static CallableDescriptorCollector<FunctionDescriptor> FUNCTIONS

VARIABLES

public static CallableDescriptorCollector<VariableDescriptor> VARIABLES

PROPERTIES

public static CallableDescriptorCollector<VariableDescriptor> PROPERTIES

FUNCTIONS_AND_VARIABLES

public static java.util.List<CallableDescriptorCollector<? extends CallableDescriptor>> FUNCTIONS_AND_VARIABLES