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
Namespace: GCore.Antlr.Grammers.Less
Assembly: Less.dll
Syntax
public class LessParserBaseListener : object, ILessParserListener, Antlr4.Runtime.Tree.IParseTreeListener
Methods
| Improve this Doc View SourceEnterAttrib(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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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.
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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.
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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.