StringCodeBaseListener

This class provides an empty implementation of StringCodeListener, which can be extended to create a listener which only needs to handle a subset of the available methods.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun enterEveryRule(ctx: ParserRuleContext)

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard
open override fun exitEveryRule(ctx: ParserRuleContext)

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard

The default implementation does nothing.

Link copied to clipboard
open override fun visitErrorNode(node: ErrorNode)

The default implementation does nothing.

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

The default implementation does nothing.