StringCodeListener

interface StringCodeListener : ParseTreeListener

This interface defines a complete listener for a parse tree produced by StringCodeParser.

Inheritors

Functions

Link copied to clipboard
abstract fun enterEveryRule(ctx: ParserRuleContext)
Link copied to clipboard

Enter a parse tree produced by StringCodeParser.function.

Link copied to clipboard
Link copied to clipboard

Enter a parse tree produced by StringCodeParser.number.

Link copied to clipboard

Enter a parse tree produced by StringCodeParser.parameter.

Link copied to clipboard

Enter a parse tree produced by StringCodeParser.program.

Link copied to clipboard

Enter a parse tree produced by StringCodeParser.statement.

Link copied to clipboard

Enter a parse tree produced by StringCodeParser.string.

Link copied to clipboard
abstract fun exitEveryRule(ctx: ParserRuleContext)
Link copied to clipboard

Exit a parse tree produced by StringCodeParser.function.

Link copied to clipboard
Link copied to clipboard

Exit a parse tree produced by StringCodeParser.number.

Link copied to clipboard

Exit a parse tree produced by StringCodeParser.parameter.

Link copied to clipboard

Exit a parse tree produced by StringCodeParser.program.

Link copied to clipboard

Exit a parse tree produced by StringCodeParser.statement.

Link copied to clipboard

Exit a parse tree produced by StringCodeParser.string.

Link copied to clipboard
abstract fun visitErrorNode(node: ErrorNode)
Link copied to clipboard
abstract fun visitTerminal(node: TerminalNode)