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 SourceEnterAttrib(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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |