Class CBTypeDeclarationBinder
java.lang.Object
com.io7m.cedarbridge.schema.binder.internal.CBTypeDeclarationBinder
- All Implemented Interfaces:
CBElementBinderType<CBASTTypeDeclarationType>
public final class CBTypeDeclarationBinder
extends Object
implements CBElementBinderType<CBASTTypeDeclarationType>
Binding analysis for type declarations.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbind(CBBinderContextType context, CBASTTypeDeclarationType item) Perform binding analysis.
-
Constructor Details
-
CBTypeDeclarationBinder
public CBTypeDeclarationBinder()Binding analysis for type declarations.
-
-
Method Details
-
bind
public void bind(CBBinderContextType context, CBASTTypeDeclarationType item) throws CBBindFailedException Description copied from interface:CBElementBinderTypePerform binding analysis.- Specified by:
bindin interfaceCBElementBinderType<CBASTTypeDeclarationType>- Parameters:
context- The binding contextitem- The item to analyze- Throws:
CBBindFailedException- On errors
-