Show / Hide Table of Contents

Interface IvmfListener

This interface defines a complete listener for a parse tree produced by vmfParser.

Namespace: GCore.Antlr.Grammers.Vmf
Assembly: Vmf.dll
Syntax
public interface IvmfListener : Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterAtomicvalue(vmfParser.AtomicvalueContext)

Enter a parse tree produced by atomicvalue().

Declaration
void EnterAtomicvalue(vmfParser.AtomicvalueContext context)
Parameters
Type Name Description
vmfParser.AtomicvalueContext context

The parse tree.

| Improve this Doc View Source

EnterKey(vmfParser.KeyContext)

Enter a parse tree produced by key().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
void ExitAtomicvalue(vmfParser.AtomicvalueContext context)
Parameters
Type Name Description
vmfParser.AtomicvalueContext context

The parse tree.

| Improve this Doc View Source

ExitKey(vmfParser.KeyContext)

Exit a parse tree produced by key().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
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().

Declaration
void ExitVmf(vmfParser.VmfContext context)
Parameters
Type Name Description
vmfParser.VmfContext context

The parse tree.

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