Show / Hide Table of Contents

Class metamathBaseListener

This class provides an empty implementation of ImetamathListener, which can be extended to create a listener which only needs to handle a subset of the available methods.

Inheritance
System.Object
metamathBaseListener
Implements
ImetamathListener
Antlr4.Runtime.Tree.IParseTreeListener
Namespace: GCore.Antlr.Grammers.Metamath
Assembly: Metamath.dll
Syntax
public class metamathBaseListener : object, ImetamathListener, Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterAssertstmt(metamathParser.AssertstmtContext)

Enter a parse tree produced by assertstmt().

The default implementation does nothing.

Declaration
public virtual void EnterAssertstmt(metamathParser.AssertstmtContext context)
Parameters
Type Name Description
metamathParser.AssertstmtContext context

The parse tree.

| Improve this Doc View Source

EnterAxiomstmt(metamathParser.AxiomstmtContext)

Enter a parse tree produced by axiomstmt().

The default implementation does nothing.

Declaration
public virtual void EnterAxiomstmt(metamathParser.AxiomstmtContext context)
Parameters
Type Name Description
metamathParser.AxiomstmtContext context

The parse tree.

| Improve this Doc View Source

EnterBlock(metamathParser.BlockContext)

Enter a parse tree produced by block().

The default implementation does nothing.

Declaration
public virtual void EnterBlock(metamathParser.BlockContext context)
Parameters
Type Name Description
metamathParser.BlockContext context

The parse tree.

| Improve this Doc View Source

EnterCompressedproof(metamathParser.CompressedproofContext)

Enter a parse tree produced by compressedproof().

The default implementation does nothing.

Declaration
public virtual void EnterCompressedproof(metamathParser.CompressedproofContext context)
Parameters
Type Name Description
metamathParser.CompressedproofContext context

The parse tree.

| Improve this Doc View Source

EnterConstant(metamathParser.ConstantContext)

Enter a parse tree produced by constant().

The default implementation does nothing.

Declaration
public virtual void EnterConstant(metamathParser.ConstantContext context)
Parameters
Type Name Description
metamathParser.ConstantContext context

The parse tree.

| Improve this Doc View Source

EnterConstantstmt(metamathParser.ConstantstmtContext)

Enter a parse tree produced by constantstmt().

The default implementation does nothing.

Declaration
public virtual void EnterConstantstmt(metamathParser.ConstantstmtContext context)
Parameters
Type Name Description
metamathParser.ConstantstmtContext context

The parse tree.

| Improve this Doc View Source

EnterDatabase(metamathParser.DatabaseContext)

Enter a parse tree produced by database().

The default implementation does nothing.

Declaration
public virtual void EnterDatabase(metamathParser.DatabaseContext context)
Parameters
Type Name Description
metamathParser.DatabaseContext context

The parse tree.

| Improve this Doc View Source

EnterDisjointstmt(metamathParser.DisjointstmtContext)

Enter a parse tree produced by disjointstmt().

The default implementation does nothing.

Declaration
public virtual void EnterDisjointstmt(metamathParser.DisjointstmtContext context)
Parameters
Type Name Description
metamathParser.DisjointstmtContext context

The parse tree.

| Improve this Doc View Source

EnterEssentialstmt(metamathParser.EssentialstmtContext)

Enter a parse tree produced by essentialstmt().

The default implementation does nothing.

Declaration
public virtual void EnterEssentialstmt(metamathParser.EssentialstmtContext context)
Parameters
Type Name Description
metamathParser.EssentialstmtContext context

The parse tree.

| Improve this Doc View Source

EnterEveryRule(Antlr4.Runtime.ParserRuleContext)

Declaration
public virtual void EnterEveryRule(Antlr4.Runtime.ParserRuleContext context)
Parameters
Type Name Description
Antlr4.Runtime.ParserRuleContext context
Remarks

The default implementation does nothing.

| Improve this Doc View Source

EnterFilename(metamathParser.FilenameContext)

Enter a parse tree produced by filename().

The default implementation does nothing.

Declaration
public virtual void EnterFilename(metamathParser.FilenameContext context)
Parameters
Type Name Description
metamathParser.FilenameContext context

The parse tree.

| Improve this Doc View Source

EnterFloatingstmt(metamathParser.FloatingstmtContext)

Enter a parse tree produced by floatingstmt().

The default implementation does nothing.

Declaration
public virtual void EnterFloatingstmt(metamathParser.FloatingstmtContext context)
Parameters
Type Name Description
metamathParser.FloatingstmtContext context

The parse tree.

| Improve this Doc View Source

EnterHypothesisstmt(metamathParser.HypothesisstmtContext)

Enter a parse tree produced by hypothesisstmt().

The default implementation does nothing.

Declaration
public virtual void EnterHypothesisstmt(metamathParser.HypothesisstmtContext context)
Parameters
Type Name Description
metamathParser.HypothesisstmtContext context

The parse tree.

| Improve this Doc View Source

EnterIncludestmt(metamathParser.IncludestmtContext)

Enter a parse tree produced by includestmt().

The default implementation does nothing.

Declaration
public virtual void EnterIncludestmt(metamathParser.IncludestmtContext context)
Parameters
Type Name Description
metamathParser.IncludestmtContext context

The parse tree.

| Improve this Doc View Source

EnterMathsymbol(metamathParser.MathsymbolContext)

Enter a parse tree produced by mathsymbol().

The default implementation does nothing.

Declaration
public virtual void EnterMathsymbol(metamathParser.MathsymbolContext context)
Parameters
Type Name Description
metamathParser.MathsymbolContext context

The parse tree.

| Improve this Doc View Source

EnterOutermostscopestmt(metamathParser.OutermostscopestmtContext)

Enter a parse tree produced by outermostscopestmt().

The default implementation does nothing.

Declaration
public virtual void EnterOutermostscopestmt(metamathParser.OutermostscopestmtContext context)
Parameters
Type Name Description
metamathParser.OutermostscopestmtContext context

The parse tree.

| Improve this Doc View Source

EnterProof(metamathParser.ProofContext)

Enter a parse tree produced by proof().

The default implementation does nothing.

Declaration
public virtual void EnterProof(metamathParser.ProofContext context)
Parameters
Type Name Description
metamathParser.ProofContext context

The parse tree.

| Improve this Doc View Source

EnterProvablestmt(metamathParser.ProvablestmtContext)

Enter a parse tree produced by provablestmt().

The default implementation does nothing.

Declaration
public virtual void EnterProvablestmt(metamathParser.ProvablestmtContext context)
Parameters
Type Name Description
metamathParser.ProvablestmtContext context

The parse tree.

| Improve this Doc View Source

EnterStmt(metamathParser.StmtContext)

Enter a parse tree produced by stmt().

The default implementation does nothing.

Declaration
public virtual void EnterStmt(metamathParser.StmtContext context)
Parameters
Type Name Description
metamathParser.StmtContext context

The parse tree.

| Improve this Doc View Source

EnterTypecode(metamathParser.TypecodeContext)

Enter a parse tree produced by typecode().

The default implementation does nothing.

Declaration
public virtual void EnterTypecode(metamathParser.TypecodeContext context)
Parameters
Type Name Description
metamathParser.TypecodeContext context

The parse tree.

| Improve this Doc View Source

EnterUncompressedproof(metamathParser.UncompressedproofContext)

Enter a parse tree produced by uncompressedproof().

The default implementation does nothing.

Declaration
public virtual void EnterUncompressedproof(metamathParser.UncompressedproofContext context)
Parameters
Type Name Description
metamathParser.UncompressedproofContext context

The parse tree.

| Improve this Doc View Source

EnterVariable(metamathParser.VariableContext)

Enter a parse tree produced by variable().

The default implementation does nothing.

Declaration
public virtual void EnterVariable(metamathParser.VariableContext context)
Parameters
Type Name Description
metamathParser.VariableContext context

The parse tree.

| Improve this Doc View Source

EnterVariablestmt(metamathParser.VariablestmtContext)

Enter a parse tree produced by variablestmt().

The default implementation does nothing.

Declaration
public virtual void EnterVariablestmt(metamathParser.VariablestmtContext context)
Parameters
Type Name Description
metamathParser.VariablestmtContext context

The parse tree.

| Improve this Doc View Source

ExitAssertstmt(metamathParser.AssertstmtContext)

Exit a parse tree produced by assertstmt().

The default implementation does nothing.

Declaration
public virtual void ExitAssertstmt(metamathParser.AssertstmtContext context)
Parameters
Type Name Description
metamathParser.AssertstmtContext context

The parse tree.

| Improve this Doc View Source

ExitAxiomstmt(metamathParser.AxiomstmtContext)

Exit a parse tree produced by axiomstmt().

The default implementation does nothing.

Declaration
public virtual void ExitAxiomstmt(metamathParser.AxiomstmtContext context)
Parameters
Type Name Description
metamathParser.AxiomstmtContext context

The parse tree.

| Improve this Doc View Source

ExitBlock(metamathParser.BlockContext)

Exit a parse tree produced by block().

The default implementation does nothing.

Declaration
public virtual void ExitBlock(metamathParser.BlockContext context)
Parameters
Type Name Description
metamathParser.BlockContext context

The parse tree.

| Improve this Doc View Source

ExitCompressedproof(metamathParser.CompressedproofContext)

Exit a parse tree produced by compressedproof().

The default implementation does nothing.

Declaration
public virtual void ExitCompressedproof(metamathParser.CompressedproofContext context)
Parameters
Type Name Description
metamathParser.CompressedproofContext context

The parse tree.

| Improve this Doc View Source

ExitConstant(metamathParser.ConstantContext)

Exit a parse tree produced by constant().

The default implementation does nothing.

Declaration
public virtual void ExitConstant(metamathParser.ConstantContext context)
Parameters
Type Name Description
metamathParser.ConstantContext context

The parse tree.

| Improve this Doc View Source

ExitConstantstmt(metamathParser.ConstantstmtContext)

Exit a parse tree produced by constantstmt().

The default implementation does nothing.

Declaration
public virtual void ExitConstantstmt(metamathParser.ConstantstmtContext context)
Parameters
Type Name Description
metamathParser.ConstantstmtContext context

The parse tree.

| Improve this Doc View Source

ExitDatabase(metamathParser.DatabaseContext)

Exit a parse tree produced by database().

The default implementation does nothing.

Declaration
public virtual void ExitDatabase(metamathParser.DatabaseContext context)
Parameters
Type Name Description
metamathParser.DatabaseContext context

The parse tree.

| Improve this Doc View Source

ExitDisjointstmt(metamathParser.DisjointstmtContext)

Exit a parse tree produced by disjointstmt().

The default implementation does nothing.

Declaration
public virtual void ExitDisjointstmt(metamathParser.DisjointstmtContext context)
Parameters
Type Name Description
metamathParser.DisjointstmtContext context

The parse tree.

| Improve this Doc View Source

ExitEssentialstmt(metamathParser.EssentialstmtContext)

Exit a parse tree produced by essentialstmt().

The default implementation does nothing.

Declaration
public virtual void ExitEssentialstmt(metamathParser.EssentialstmtContext context)
Parameters
Type Name Description
metamathParser.EssentialstmtContext context

The parse tree.

| Improve this Doc View Source

ExitEveryRule(Antlr4.Runtime.ParserRuleContext)

Declaration
public virtual void ExitEveryRule(Antlr4.Runtime.ParserRuleContext context)
Parameters
Type Name Description
Antlr4.Runtime.ParserRuleContext context
Remarks

The default implementation does nothing.

| Improve this Doc View Source

ExitFilename(metamathParser.FilenameContext)

Exit a parse tree produced by filename().

The default implementation does nothing.

Declaration
public virtual void ExitFilename(metamathParser.FilenameContext context)
Parameters
Type Name Description
metamathParser.FilenameContext context

The parse tree.

| Improve this Doc View Source

ExitFloatingstmt(metamathParser.FloatingstmtContext)

Exit a parse tree produced by floatingstmt().

The default implementation does nothing.

Declaration
public virtual void ExitFloatingstmt(metamathParser.FloatingstmtContext context)
Parameters
Type Name Description
metamathParser.FloatingstmtContext context

The parse tree.

| Improve this Doc View Source

ExitHypothesisstmt(metamathParser.HypothesisstmtContext)

Exit a parse tree produced by hypothesisstmt().

The default implementation does nothing.

Declaration
public virtual void ExitHypothesisstmt(metamathParser.HypothesisstmtContext context)
Parameters
Type Name Description
metamathParser.HypothesisstmtContext context

The parse tree.

| Improve this Doc View Source

ExitIncludestmt(metamathParser.IncludestmtContext)

Exit a parse tree produced by includestmt().

The default implementation does nothing.

Declaration
public virtual void ExitIncludestmt(metamathParser.IncludestmtContext context)
Parameters
Type Name Description
metamathParser.IncludestmtContext context

The parse tree.

| Improve this Doc View Source

ExitMathsymbol(metamathParser.MathsymbolContext)

Exit a parse tree produced by mathsymbol().

The default implementation does nothing.

Declaration
public virtual void ExitMathsymbol(metamathParser.MathsymbolContext context)
Parameters
Type Name Description
metamathParser.MathsymbolContext context

The parse tree.

| Improve this Doc View Source

ExitOutermostscopestmt(metamathParser.OutermostscopestmtContext)

Exit a parse tree produced by outermostscopestmt().

The default implementation does nothing.

Declaration
public virtual void ExitOutermostscopestmt(metamathParser.OutermostscopestmtContext context)
Parameters
Type Name Description
metamathParser.OutermostscopestmtContext context

The parse tree.

| Improve this Doc View Source

ExitProof(metamathParser.ProofContext)

Exit a parse tree produced by proof().

The default implementation does nothing.

Declaration
public virtual void ExitProof(metamathParser.ProofContext context)
Parameters
Type Name Description
metamathParser.ProofContext context

The parse tree.

| Improve this Doc View Source

ExitProvablestmt(metamathParser.ProvablestmtContext)

Exit a parse tree produced by provablestmt().

The default implementation does nothing.

Declaration
public virtual void ExitProvablestmt(metamathParser.ProvablestmtContext context)
Parameters
Type Name Description
metamathParser.ProvablestmtContext context

The parse tree.

| Improve this Doc View Source

ExitStmt(metamathParser.StmtContext)

Exit a parse tree produced by stmt().

The default implementation does nothing.

Declaration
public virtual void ExitStmt(metamathParser.StmtContext context)
Parameters
Type Name Description
metamathParser.StmtContext context

The parse tree.

| Improve this Doc View Source

ExitTypecode(metamathParser.TypecodeContext)

Exit a parse tree produced by typecode().

The default implementation does nothing.

Declaration
public virtual void ExitTypecode(metamathParser.TypecodeContext context)
Parameters
Type Name Description
metamathParser.TypecodeContext context

The parse tree.

| Improve this Doc View Source

ExitUncompressedproof(metamathParser.UncompressedproofContext)

Exit a parse tree produced by uncompressedproof().

The default implementation does nothing.

Declaration
public virtual void ExitUncompressedproof(metamathParser.UncompressedproofContext context)
Parameters
Type Name Description
metamathParser.UncompressedproofContext context

The parse tree.

| Improve this Doc View Source

ExitVariable(metamathParser.VariableContext)

Exit a parse tree produced by variable().

The default implementation does nothing.

Declaration
public virtual void ExitVariable(metamathParser.VariableContext context)
Parameters
Type Name Description
metamathParser.VariableContext context

The parse tree.

| Improve this Doc View Source

ExitVariablestmt(metamathParser.VariablestmtContext)

Exit a parse tree produced by variablestmt().

The default implementation does nothing.

Declaration
public virtual void ExitVariablestmt(metamathParser.VariablestmtContext context)
Parameters
Type Name Description
metamathParser.VariablestmtContext context

The parse tree.

| Improve this Doc View Source

VisitErrorNode(Antlr4.Runtime.Tree.IErrorNode)

Declaration
public virtual void VisitErrorNode(Antlr4.Runtime.Tree.IErrorNode node)
Parameters
Type Name Description
Antlr4.Runtime.Tree.IErrorNode node
Remarks

The default implementation does nothing.

| Improve this Doc View Source

VisitTerminal(Antlr4.Runtime.Tree.ITerminalNode)

Declaration
public virtual void VisitTerminal(Antlr4.Runtime.Tree.ITerminalNode node)
Parameters
Type Name Description
Antlr4.Runtime.Tree.ITerminalNode node
Remarks

The default implementation does nothing.

Implements

ImetamathListener
Antlr4.Runtime.Tree.IParseTreeListener
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX