Interface ICstVisitor<IN, OUT>

Type Parameters

  • IN

  • OUT

Hierarchy

  • ICstVisitor

Methods

  • Will throw an error if the visitor is missing any required methods

    • visitXYZ for each XYZ grammar rule.

    Returns void

Generated using TypeDoc