Show / Hide Table of Contents

Interface IromannumeralsListener

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

Namespace: GCore.Antlr.Grammers.Romannumerals
Assembly: Romannumerals.dll
Syntax
public interface IromannumeralsListener : Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterExpression(romannumeralsParser.ExpressionContext)

Enter a parse tree produced by expression().

Declaration
void EnterExpression(romannumeralsParser.ExpressionContext context)
Parameters
Type Name Description
romannumeralsParser.ExpressionContext context

The parse tree.

| Improve this Doc View Source

EnterHun_part(romannumeralsParser.Hun_partContext)

Enter a parse tree produced by hun_part().

Declaration
void EnterHun_part(romannumeralsParser.Hun_partContext context)
Parameters
Type Name Description
romannumeralsParser.Hun_partContext context

The parse tree.

| Improve this Doc View Source

EnterHun_rep(romannumeralsParser.Hun_repContext)

Enter a parse tree produced by hun_rep().

Declaration
void EnterHun_rep(romannumeralsParser.Hun_repContext context)
Parameters
Type Name Description
romannumeralsParser.Hun_repContext context

The parse tree.

| Improve this Doc View Source

EnterHundreds(romannumeralsParser.HundredsContext)

Enter a parse tree produced by hundreds().

Declaration
void EnterHundreds(romannumeralsParser.HundredsContext context)
Parameters
Type Name Description
romannumeralsParser.HundredsContext context

The parse tree.

| Improve this Doc View Source

EnterOnes(romannumeralsParser.OnesContext)

Enter a parse tree produced by ones().

Declaration
void EnterOnes(romannumeralsParser.OnesContext context)
Parameters
Type Name Description
romannumeralsParser.OnesContext context

The parse tree.

| Improve this Doc View Source

EnterOnes_rep(romannumeralsParser.Ones_repContext)

Enter a parse tree produced by ones_rep().

Declaration
void EnterOnes_rep(romannumeralsParser.Ones_repContext context)
Parameters
Type Name Description
romannumeralsParser.Ones_repContext context

The parse tree.

| Improve this Doc View Source

EnterTens(romannumeralsParser.TensContext)

Enter a parse tree produced by tens().

Declaration
void EnterTens(romannumeralsParser.TensContext context)
Parameters
Type Name Description
romannumeralsParser.TensContext context

The parse tree.

| Improve this Doc View Source

EnterTens_part(romannumeralsParser.Tens_partContext)

Enter a parse tree produced by tens_part().

Declaration
void EnterTens_part(romannumeralsParser.Tens_partContext context)
Parameters
Type Name Description
romannumeralsParser.Tens_partContext context

The parse tree.

| Improve this Doc View Source

EnterTens_rep(romannumeralsParser.Tens_repContext)

Enter a parse tree produced by tens_rep().

Declaration
void EnterTens_rep(romannumeralsParser.Tens_repContext context)
Parameters
Type Name Description
romannumeralsParser.Tens_repContext context

The parse tree.

| Improve this Doc View Source

EnterThous_part(romannumeralsParser.Thous_partContext)

Enter a parse tree produced by thous_part().

Declaration
void EnterThous_part(romannumeralsParser.Thous_partContext context)
Parameters
Type Name Description
romannumeralsParser.Thous_partContext context

The parse tree.

| Improve this Doc View Source

EnterThousands(romannumeralsParser.ThousandsContext)

Enter a parse tree produced by thousands().

Declaration
void EnterThousands(romannumeralsParser.ThousandsContext context)
Parameters
Type Name Description
romannumeralsParser.ThousandsContext context

The parse tree.

| Improve this Doc View Source

ExitExpression(romannumeralsParser.ExpressionContext)

Exit a parse tree produced by expression().

Declaration
void ExitExpression(romannumeralsParser.ExpressionContext context)
Parameters
Type Name Description
romannumeralsParser.ExpressionContext context

The parse tree.

| Improve this Doc View Source

ExitHun_part(romannumeralsParser.Hun_partContext)

Exit a parse tree produced by hun_part().

Declaration
void ExitHun_part(romannumeralsParser.Hun_partContext context)
Parameters
Type Name Description
romannumeralsParser.Hun_partContext context

The parse tree.

| Improve this Doc View Source

ExitHun_rep(romannumeralsParser.Hun_repContext)

Exit a parse tree produced by hun_rep().

Declaration
void ExitHun_rep(romannumeralsParser.Hun_repContext context)
Parameters
Type Name Description
romannumeralsParser.Hun_repContext context

The parse tree.

| Improve this Doc View Source

ExitHundreds(romannumeralsParser.HundredsContext)

Exit a parse tree produced by hundreds().

Declaration
void ExitHundreds(romannumeralsParser.HundredsContext context)
Parameters
Type Name Description
romannumeralsParser.HundredsContext context

The parse tree.

| Improve this Doc View Source

ExitOnes(romannumeralsParser.OnesContext)

Exit a parse tree produced by ones().

Declaration
void ExitOnes(romannumeralsParser.OnesContext context)
Parameters
Type Name Description
romannumeralsParser.OnesContext context

The parse tree.

| Improve this Doc View Source

ExitOnes_rep(romannumeralsParser.Ones_repContext)

Exit a parse tree produced by ones_rep().

Declaration
void ExitOnes_rep(romannumeralsParser.Ones_repContext context)
Parameters
Type Name Description
romannumeralsParser.Ones_repContext context

The parse tree.

| Improve this Doc View Source

ExitTens(romannumeralsParser.TensContext)

Exit a parse tree produced by tens().

Declaration
void ExitTens(romannumeralsParser.TensContext context)
Parameters
Type Name Description
romannumeralsParser.TensContext context

The parse tree.

| Improve this Doc View Source

ExitTens_part(romannumeralsParser.Tens_partContext)

Exit a parse tree produced by tens_part().

Declaration
void ExitTens_part(romannumeralsParser.Tens_partContext context)
Parameters
Type Name Description
romannumeralsParser.Tens_partContext context

The parse tree.

| Improve this Doc View Source

ExitTens_rep(romannumeralsParser.Tens_repContext)

Exit a parse tree produced by tens_rep().

Declaration
void ExitTens_rep(romannumeralsParser.Tens_repContext context)
Parameters
Type Name Description
romannumeralsParser.Tens_repContext context

The parse tree.

| Improve this Doc View Source

ExitThous_part(romannumeralsParser.Thous_partContext)

Exit a parse tree produced by thous_part().

Declaration
void ExitThous_part(romannumeralsParser.Thous_partContext context)
Parameters
Type Name Description
romannumeralsParser.Thous_partContext context

The parse tree.

| Improve this Doc View Source

ExitThousands(romannumeralsParser.ThousandsContext)

Exit a parse tree produced by thousands().

Declaration
void ExitThousands(romannumeralsParser.ThousandsContext context)
Parameters
Type Name Description
romannumeralsParser.ThousandsContext context

The parse tree.

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