Class propertiesBaseListener
This class provides an empty implementation of IpropertiesListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
Inheritance
Namespace: GCore.Antlr.Grammers.Properties
Assembly: Properties.dll
Syntax
public class propertiesBaseListener : object, IpropertiesListener, Antlr4.Runtime.Tree.IParseTreeListener
Methods
| Improve this Doc View SourceEnterComment(propertiesParser.CommentContext)
Enter a parse tree produced by comment().
The default implementation does nothing.
Declaration
public virtual void EnterComment(propertiesParser.CommentContext context)
Parameters
Type | Name | Description |
---|---|---|
propertiesParser.CommentContext | context | The parse tree. |
EnterDecl(propertiesParser.DeclContext)
Enter a parse tree produced by decl().
The default implementation does nothing.
Declaration
public virtual void EnterDecl(propertiesParser.DeclContext context)
Parameters
Type | Name | Description |
---|---|---|
propertiesParser.DeclContext | 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(propertiesParser.KeyContext)
Enter a parse tree produced by key().
The default implementation does nothing.
Declaration
public virtual void EnterKey(propertiesParser.KeyContext context)
Parameters
Type | Name | Description |
---|---|---|
propertiesParser.KeyContext | context | The parse tree. |
EnterPropertiesFile(propertiesParser.PropertiesFileContext)
Enter a parse tree produced by propertiesFile().
The default implementation does nothing.
Declaration
public virtual void EnterPropertiesFile(propertiesParser.PropertiesFileContext context)
Parameters
Type | Name | Description |
---|---|---|
propertiesParser.PropertiesFileContext | context | The parse tree. |
EnterRow(propertiesParser.RowContext)
Enter a parse tree produced by row().
The default implementation does nothing.
Declaration
public virtual void EnterRow(propertiesParser.RowContext context)
Parameters
Type | Name | Description |
---|---|---|
propertiesParser.RowContext | context | The parse tree. |
EnterValue(propertiesParser.ValueContext)
Enter a parse tree produced by value().
The default implementation does nothing.
Declaration
public virtual void EnterValue(propertiesParser.ValueContext context)
Parameters
Type | Name | Description |
---|---|---|
propertiesParser.ValueContext | context | The parse tree. |
ExitComment(propertiesParser.CommentContext)
Exit a parse tree produced by comment().
The default implementation does nothing.
Declaration
public virtual void ExitComment(propertiesParser.CommentContext context)
Parameters
Type | Name | Description |
---|---|---|
propertiesParser.CommentContext | context | The parse tree. |
ExitDecl(propertiesParser.DeclContext)
Exit a parse tree produced by decl().
The default implementation does nothing.
Declaration
public virtual void ExitDecl(propertiesParser.DeclContext context)
Parameters
Type | Name | Description |
---|---|---|
propertiesParser.DeclContext | 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(propertiesParser.KeyContext)
Exit a parse tree produced by key().
The default implementation does nothing.
Declaration
public virtual void ExitKey(propertiesParser.KeyContext context)
Parameters
Type | Name | Description |
---|---|---|
propertiesParser.KeyContext | context | The parse tree. |
ExitPropertiesFile(propertiesParser.PropertiesFileContext)
Exit a parse tree produced by propertiesFile().
The default implementation does nothing.
Declaration
public virtual void ExitPropertiesFile(propertiesParser.PropertiesFileContext context)
Parameters
Type | Name | Description |
---|---|---|
propertiesParser.PropertiesFileContext | context | The parse tree. |
ExitRow(propertiesParser.RowContext)
Exit a parse tree produced by row().
The default implementation does nothing.
Declaration
public virtual void ExitRow(propertiesParser.RowContext context)
Parameters
Type | Name | Description |
---|---|---|
propertiesParser.RowContext | context | The parse tree. |
ExitValue(propertiesParser.ValueContext)
Exit a parse tree produced by value().
The default implementation does nothing.
Declaration
public virtual void ExitValue(propertiesParser.ValueContext context)
Parameters
Type | Name | Description |
---|---|---|
propertiesParser.ValueContext | 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.