Interface ImetricListener
This interface defines a complete listener for a parse tree produced by metricParser.
Namespace: GCore.Antlr.Grammers.Metric
Assembly: Metric.dll
Syntax
public interface ImetricListener : Antlr4.Runtime.Tree.IParseTreeListener
Methods
| Improve this Doc View SourceEnterBaseunit(metricParser.BaseunitContext)
Enter a parse tree produced by baseunit().
Declaration
void EnterBaseunit(metricParser.BaseunitContext context)
Parameters
Type | Name | Description |
---|---|---|
metricParser.BaseunitContext | context | The parse tree. |
EnterDerivedunit(metricParser.DerivedunitContext)
Enter a parse tree produced by derivedunit().
Declaration
void EnterDerivedunit(metricParser.DerivedunitContext context)
Parameters
Type | Name | Description |
---|---|---|
metricParser.DerivedunitContext | context | The parse tree. |
EnterExponent(metricParser.ExponentContext)
Enter a parse tree produced by exponent().
Declaration
void EnterExponent(metricParser.ExponentContext context)
Parameters
Type | Name | Description |
---|---|---|
metricParser.ExponentContext | context | The parse tree. |
EnterMeasure(metricParser.MeasureContext)
Enter a parse tree produced by measure().
Declaration
void EnterMeasure(metricParser.MeasureContext context)
Parameters
Type | Name | Description |
---|---|---|
metricParser.MeasureContext | context | The parse tree. |
EnterPrefix_(metricParser.Prefix_Context)
Enter a parse tree produced by prefix_().
Declaration
void EnterPrefix_(metricParser.Prefix_Context context)
Parameters
Type | Name | Description |
---|---|---|
metricParser.Prefix_Context | context | The parse tree. |
EnterUnit(metricParser.UnitContext)
Enter a parse tree produced by unit().
Declaration
void EnterUnit(metricParser.UnitContext context)
Parameters
Type | Name | Description |
---|---|---|
metricParser.UnitContext | context | The parse tree. |
EnterUom(metricParser.UomContext)
Enter a parse tree produced by uom().
Declaration
void EnterUom(metricParser.UomContext context)
Parameters
Type | Name | Description |
---|---|---|
metricParser.UomContext | context | The parse tree. |
ExitBaseunit(metricParser.BaseunitContext)
Exit a parse tree produced by baseunit().
Declaration
void ExitBaseunit(metricParser.BaseunitContext context)
Parameters
Type | Name | Description |
---|---|---|
metricParser.BaseunitContext | context | The parse tree. |
ExitDerivedunit(metricParser.DerivedunitContext)
Exit a parse tree produced by derivedunit().
Declaration
void ExitDerivedunit(metricParser.DerivedunitContext context)
Parameters
Type | Name | Description |
---|---|---|
metricParser.DerivedunitContext | context | The parse tree. |
ExitExponent(metricParser.ExponentContext)
Exit a parse tree produced by exponent().
Declaration
void ExitExponent(metricParser.ExponentContext context)
Parameters
Type | Name | Description |
---|---|---|
metricParser.ExponentContext | context | The parse tree. |
ExitMeasure(metricParser.MeasureContext)
Exit a parse tree produced by measure().
Declaration
void ExitMeasure(metricParser.MeasureContext context)
Parameters
Type | Name | Description |
---|---|---|
metricParser.MeasureContext | context | The parse tree. |
ExitPrefix_(metricParser.Prefix_Context)
Exit a parse tree produced by prefix_().
Declaration
void ExitPrefix_(metricParser.Prefix_Context context)
Parameters
Type | Name | Description |
---|---|---|
metricParser.Prefix_Context | context | The parse tree. |
ExitUnit(metricParser.UnitContext)
Exit a parse tree produced by unit().
Declaration
void ExitUnit(metricParser.UnitContext context)
Parameters
Type | Name | Description |
---|---|---|
metricParser.UnitContext | context | The parse tree. |
ExitUom(metricParser.UomContext)
Exit a parse tree produced by uom().
Declaration
void ExitUom(metricParser.UomContext context)
Parameters
Type | Name | Description |
---|---|---|
metricParser.UomContext | context | The parse tree. |