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 SourceEnterExpression(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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |