Show / Hide Table of Contents

Interface ItinyListener

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

Namespace: GCore.Antlr.Grammers.Tiny
Assembly: Tiny.dll
Syntax
public interface ItinyListener : Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterAssign_stmt(tinyParser.Assign_stmtContext)

Enter a parse tree produced by assign_stmt().

Declaration
void EnterAssign_stmt(tinyParser.Assign_stmtContext context)
Parameters
Type Name Description
tinyParser.Assign_stmtContext context

The parse tree.

| Improve this Doc View Source

EnterExpr(tinyParser.ExprContext)

Enter a parse tree produced by expr().

Declaration
void EnterExpr(tinyParser.ExprContext context)
Parameters
Type Name Description
tinyParser.ExprContext context

The parse tree.

| Improve this Doc View Source

EnterExpr_list(tinyParser.Expr_listContext)

Enter a parse tree produced by expr_list().

Declaration
void EnterExpr_list(tinyParser.Expr_listContext context)
Parameters
Type Name Description
tinyParser.Expr_listContext context

The parse tree.

| Improve this Doc View Source

EnterFactor(tinyParser.FactorContext)

Enter a parse tree produced by factor().

Declaration
void EnterFactor(tinyParser.FactorContext context)
Parameters
Type Name Description
tinyParser.FactorContext context

The parse tree.

| Improve this Doc View Source

EnterId_list(tinyParser.Id_listContext)

Enter a parse tree produced by id_list().

Declaration
void EnterId_list(tinyParser.Id_listContext context)
Parameters
Type Name Description
tinyParser.Id_listContext context

The parse tree.

| Improve this Doc View Source

EnterIdent(tinyParser.IdentContext)

Enter a parse tree produced by ident().

Declaration
void EnterIdent(tinyParser.IdentContext context)
Parameters
Type Name Description
tinyParser.IdentContext context

The parse tree.

| Improve this Doc View Source

EnterInteger(tinyParser.IntegerContext)

Enter a parse tree produced by integer().

Declaration
void EnterInteger(tinyParser.IntegerContext context)
Parameters
Type Name Description
tinyParser.IntegerContext context

The parse tree.

| Improve this Doc View Source

EnterOp(tinyParser.OpContext)

Enter a parse tree produced by op().

Declaration
void EnterOp(tinyParser.OpContext context)
Parameters
Type Name Description
tinyParser.OpContext context

The parse tree.

| Improve this Doc View Source

EnterProgram(tinyParser.ProgramContext)

Enter a parse tree produced by program().

Declaration
void EnterProgram(tinyParser.ProgramContext context)
Parameters
Type Name Description
tinyParser.ProgramContext context

The parse tree.

| Improve this Doc View Source

EnterRead_stmt(tinyParser.Read_stmtContext)

Enter a parse tree produced by read_stmt().

Declaration
void EnterRead_stmt(tinyParser.Read_stmtContext context)
Parameters
Type Name Description
tinyParser.Read_stmtContext context

The parse tree.

| Improve this Doc View Source

EnterStmt(tinyParser.StmtContext)

Enter a parse tree produced by stmt().

Declaration
void EnterStmt(tinyParser.StmtContext context)
Parameters
Type Name Description
tinyParser.StmtContext context

The parse tree.

| Improve this Doc View Source

EnterStmt_list(tinyParser.Stmt_listContext)

Enter a parse tree produced by stmt_list().

Declaration
void EnterStmt_list(tinyParser.Stmt_listContext context)
Parameters
Type Name Description
tinyParser.Stmt_listContext context

The parse tree.

| Improve this Doc View Source

EnterWrite_stmt(tinyParser.Write_stmtContext)

Enter a parse tree produced by write_stmt().

Declaration
void EnterWrite_stmt(tinyParser.Write_stmtContext context)
Parameters
Type Name Description
tinyParser.Write_stmtContext context

The parse tree.

| Improve this Doc View Source

ExitAssign_stmt(tinyParser.Assign_stmtContext)

Exit a parse tree produced by assign_stmt().

Declaration
void ExitAssign_stmt(tinyParser.Assign_stmtContext context)
Parameters
Type Name Description
tinyParser.Assign_stmtContext context

The parse tree.

| Improve this Doc View Source

ExitExpr(tinyParser.ExprContext)

Exit a parse tree produced by expr().

Declaration
void ExitExpr(tinyParser.ExprContext context)
Parameters
Type Name Description
tinyParser.ExprContext context

The parse tree.

| Improve this Doc View Source

ExitExpr_list(tinyParser.Expr_listContext)

Exit a parse tree produced by expr_list().

Declaration
void ExitExpr_list(tinyParser.Expr_listContext context)
Parameters
Type Name Description
tinyParser.Expr_listContext context

The parse tree.

| Improve this Doc View Source

ExitFactor(tinyParser.FactorContext)

Exit a parse tree produced by factor().

Declaration
void ExitFactor(tinyParser.FactorContext context)
Parameters
Type Name Description
tinyParser.FactorContext context

The parse tree.

| Improve this Doc View Source

ExitId_list(tinyParser.Id_listContext)

Exit a parse tree produced by id_list().

Declaration
void ExitId_list(tinyParser.Id_listContext context)
Parameters
Type Name Description
tinyParser.Id_listContext context

The parse tree.

| Improve this Doc View Source

ExitIdent(tinyParser.IdentContext)

Exit a parse tree produced by ident().

Declaration
void ExitIdent(tinyParser.IdentContext context)
Parameters
Type Name Description
tinyParser.IdentContext context

The parse tree.

| Improve this Doc View Source

ExitInteger(tinyParser.IntegerContext)

Exit a parse tree produced by integer().

Declaration
void ExitInteger(tinyParser.IntegerContext context)
Parameters
Type Name Description
tinyParser.IntegerContext context

The parse tree.

| Improve this Doc View Source

ExitOp(tinyParser.OpContext)

Exit a parse tree produced by op().

Declaration
void ExitOp(tinyParser.OpContext context)
Parameters
Type Name Description
tinyParser.OpContext context

The parse tree.

| Improve this Doc View Source

ExitProgram(tinyParser.ProgramContext)

Exit a parse tree produced by program().

Declaration
void ExitProgram(tinyParser.ProgramContext context)
Parameters
Type Name Description
tinyParser.ProgramContext context

The parse tree.

| Improve this Doc View Source

ExitRead_stmt(tinyParser.Read_stmtContext)

Exit a parse tree produced by read_stmt().

Declaration
void ExitRead_stmt(tinyParser.Read_stmtContext context)
Parameters
Type Name Description
tinyParser.Read_stmtContext context

The parse tree.

| Improve this Doc View Source

ExitStmt(tinyParser.StmtContext)

Exit a parse tree produced by stmt().

Declaration
void ExitStmt(tinyParser.StmtContext context)
Parameters
Type Name Description
tinyParser.StmtContext context

The parse tree.

| Improve this Doc View Source

ExitStmt_list(tinyParser.Stmt_listContext)

Exit a parse tree produced by stmt_list().

Declaration
void ExitStmt_list(tinyParser.Stmt_listContext context)
Parameters
Type Name Description
tinyParser.Stmt_listContext context

The parse tree.

| Improve this Doc View Source

ExitWrite_stmt(tinyParser.Write_stmtContext)

Exit a parse tree produced by write_stmt().

Declaration
void ExitWrite_stmt(tinyParser.Write_stmtContext context)
Parameters
Type Name Description
tinyParser.Write_stmtContext context

The parse tree.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX