Show / Hide Table of Contents

Class LessParserBaseListener

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

Inheritance
System.Object
LessParserBaseListener
Implements
ILessParserListener
Antlr4.Runtime.Tree.IParseTreeListener
Namespace: GCore.Antlr.Grammers.Less
Assembly: Less.dll
Syntax
public class LessParserBaseListener : object, ILessParserListener, Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterAttrib(LessParser.AttribContext)

Enter a parse tree produced by attrib().

The default implementation does nothing.

Declaration
public virtual void EnterAttrib(LessParser.AttribContext context)
Parameters
Type Name Description
LessParser.AttribContext context

The parse tree.

| Improve this Doc View Source

EnterAttribRelate(LessParser.AttribRelateContext)

Enter a parse tree produced by attribRelate().

The default implementation does nothing.

Declaration
public virtual void EnterAttribRelate(LessParser.AttribRelateContext context)
Parameters
Type Name Description
LessParser.AttribRelateContext context

The parse tree.

| Improve this Doc View Source

EnterBlock(LessParser.BlockContext)

Enter a parse tree produced by block().

The default implementation does nothing.

Declaration
public virtual void EnterBlock(LessParser.BlockContext context)
Parameters
Type Name Description
LessParser.BlockContext context

The parse tree.

| Improve this Doc View Source

EnterCommandStatement(LessParser.CommandStatementContext)

Enter a parse tree produced by commandStatement().

The default implementation does nothing.

Declaration
public virtual void EnterCommandStatement(LessParser.CommandStatementContext context)
Parameters
Type Name Description
LessParser.CommandStatementContext context

The parse tree.

| Improve this Doc View Source

EnterCondition(LessParser.ConditionContext)

Enter a parse tree produced by condition().

The default implementation does nothing.

Declaration
public virtual void EnterCondition(LessParser.ConditionContext context)
Parameters
Type Name Description
LessParser.ConditionContext context

The parse tree.

| Improve this Doc View Source

EnterConditions(LessParser.ConditionsContext)

Enter a parse tree produced by conditions().

The default implementation does nothing.

Declaration
public virtual void EnterConditions(LessParser.ConditionsContext context)
Parameters
Type Name Description
LessParser.ConditionsContext context

The parse tree.

| Improve this Doc View Source

EnterConditionStatement(LessParser.ConditionStatementContext)

Enter a parse tree produced by conditionStatement().

The default implementation does nothing.

Declaration
public virtual void EnterConditionStatement(LessParser.ConditionStatementContext context)
Parameters
Type Name Description
LessParser.ConditionStatementContext context

The parse tree.

| Improve this Doc View Source

EnterElement(LessParser.ElementContext)

Enter a parse tree produced by element().

The default implementation does nothing.

Declaration
public virtual void EnterElement(LessParser.ElementContext context)
Parameters
Type Name Description
LessParser.ElementContext 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

EnterExpression(LessParser.ExpressionContext)

Enter a parse tree produced by expression().

The default implementation does nothing.

Declaration
public virtual void EnterExpression(LessParser.ExpressionContext context)
Parameters
Type Name Description
LessParser.ExpressionContext context

The parse tree.

| Improve this Doc View Source

EnterFunction_(LessParser.Function_Context)

Enter a parse tree produced by function_().

The default implementation does nothing.

Declaration
public virtual void EnterFunction_(LessParser.Function_Context context)
Parameters
Type Name Description
LessParser.Function_Context context

The parse tree.

| Improve this Doc View Source

EnterIdentifier(LessParser.IdentifierContext)

Enter a parse tree produced by identifier().

The default implementation does nothing.

Declaration
public virtual void EnterIdentifier(LessParser.IdentifierContext context)
Parameters
Type Name Description
LessParser.IdentifierContext context

The parse tree.

| Improve this Doc View Source

EnterIdentifierPart(LessParser.IdentifierPartContext)

Enter a parse tree produced by identifierPart().

The default implementation does nothing.

Declaration
public virtual void EnterIdentifierPart(LessParser.IdentifierPartContext context)
Parameters
Type Name Description
LessParser.IdentifierPartContext context

The parse tree.

| Improve this Doc View Source

EnterIdentifierVariableName(LessParser.IdentifierVariableNameContext)

Enter a parse tree produced by identifierVariableName().

The default implementation does nothing.

Declaration
public virtual void EnterIdentifierVariableName(LessParser.IdentifierVariableNameContext context)
Parameters
Type Name Description
LessParser.IdentifierVariableNameContext context

The parse tree.

| Improve this Doc View Source

EnterImportDeclaration(LessParser.ImportDeclarationContext)

Enter a parse tree produced by importDeclaration().

The default implementation does nothing.

Declaration
public virtual void EnterImportDeclaration(LessParser.ImportDeclarationContext context)
Parameters
Type Name Description
LessParser.ImportDeclarationContext context

The parse tree.

| Improve this Doc View Source

EnterImportOption(LessParser.ImportOptionContext)

Enter a parse tree produced by importOption().

The default implementation does nothing.

Declaration
public virtual void EnterImportOption(LessParser.ImportOptionContext context)
Parameters
Type Name Description
LessParser.ImportOptionContext context

The parse tree.

| Improve this Doc View Source

EnterMathCharacter(LessParser.MathCharacterContext)

Enter a parse tree produced by mathCharacter().

The default implementation does nothing.

Declaration
public virtual void EnterMathCharacter(LessParser.MathCharacterContext context)
Parameters
Type Name Description
LessParser.MathCharacterContext context

The parse tree.

| Improve this Doc View Source

EnterMathStatement(LessParser.MathStatementContext)

Enter a parse tree produced by mathStatement().

The default implementation does nothing.

Declaration
public virtual void EnterMathStatement(LessParser.MathStatementContext context)
Parameters
Type Name Description
LessParser.MathStatementContext context

The parse tree.

| Improve this Doc View Source

EnterMeasurement(LessParser.MeasurementContext)

Enter a parse tree produced by measurement().

The default implementation does nothing.

Declaration
public virtual void EnterMeasurement(LessParser.MeasurementContext context)
Parameters
Type Name Description
LessParser.MeasurementContext context

The parse tree.

| Improve this Doc View Source

EnterMediaTypes(LessParser.MediaTypesContext)

Enter a parse tree produced by mediaTypes().

The default implementation does nothing.

Declaration
public virtual void EnterMediaTypes(LessParser.MediaTypesContext context)
Parameters
Type Name Description
LessParser.MediaTypesContext context

The parse tree.

| Improve this Doc View Source

EnterMixinDefinition(LessParser.MixinDefinitionContext)

Enter a parse tree produced by mixinDefinition().

The default implementation does nothing.

Declaration
public virtual void EnterMixinDefinition(LessParser.MixinDefinitionContext context)
Parameters
Type Name Description
LessParser.MixinDefinitionContext context

The parse tree.

| Improve this Doc View Source

EnterMixinDefinitionParam(LessParser.MixinDefinitionParamContext)

Enter a parse tree produced by mixinDefinitionParam().

The default implementation does nothing.

Declaration
public virtual void EnterMixinDefinitionParam(LessParser.MixinDefinitionParamContext context)
Parameters
Type Name Description
LessParser.MixinDefinitionParamContext context

The parse tree.

| Improve this Doc View Source

EnterMixinGuard(LessParser.MixinGuardContext)

Enter a parse tree produced by mixinGuard().

The default implementation does nothing.

Declaration
public virtual void EnterMixinGuard(LessParser.MixinGuardContext context)
Parameters
Type Name Description
LessParser.MixinGuardContext context

The parse tree.

| Improve this Doc View Source

EnterMixinReference(LessParser.MixinReferenceContext)

Enter a parse tree produced by mixinReference().

The default implementation does nothing.

Declaration
public virtual void EnterMixinReference(LessParser.MixinReferenceContext context)
Parameters
Type Name Description
LessParser.MixinReferenceContext context

The parse tree.

| Improve this Doc View Source

EnterNegation(LessParser.NegationContext)

Enter a parse tree produced by negation().

The default implementation does nothing.

Declaration
public virtual void EnterNegation(LessParser.NegationContext context)
Parameters
Type Name Description
LessParser.NegationContext context

The parse tree.

| Improve this Doc View Source

EnterProperty_(LessParser.Property_Context)

Enter a parse tree produced by property_().

The default implementation does nothing.

Declaration
public virtual void EnterProperty_(LessParser.Property_Context context)
Parameters
Type Name Description
LessParser.Property_Context context

The parse tree.

| Improve this Doc View Source

EnterPseudo(LessParser.PseudoContext)

Enter a parse tree produced by pseudo().

The default implementation does nothing.

Declaration
public virtual void EnterPseudo(LessParser.PseudoContext context)
Parameters
Type Name Description
LessParser.PseudoContext context

The parse tree.

| Improve this Doc View Source

EnterReferenceUrl(LessParser.ReferenceUrlContext)

Enter a parse tree produced by referenceUrl().

The default implementation does nothing.

Declaration
public virtual void EnterReferenceUrl(LessParser.ReferenceUrlContext context)
Parameters
Type Name Description
LessParser.ReferenceUrlContext context

The parse tree.

| Improve this Doc View Source

EnterRuleset(LessParser.RulesetContext)

Enter a parse tree produced by ruleset().

The default implementation does nothing.

Declaration
public virtual void EnterRuleset(LessParser.RulesetContext context)
Parameters
Type Name Description
LessParser.RulesetContext context

The parse tree.

| Improve this Doc View Source

EnterSelector(LessParser.SelectorContext)

Enter a parse tree produced by selector().

The default implementation does nothing.

Declaration
public virtual void EnterSelector(LessParser.SelectorContext context)
Parameters
Type Name Description
LessParser.SelectorContext context

The parse tree.

| Improve this Doc View Source

EnterSelectorPrefix(LessParser.SelectorPrefixContext)

Enter a parse tree produced by selectorPrefix().

The default implementation does nothing.

Declaration
public virtual void EnterSelectorPrefix(LessParser.SelectorPrefixContext context)
Parameters
Type Name Description
LessParser.SelectorPrefixContext context

The parse tree.

| Improve this Doc View Source

EnterSelectors(LessParser.SelectorsContext)

Enter a parse tree produced by selectors().

The default implementation does nothing.

Declaration
public virtual void EnterSelectors(LessParser.SelectorsContext context)
Parameters
Type Name Description
LessParser.SelectorsContext context

The parse tree.

| Improve this Doc View Source

EnterStatement(LessParser.StatementContext)

Enter a parse tree produced by statement().

The default implementation does nothing.

Declaration
public virtual void EnterStatement(LessParser.StatementContext context)
Parameters
Type Name Description
LessParser.StatementContext context

The parse tree.

| Improve this Doc View Source

EnterStylesheet(LessParser.StylesheetContext)

Enter a parse tree produced by stylesheet().

The default implementation does nothing.

Declaration
public virtual void EnterStylesheet(LessParser.StylesheetContext context)
Parameters
Type Name Description
LessParser.StylesheetContext context

The parse tree.

| Improve this Doc View Source

EnterUrl(LessParser.UrlContext)

Enter a parse tree produced by url().

The default implementation does nothing.

Declaration
public virtual void EnterUrl(LessParser.UrlContext context)
Parameters
Type Name Description
LessParser.UrlContext context

The parse tree.

| Improve this Doc View Source

EnterValues(LessParser.ValuesContext)

Enter a parse tree produced by values().

The default implementation does nothing.

Declaration
public virtual void EnterValues(LessParser.ValuesContext context)
Parameters
Type Name Description
LessParser.ValuesContext context

The parse tree.

| Improve this Doc View Source

EnterVariableDeclaration(LessParser.VariableDeclarationContext)

Enter a parse tree produced by variableDeclaration().

The default implementation does nothing.

Declaration
public virtual void EnterVariableDeclaration(LessParser.VariableDeclarationContext context)
Parameters
Type Name Description
LessParser.VariableDeclarationContext context

The parse tree.

| Improve this Doc View Source

EnterVariableName(LessParser.VariableNameContext)

Enter a parse tree produced by variableName().

The default implementation does nothing.

Declaration
public virtual void EnterVariableName(LessParser.VariableNameContext context)
Parameters
Type Name Description
LessParser.VariableNameContext context

The parse tree.

| Improve this Doc View Source

ExitAttrib(LessParser.AttribContext)

Exit a parse tree produced by attrib().

The default implementation does nothing.

Declaration
public virtual void ExitAttrib(LessParser.AttribContext context)
Parameters
Type Name Description
LessParser.AttribContext context

The parse tree.

| Improve this Doc View Source

ExitAttribRelate(LessParser.AttribRelateContext)

Exit a parse tree produced by attribRelate().

The default implementation does nothing.

Declaration
public virtual void ExitAttribRelate(LessParser.AttribRelateContext context)
Parameters
Type Name Description
LessParser.AttribRelateContext context

The parse tree.

| Improve this Doc View Source

ExitBlock(LessParser.BlockContext)

Exit a parse tree produced by block().

The default implementation does nothing.

Declaration
public virtual void ExitBlock(LessParser.BlockContext context)
Parameters
Type Name Description
LessParser.BlockContext context

The parse tree.

| Improve this Doc View Source

ExitCommandStatement(LessParser.CommandStatementContext)

Exit a parse tree produced by commandStatement().

The default implementation does nothing.

Declaration
public virtual void ExitCommandStatement(LessParser.CommandStatementContext context)
Parameters
Type Name Description
LessParser.CommandStatementContext context

The parse tree.

| Improve this Doc View Source

ExitCondition(LessParser.ConditionContext)

Exit a parse tree produced by condition().

The default implementation does nothing.

Declaration
public virtual void ExitCondition(LessParser.ConditionContext context)
Parameters
Type Name Description
LessParser.ConditionContext context

The parse tree.

| Improve this Doc View Source

ExitConditions(LessParser.ConditionsContext)

Exit a parse tree produced by conditions().

The default implementation does nothing.

Declaration
public virtual void ExitConditions(LessParser.ConditionsContext context)
Parameters
Type Name Description
LessParser.ConditionsContext context

The parse tree.

| Improve this Doc View Source

ExitConditionStatement(LessParser.ConditionStatementContext)

Exit a parse tree produced by conditionStatement().

The default implementation does nothing.

Declaration
public virtual void ExitConditionStatement(LessParser.ConditionStatementContext context)
Parameters
Type Name Description
LessParser.ConditionStatementContext context

The parse tree.

| Improve this Doc View Source

ExitElement(LessParser.ElementContext)

Exit a parse tree produced by element().

The default implementation does nothing.

Declaration
public virtual void ExitElement(LessParser.ElementContext context)
Parameters
Type Name Description
LessParser.ElementContext 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

ExitExpression(LessParser.ExpressionContext)

Exit a parse tree produced by expression().

The default implementation does nothing.

Declaration
public virtual void ExitExpression(LessParser.ExpressionContext context)
Parameters
Type Name Description
LessParser.ExpressionContext context

The parse tree.

| Improve this Doc View Source

ExitFunction_(LessParser.Function_Context)

Exit a parse tree produced by function_().

The default implementation does nothing.

Declaration
public virtual void ExitFunction_(LessParser.Function_Context context)
Parameters
Type Name Description
LessParser.Function_Context context

The parse tree.

| Improve this Doc View Source

ExitIdentifier(LessParser.IdentifierContext)

Exit a parse tree produced by identifier().

The default implementation does nothing.

Declaration
public virtual void ExitIdentifier(LessParser.IdentifierContext context)
Parameters
Type Name Description
LessParser.IdentifierContext context

The parse tree.

| Improve this Doc View Source

ExitIdentifierPart(LessParser.IdentifierPartContext)

Exit a parse tree produced by identifierPart().

The default implementation does nothing.

Declaration
public virtual void ExitIdentifierPart(LessParser.IdentifierPartContext context)
Parameters
Type Name Description
LessParser.IdentifierPartContext context

The parse tree.

| Improve this Doc View Source

ExitIdentifierVariableName(LessParser.IdentifierVariableNameContext)

Exit a parse tree produced by identifierVariableName().

The default implementation does nothing.

Declaration
public virtual void ExitIdentifierVariableName(LessParser.IdentifierVariableNameContext context)
Parameters
Type Name Description
LessParser.IdentifierVariableNameContext context

The parse tree.

| Improve this Doc View Source

ExitImportDeclaration(LessParser.ImportDeclarationContext)

Exit a parse tree produced by importDeclaration().

The default implementation does nothing.

Declaration
public virtual void ExitImportDeclaration(LessParser.ImportDeclarationContext context)
Parameters
Type Name Description
LessParser.ImportDeclarationContext context

The parse tree.

| Improve this Doc View Source

ExitImportOption(LessParser.ImportOptionContext)

Exit a parse tree produced by importOption().

The default implementation does nothing.

Declaration
public virtual void ExitImportOption(LessParser.ImportOptionContext context)
Parameters
Type Name Description
LessParser.ImportOptionContext context

The parse tree.

| Improve this Doc View Source

ExitMathCharacter(LessParser.MathCharacterContext)

Exit a parse tree produced by mathCharacter().

The default implementation does nothing.

Declaration
public virtual void ExitMathCharacter(LessParser.MathCharacterContext context)
Parameters
Type Name Description
LessParser.MathCharacterContext context

The parse tree.

| Improve this Doc View Source

ExitMathStatement(LessParser.MathStatementContext)

Exit a parse tree produced by mathStatement().

The default implementation does nothing.

Declaration
public virtual void ExitMathStatement(LessParser.MathStatementContext context)
Parameters
Type Name Description
LessParser.MathStatementContext context

The parse tree.

| Improve this Doc View Source

ExitMeasurement(LessParser.MeasurementContext)

Exit a parse tree produced by measurement().

The default implementation does nothing.

Declaration
public virtual void ExitMeasurement(LessParser.MeasurementContext context)
Parameters
Type Name Description
LessParser.MeasurementContext context

The parse tree.

| Improve this Doc View Source

ExitMediaTypes(LessParser.MediaTypesContext)

Exit a parse tree produced by mediaTypes().

The default implementation does nothing.

Declaration
public virtual void ExitMediaTypes(LessParser.MediaTypesContext context)
Parameters
Type Name Description
LessParser.MediaTypesContext context

The parse tree.

| Improve this Doc View Source

ExitMixinDefinition(LessParser.MixinDefinitionContext)

Exit a parse tree produced by mixinDefinition().

The default implementation does nothing.

Declaration
public virtual void ExitMixinDefinition(LessParser.MixinDefinitionContext context)
Parameters
Type Name Description
LessParser.MixinDefinitionContext context

The parse tree.

| Improve this Doc View Source

ExitMixinDefinitionParam(LessParser.MixinDefinitionParamContext)

Exit a parse tree produced by mixinDefinitionParam().

The default implementation does nothing.

Declaration
public virtual void ExitMixinDefinitionParam(LessParser.MixinDefinitionParamContext context)
Parameters
Type Name Description
LessParser.MixinDefinitionParamContext context

The parse tree.

| Improve this Doc View Source

ExitMixinGuard(LessParser.MixinGuardContext)

Exit a parse tree produced by mixinGuard().

The default implementation does nothing.

Declaration
public virtual void ExitMixinGuard(LessParser.MixinGuardContext context)
Parameters
Type Name Description
LessParser.MixinGuardContext context

The parse tree.

| Improve this Doc View Source

ExitMixinReference(LessParser.MixinReferenceContext)

Exit a parse tree produced by mixinReference().

The default implementation does nothing.

Declaration
public virtual void ExitMixinReference(LessParser.MixinReferenceContext context)
Parameters
Type Name Description
LessParser.MixinReferenceContext context

The parse tree.

| Improve this Doc View Source

ExitNegation(LessParser.NegationContext)

Exit a parse tree produced by negation().

The default implementation does nothing.

Declaration
public virtual void ExitNegation(LessParser.NegationContext context)
Parameters
Type Name Description
LessParser.NegationContext context

The parse tree.

| Improve this Doc View Source

ExitProperty_(LessParser.Property_Context)

Exit a parse tree produced by property_().

The default implementation does nothing.

Declaration
public virtual void ExitProperty_(LessParser.Property_Context context)
Parameters
Type Name Description
LessParser.Property_Context context

The parse tree.

| Improve this Doc View Source

ExitPseudo(LessParser.PseudoContext)

Exit a parse tree produced by pseudo().

The default implementation does nothing.

Declaration
public virtual void ExitPseudo(LessParser.PseudoContext context)
Parameters
Type Name Description
LessParser.PseudoContext context

The parse tree.

| Improve this Doc View Source

ExitReferenceUrl(LessParser.ReferenceUrlContext)

Exit a parse tree produced by referenceUrl().

The default implementation does nothing.

Declaration
public virtual void ExitReferenceUrl(LessParser.ReferenceUrlContext context)
Parameters
Type Name Description
LessParser.ReferenceUrlContext context

The parse tree.

| Improve this Doc View Source

ExitRuleset(LessParser.RulesetContext)

Exit a parse tree produced by ruleset().

The default implementation does nothing.

Declaration
public virtual void ExitRuleset(LessParser.RulesetContext context)
Parameters
Type Name Description
LessParser.RulesetContext context

The parse tree.

| Improve this Doc View Source

ExitSelector(LessParser.SelectorContext)

Exit a parse tree produced by selector().

The default implementation does nothing.

Declaration
public virtual void ExitSelector(LessParser.SelectorContext context)
Parameters
Type Name Description
LessParser.SelectorContext context

The parse tree.

| Improve this Doc View Source

ExitSelectorPrefix(LessParser.SelectorPrefixContext)

Exit a parse tree produced by selectorPrefix().

The default implementation does nothing.

Declaration
public virtual void ExitSelectorPrefix(LessParser.SelectorPrefixContext context)
Parameters
Type Name Description
LessParser.SelectorPrefixContext context

The parse tree.

| Improve this Doc View Source

ExitSelectors(LessParser.SelectorsContext)

Exit a parse tree produced by selectors().

The default implementation does nothing.

Declaration
public virtual void ExitSelectors(LessParser.SelectorsContext context)
Parameters
Type Name Description
LessParser.SelectorsContext context

The parse tree.

| Improve this Doc View Source

ExitStatement(LessParser.StatementContext)

Exit a parse tree produced by statement().

The default implementation does nothing.

Declaration
public virtual void ExitStatement(LessParser.StatementContext context)
Parameters
Type Name Description
LessParser.StatementContext context

The parse tree.

| Improve this Doc View Source

ExitStylesheet(LessParser.StylesheetContext)

Exit a parse tree produced by stylesheet().

The default implementation does nothing.

Declaration
public virtual void ExitStylesheet(LessParser.StylesheetContext context)
Parameters
Type Name Description
LessParser.StylesheetContext context

The parse tree.

| Improve this Doc View Source

ExitUrl(LessParser.UrlContext)

Exit a parse tree produced by url().

The default implementation does nothing.

Declaration
public virtual void ExitUrl(LessParser.UrlContext context)
Parameters
Type Name Description
LessParser.UrlContext context

The parse tree.

| Improve this Doc View Source

ExitValues(LessParser.ValuesContext)

Exit a parse tree produced by values().

The default implementation does nothing.

Declaration
public virtual void ExitValues(LessParser.ValuesContext context)
Parameters
Type Name Description
LessParser.ValuesContext context

The parse tree.

| Improve this Doc View Source

ExitVariableDeclaration(LessParser.VariableDeclarationContext)

Exit a parse tree produced by variableDeclaration().

The default implementation does nothing.

Declaration
public virtual void ExitVariableDeclaration(LessParser.VariableDeclarationContext context)
Parameters
Type Name Description
LessParser.VariableDeclarationContext context

The parse tree.

| Improve this Doc View Source

ExitVariableName(LessParser.VariableNameContext)

Exit a parse tree produced by variableName().

The default implementation does nothing.

Declaration
public virtual void ExitVariableName(LessParser.VariableNameContext context)
Parameters
Type Name Description
LessParser.VariableNameContext 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

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