Show / Hide Table of Contents

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 Source

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

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

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