Show / Hide Table of Contents

Class pdp7BaseListener

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

Inheritance
System.Object
pdp7BaseListener
Implements
Ipdp7Listener
Antlr4.Runtime.Tree.IParseTreeListener
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: GCore.Antlr.Grammers.Pdp7
Assembly: Pdp7.dll
Syntax
[CLSCompliant(false)]
public class pdp7BaseListener : Ipdp7Listener, IParseTreeListener

Methods

| Improve this Doc View Source

EnterArgument(pdp7Parser.ArgumentContext)

Enter a parse tree produced by argument().

The default implementation does nothing.

Declaration
public virtual void EnterArgument([NotNull] pdp7Parser.ArgumentContext context)
Parameters
Type Name Description
pdp7Parser.ArgumentContext context

The parse tree.

| Improve this Doc View Source

EnterAssignment(pdp7Parser.AssignmentContext)

Enter a parse tree produced by assignment().

The default implementation does nothing.

Declaration
public virtual void EnterAssignment([NotNull] pdp7Parser.AssignmentContext context)
Parameters
Type Name Description
pdp7Parser.AssignmentContext context

The parse tree.

| Improve this Doc View Source

EnterAtom(pdp7Parser.AtomContext)

Enter a parse tree produced by atom().

The default implementation does nothing.

Declaration
public virtual void EnterAtom([NotNull] pdp7Parser.AtomContext context)
Parameters
Type Name Description
pdp7Parser.AtomContext context

The parse tree.

| Improve this Doc View Source

EnterComment(pdp7Parser.CommentContext)

Enter a parse tree produced by comment().

The default implementation does nothing.

Declaration
public virtual void EnterComment([NotNull] pdp7Parser.CommentContext context)
Parameters
Type Name Description
pdp7Parser.CommentContext context

The parse tree.

| Improve this Doc View Source

EnterDeclaration(pdp7Parser.DeclarationContext)

Enter a parse tree produced by declaration().

The default implementation does nothing.

Declaration
public virtual void EnterDeclaration([NotNull] pdp7Parser.DeclarationContext context)
Parameters
Type Name Description
pdp7Parser.DeclarationContext context

The parse tree.

| Improve this Doc View Source

EnterDeclarationRight(pdp7Parser.DeclarationRightContext)

Enter a parse tree produced by declarationRight().

The default implementation does nothing.

Declaration
public virtual void EnterDeclarationRight([NotNull] pdp7Parser.DeclarationRightContext context)
Parameters
Type Name Description
pdp7Parser.DeclarationRightContext context

The parse tree.

| Improve this Doc View Source

EnterDeclarations(pdp7Parser.DeclarationsContext)

Enter a parse tree produced by declarations().

The default implementation does nothing.

Declaration
public virtual void EnterDeclarations([NotNull] pdp7Parser.DeclarationsContext context)
Parameters
Type Name Description
pdp7Parser.DeclarationsContext context

The parse tree.

| Improve this Doc View Source

EnterEol(pdp7Parser.EolContext)

Enter a parse tree produced by eol().

The default implementation does nothing.

Declaration
public virtual void EnterEol([NotNull] pdp7Parser.EolContext context)
Parameters
Type Name Description
pdp7Parser.EolContext context

The parse tree.

| Improve this Doc View Source

EnterEveryRule(ParserRuleContext)

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

The default implementation does nothing.

| Improve this Doc View Source

EnterExpression(pdp7Parser.ExpressionContext)

Enter a parse tree produced by expression().

The default implementation does nothing.

Declaration
public virtual void EnterExpression([NotNull] pdp7Parser.ExpressionContext context)
Parameters
Type Name Description
pdp7Parser.ExpressionContext context

The parse tree.

| Improve this Doc View Source

EnterInstruction(pdp7Parser.InstructionContext)

Enter a parse tree produced by instruction().

The default implementation does nothing.

Declaration
public virtual void EnterInstruction([NotNull] pdp7Parser.InstructionContext context)
Parameters
Type Name Description
pdp7Parser.InstructionContext context

The parse tree.

| Improve this Doc View Source

EnterLabel(pdp7Parser.LabelContext)

Enter a parse tree produced by label().

The default implementation does nothing.

Declaration
public virtual void EnterLabel([NotNull] pdp7Parser.LabelContext context)
Parameters
Type Name Description
pdp7Parser.LabelContext context

The parse tree.

| Improve this Doc View Source

EnterLine(pdp7Parser.LineContext)

Enter a parse tree produced by line().

The default implementation does nothing.

Declaration
public virtual void EnterLine([NotNull] pdp7Parser.LineContext context)
Parameters
Type Name Description
pdp7Parser.LineContext context

The parse tree.

| Improve this Doc View Source

EnterMultiplyingExpression(pdp7Parser.MultiplyingExpressionContext)

Enter a parse tree produced by multiplyingExpression().

The default implementation does nothing.

Declaration
public virtual void EnterMultiplyingExpression([NotNull] pdp7Parser.MultiplyingExpressionContext context)
Parameters
Type Name Description
pdp7Parser.MultiplyingExpressionContext context

The parse tree.

| Improve this Doc View Source

EnterOpcode(pdp7Parser.OpcodeContext)

Enter a parse tree produced by opcode().

The default implementation does nothing.

Declaration
public virtual void EnterOpcode([NotNull] pdp7Parser.OpcodeContext context)
Parameters
Type Name Description
pdp7Parser.OpcodeContext context

The parse tree.

| Improve this Doc View Source

EnterProg(pdp7Parser.ProgContext)

Enter a parse tree produced by prog().

The default implementation does nothing.

Declaration
public virtual void EnterProg([NotNull] pdp7Parser.ProgContext context)
Parameters
Type Name Description
pdp7Parser.ProgContext context

The parse tree.

| Improve this Doc View Source

EnterString(pdp7Parser.StringContext)

Enter a parse tree produced by .

The default implementation does nothing.

Declaration
public virtual void EnterString([NotNull] pdp7Parser.StringContext context)
Parameters
Type Name Description
pdp7Parser.StringContext context

The parse tree.

| Improve this Doc View Source

EnterSymbol(pdp7Parser.SymbolContext)

Enter a parse tree produced by symbol().

The default implementation does nothing.

Declaration
public virtual void EnterSymbol([NotNull] pdp7Parser.SymbolContext context)
Parameters
Type Name Description
pdp7Parser.SymbolContext context

The parse tree.

| Improve this Doc View Source

EnterVariable(pdp7Parser.VariableContext)

Enter a parse tree produced by variable().

The default implementation does nothing.

Declaration
public virtual void EnterVariable([NotNull] pdp7Parser.VariableContext context)
Parameters
Type Name Description
pdp7Parser.VariableContext context

The parse tree.

| Improve this Doc View Source

ExitArgument(pdp7Parser.ArgumentContext)

Exit a parse tree produced by argument().

The default implementation does nothing.

Declaration
public virtual void ExitArgument([NotNull] pdp7Parser.ArgumentContext context)
Parameters
Type Name Description
pdp7Parser.ArgumentContext context

The parse tree.

| Improve this Doc View Source

ExitAssignment(pdp7Parser.AssignmentContext)

Exit a parse tree produced by assignment().

The default implementation does nothing.

Declaration
public virtual void ExitAssignment([NotNull] pdp7Parser.AssignmentContext context)
Parameters
Type Name Description
pdp7Parser.AssignmentContext context

The parse tree.

| Improve this Doc View Source

ExitAtom(pdp7Parser.AtomContext)

Exit a parse tree produced by atom().

The default implementation does nothing.

Declaration
public virtual void ExitAtom([NotNull] pdp7Parser.AtomContext context)
Parameters
Type Name Description
pdp7Parser.AtomContext context

The parse tree.

| Improve this Doc View Source

ExitComment(pdp7Parser.CommentContext)

Exit a parse tree produced by comment().

The default implementation does nothing.

Declaration
public virtual void ExitComment([NotNull] pdp7Parser.CommentContext context)
Parameters
Type Name Description
pdp7Parser.CommentContext context

The parse tree.

| Improve this Doc View Source

ExitDeclaration(pdp7Parser.DeclarationContext)

Exit a parse tree produced by declaration().

The default implementation does nothing.

Declaration
public virtual void ExitDeclaration([NotNull] pdp7Parser.DeclarationContext context)
Parameters
Type Name Description
pdp7Parser.DeclarationContext context

The parse tree.

| Improve this Doc View Source

ExitDeclarationRight(pdp7Parser.DeclarationRightContext)

Exit a parse tree produced by declarationRight().

The default implementation does nothing.

Declaration
public virtual void ExitDeclarationRight([NotNull] pdp7Parser.DeclarationRightContext context)
Parameters
Type Name Description
pdp7Parser.DeclarationRightContext context

The parse tree.

| Improve this Doc View Source

ExitDeclarations(pdp7Parser.DeclarationsContext)

Exit a parse tree produced by declarations().

The default implementation does nothing.

Declaration
public virtual void ExitDeclarations([NotNull] pdp7Parser.DeclarationsContext context)
Parameters
Type Name Description
pdp7Parser.DeclarationsContext context

The parse tree.

| Improve this Doc View Source

ExitEol(pdp7Parser.EolContext)

Exit a parse tree produced by eol().

The default implementation does nothing.

Declaration
public virtual void ExitEol([NotNull] pdp7Parser.EolContext context)
Parameters
Type Name Description
pdp7Parser.EolContext context

The parse tree.

| Improve this Doc View Source

ExitEveryRule(ParserRuleContext)

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

The default implementation does nothing.

| Improve this Doc View Source

ExitExpression(pdp7Parser.ExpressionContext)

Exit a parse tree produced by expression().

The default implementation does nothing.

Declaration
public virtual void ExitExpression([NotNull] pdp7Parser.ExpressionContext context)
Parameters
Type Name Description
pdp7Parser.ExpressionContext context

The parse tree.

| Improve this Doc View Source

ExitInstruction(pdp7Parser.InstructionContext)

Exit a parse tree produced by instruction().

The default implementation does nothing.

Declaration
public virtual void ExitInstruction([NotNull] pdp7Parser.InstructionContext context)
Parameters
Type Name Description
pdp7Parser.InstructionContext context

The parse tree.

| Improve this Doc View Source

ExitLabel(pdp7Parser.LabelContext)

Exit a parse tree produced by label().

The default implementation does nothing.

Declaration
public virtual void ExitLabel([NotNull] pdp7Parser.LabelContext context)
Parameters
Type Name Description
pdp7Parser.LabelContext context

The parse tree.

| Improve this Doc View Source

ExitLine(pdp7Parser.LineContext)

Exit a parse tree produced by line().

The default implementation does nothing.

Declaration
public virtual void ExitLine([NotNull] pdp7Parser.LineContext context)
Parameters
Type Name Description
pdp7Parser.LineContext context

The parse tree.

| Improve this Doc View Source

ExitMultiplyingExpression(pdp7Parser.MultiplyingExpressionContext)

Exit a parse tree produced by multiplyingExpression().

The default implementation does nothing.

Declaration
public virtual void ExitMultiplyingExpression([NotNull] pdp7Parser.MultiplyingExpressionContext context)
Parameters
Type Name Description
pdp7Parser.MultiplyingExpressionContext context

The parse tree.

| Improve this Doc View Source

ExitOpcode(pdp7Parser.OpcodeContext)

Exit a parse tree produced by opcode().

The default implementation does nothing.

Declaration
public virtual void ExitOpcode([NotNull] pdp7Parser.OpcodeContext context)
Parameters
Type Name Description
pdp7Parser.OpcodeContext context

The parse tree.

| Improve this Doc View Source

ExitProg(pdp7Parser.ProgContext)

Exit a parse tree produced by prog().

The default implementation does nothing.

Declaration
public virtual void ExitProg([NotNull] pdp7Parser.ProgContext context)
Parameters
Type Name Description
pdp7Parser.ProgContext context

The parse tree.

| Improve this Doc View Source

ExitString(pdp7Parser.StringContext)

Exit a parse tree produced by .

The default implementation does nothing.

Declaration
public virtual void ExitString([NotNull] pdp7Parser.StringContext context)
Parameters
Type Name Description
pdp7Parser.StringContext context

The parse tree.

| Improve this Doc View Source

ExitSymbol(pdp7Parser.SymbolContext)

Exit a parse tree produced by symbol().

The default implementation does nothing.

Declaration
public virtual void ExitSymbol([NotNull] pdp7Parser.SymbolContext context)
Parameters
Type Name Description
pdp7Parser.SymbolContext context

The parse tree.

| Improve this Doc View Source

ExitVariable(pdp7Parser.VariableContext)

Exit a parse tree produced by variable().

The default implementation does nothing.

Declaration
public virtual void ExitVariable([NotNull] pdp7Parser.VariableContext context)
Parameters
Type Name Description
pdp7Parser.VariableContext context

The parse tree.

| Improve this Doc View Source

VisitErrorNode(IErrorNode)

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

The default implementation does nothing.

| Improve this Doc View Source

VisitTerminal(ITerminalNode)

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

The default implementation does nothing.

Implements

Ipdp7Listener
Antlr4.Runtime.Tree.IParseTreeListener
  • Improve this Doc
  • View Source
Back to top Generated by DocFX