Show / Hide Table of Contents

Class vmfBaseListener

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

Inheritance
System.Object
vmfBaseListener
Implements
IvmfListener
Antlr4.Runtime.Tree.IParseTreeListener
Namespace: GCore.Antlr.Grammers.Vmf
Assembly: Vmf.dll
Syntax
public class vmfBaseListener : object, IvmfListener, Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterAtomicvalue(vmfParser.AtomicvalueContext)

Enter a parse tree produced by atomicvalue().

The default implementation does nothing.

Declaration
public virtual void EnterAtomicvalue(vmfParser.AtomicvalueContext context)
Parameters
Type Name Description
vmfParser.AtomicvalueContext 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

EnterKey(vmfParser.KeyContext)

Enter a parse tree produced by key().

The default implementation does nothing.

Declaration
public virtual void EnterKey(vmfParser.KeyContext context)
Parameters
Type Name Description
vmfParser.KeyContext context

The parse tree.

| Improve this Doc View Source

EnterKeyvalue(vmfParser.KeyvalueContext)

Enter a parse tree produced by keyvalue().

The default implementation does nothing.

Declaration
public virtual void EnterKeyvalue(vmfParser.KeyvalueContext context)
Parameters
Type Name Description
vmfParser.KeyvalueContext context

The parse tree.

| Improve this Doc View Source

EnterListvalue(vmfParser.ListvalueContext)

Enter a parse tree produced by listvalue().

The default implementation does nothing.

Declaration
public virtual void EnterListvalue(vmfParser.ListvalueContext context)
Parameters
Type Name Description
vmfParser.ListvalueContext context

The parse tree.

| Improve this Doc View Source

EnterVal(vmfParser.ValContext)

Enter a parse tree produced by val().

The default implementation does nothing.

Declaration
public virtual void EnterVal(vmfParser.ValContext context)
Parameters
Type Name Description
vmfParser.ValContext context

The parse tree.

| Improve this Doc View Source

EnterVmf(vmfParser.VmfContext)

Enter a parse tree produced by vmf().

The default implementation does nothing.

Declaration
public virtual void EnterVmf(vmfParser.VmfContext context)
Parameters
Type Name Description
vmfParser.VmfContext context

The parse tree.

| Improve this Doc View Source

ExitAtomicvalue(vmfParser.AtomicvalueContext)

Exit a parse tree produced by atomicvalue().

The default implementation does nothing.

Declaration
public virtual void ExitAtomicvalue(vmfParser.AtomicvalueContext context)
Parameters
Type Name Description
vmfParser.AtomicvalueContext 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

ExitKey(vmfParser.KeyContext)

Exit a parse tree produced by key().

The default implementation does nothing.

Declaration
public virtual void ExitKey(vmfParser.KeyContext context)
Parameters
Type Name Description
vmfParser.KeyContext context

The parse tree.

| Improve this Doc View Source

ExitKeyvalue(vmfParser.KeyvalueContext)

Exit a parse tree produced by keyvalue().

The default implementation does nothing.

Declaration
public virtual void ExitKeyvalue(vmfParser.KeyvalueContext context)
Parameters
Type Name Description
vmfParser.KeyvalueContext context

The parse tree.

| Improve this Doc View Source

ExitListvalue(vmfParser.ListvalueContext)

Exit a parse tree produced by listvalue().

The default implementation does nothing.

Declaration
public virtual void ExitListvalue(vmfParser.ListvalueContext context)
Parameters
Type Name Description
vmfParser.ListvalueContext context

The parse tree.

| Improve this Doc View Source

ExitVal(vmfParser.ValContext)

Exit a parse tree produced by val().

The default implementation does nothing.

Declaration
public virtual void ExitVal(vmfParser.ValContext context)
Parameters
Type Name Description
vmfParser.ValContext context

The parse tree.

| Improve this Doc View Source

ExitVmf(vmfParser.VmfContext)

Exit a parse tree produced by vmf().

The default implementation does nothing.

Declaration
public virtual void ExitVmf(vmfParser.VmfContext context)
Parameters
Type Name Description
vmfParser.VmfContext 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

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