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