Interface CBElementParserType<T extends CBASTElementType>

Type Parameters:
T - The precise type of AST element
All Known Implementing Classes:
CBDeclarationParser, CBDocumentationParser, CBFieldParser, CBImportParser, CBLanguageParser, CBPackageDeclarationParser, CBProtocolParser, CBRecordParser, CBTypeExpressionParser, CBVariantCaseParser, CBVariantParser

public interface CBElementParserType<T extends CBASTElementType>
The type of element parsers.
  • Method Summary

    Modifier and Type
    Method
    Description
    parse(CBParseContextType context, com.io7m.jsx.SExpressionType expression)
    Parse an element.