KlarityASTVisitor

Constructors

Link copied to clipboard
constructor(params: Map<String, String>, functions: Map<String, KlarityFunction>)

Functions

Link copied to clipboard
open override fun visit(tree: ParseTree): String?
Link copied to clipboard
open override fun visitChildren(node: RuleNode): String?
Link copied to clipboard
open override fun visitErrorNode(node: ErrorNode): String?
Link copied to clipboard

The default implementation returns the result of calling visitChildren on ctx.

Link copied to clipboard

The default implementation returns the result of calling visitChildren on ctx.

Link copied to clipboard

The default implementation returns the result of calling visitChildren on ctx.

Link copied to clipboard

The default implementation returns the result of calling visitChildren on ctx.

Link copied to clipboard

The default implementation returns the result of calling visitChildren on ctx.

Link copied to clipboard

The default implementation returns the result of calling visitChildren on ctx.

Link copied to clipboard

The default implementation returns the result of calling visitChildren on ctx.

Link copied to clipboard
open override fun visitTerminal(node: TerminalNode): String?