Interface CBElementBinderType<T extends CBASTElementType>

Type Parameters:
T - The type of elements
All Known Implementing Classes:
CBImportBinder, CBProtocolDeclarationBinder, CBTypeDeclarationBinder, CBTypeExpressionBinder

public interface CBElementBinderType<T extends CBASTElementType>
Binding analysis for various AST elements.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    bind(CBBinderContextType context, T item)
    Perform binding analysis.