Show / Hide Table of Contents

Interface ILessParserListener

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

Namespace: GCore.Antlr.Grammers.Less
Assembly: Less.dll
Syntax
public interface ILessParserListener : Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterAttrib(LessParser.AttribContext)

Enter a parse tree produced by attrib().

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

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

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

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

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

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

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

Declaration
void EnterElement(LessParser.ElementContext context)
Parameters
Type Name Description
LessParser.ElementContext context

The parse tree.

| Improve this Doc View Source

EnterExpression(LessParser.ExpressionContext)

Enter a parse tree produced by expression().

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Declaration
void ExitElement(LessParser.ElementContext context)
Parameters
Type Name Description
LessParser.ElementContext context

The parse tree.

| Improve this Doc View Source

ExitExpression(LessParser.ExpressionContext)

Exit a parse tree produced by expression().

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Declaration
void ExitVariableName(LessParser.VariableNameContext context)
Parameters
Type Name Description
LessParser.VariableNameContext context

The parse tree.

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