Show / Hide Table of Contents

Interface IloopListener

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

Namespace: GCore.Antlr.Grammers.Loop
Assembly: Loop.dll
Syntax
public interface IloopListener : Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterAssignstmt(loopParser.AssignstmtContext)

Enter a parse tree produced by assignstmt().

Declaration
void EnterAssignstmt(loopParser.AssignstmtContext context)
Parameters
Type Name Description
loopParser.AssignstmtContext context

The parse tree.

| Improve this Doc View Source

EnterIncrementstmt(loopParser.IncrementstmtContext)

Enter a parse tree produced by incrementstmt().

Declaration
void EnterIncrementstmt(loopParser.IncrementstmtContext context)
Parameters
Type Name Description
loopParser.IncrementstmtContext context

The parse tree.

| Improve this Doc View Source

EnterLoopstmt(loopParser.LoopstmtContext)

Enter a parse tree produced by loopstmt().

Declaration
void EnterLoopstmt(loopParser.LoopstmtContext context)
Parameters
Type Name Description
loopParser.LoopstmtContext context

The parse tree.

| Improve this Doc View Source

EnterNumber(loopParser.NumberContext)

Enter a parse tree produced by number().

Declaration
void EnterNumber(loopParser.NumberContext context)
Parameters
Type Name Description
loopParser.NumberContext context

The parse tree.

| Improve this Doc View Source

EnterProg(loopParser.ProgContext)

Enter a parse tree produced by prog().

Declaration
void EnterProg(loopParser.ProgContext context)
Parameters
Type Name Description
loopParser.ProgContext context

The parse tree.

| Improve this Doc View Source

EnterStatement(loopParser.StatementContext)

Enter a parse tree produced by statement().

Declaration
void EnterStatement(loopParser.StatementContext context)
Parameters
Type Name Description
loopParser.StatementContext context

The parse tree.

| Improve this Doc View Source

EnterStatementlist(loopParser.StatementlistContext)

Enter a parse tree produced by statementlist().

Declaration
void EnterStatementlist(loopParser.StatementlistContext context)
Parameters
Type Name Description
loopParser.StatementlistContext context

The parse tree.

| Improve this Doc View Source

EnterVar_(loopParser.Var_Context)

Enter a parse tree produced by var_().

Declaration
void EnterVar_(loopParser.Var_Context context)
Parameters
Type Name Description
loopParser.Var_Context context

The parse tree.

| Improve this Doc View Source

ExitAssignstmt(loopParser.AssignstmtContext)

Exit a parse tree produced by assignstmt().

Declaration
void ExitAssignstmt(loopParser.AssignstmtContext context)
Parameters
Type Name Description
loopParser.AssignstmtContext context

The parse tree.

| Improve this Doc View Source

ExitIncrementstmt(loopParser.IncrementstmtContext)

Exit a parse tree produced by incrementstmt().

Declaration
void ExitIncrementstmt(loopParser.IncrementstmtContext context)
Parameters
Type Name Description
loopParser.IncrementstmtContext context

The parse tree.

| Improve this Doc View Source

ExitLoopstmt(loopParser.LoopstmtContext)

Exit a parse tree produced by loopstmt().

Declaration
void ExitLoopstmt(loopParser.LoopstmtContext context)
Parameters
Type Name Description
loopParser.LoopstmtContext context

The parse tree.

| Improve this Doc View Source

ExitNumber(loopParser.NumberContext)

Exit a parse tree produced by number().

Declaration
void ExitNumber(loopParser.NumberContext context)
Parameters
Type Name Description
loopParser.NumberContext context

The parse tree.

| Improve this Doc View Source

ExitProg(loopParser.ProgContext)

Exit a parse tree produced by prog().

Declaration
void ExitProg(loopParser.ProgContext context)
Parameters
Type Name Description
loopParser.ProgContext context

The parse tree.

| Improve this Doc View Source

ExitStatement(loopParser.StatementContext)

Exit a parse tree produced by statement().

Declaration
void ExitStatement(loopParser.StatementContext context)
Parameters
Type Name Description
loopParser.StatementContext context

The parse tree.

| Improve this Doc View Source

ExitStatementlist(loopParser.StatementlistContext)

Exit a parse tree produced by statementlist().

Declaration
void ExitStatementlist(loopParser.StatementlistContext context)
Parameters
Type Name Description
loopParser.StatementlistContext context

The parse tree.

| Improve this Doc View Source

ExitVar_(loopParser.Var_Context)

Exit a parse tree produced by var_().

Declaration
void ExitVar_(loopParser.Var_Context context)
Parameters
Type Name Description
loopParser.Var_Context context

The parse tree.

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