Options
All
  • Public
  • Public/Protected
  • All
Menu

A very basic implementation of a Visitor Pattern For the Grammar AST structure.

This may be useful for advanced users who create custom logic on the grammar AST. For example, custom validations or introspection.

Hierarchy

  • GAstVisitor

Index

Constructors

Methods

  • visitOption(node: Option): any
  • visitRule(node: Rule): any

Generated using TypeDoc