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
Namespace: GCore.Antlr.Grammers.Vmf
Assembly: Vmf.dll
Syntax
public class vmfBaseListener : object, IvmfListener, Antlr4.Runtime.Tree.IParseTreeListener
Methods
| Improve this Doc View SourceEnterAtomicvalue(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. |
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.
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. |
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. |
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. |
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. |
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. |
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. |
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.
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. |
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. |
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. |
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. |
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. |
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.
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.