Show / Hide Table of Contents

Class css3BaseListener

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

Inheritance
System.Object
css3BaseListener
Implements
Icss3Listener
Antlr4.Runtime.Tree.IParseTreeListener
Namespace: GCore.Antlr.Grammers.Css3
Assembly: Css3.dll
Syntax
public class css3BaseListener : object, Icss3Listener, Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterAny_(css3Parser.Any_Context)

Enter a parse tree produced by any_().

The default implementation does nothing.

Declaration
public virtual void EnterAny_(css3Parser.Any_Context context)
Parameters
Type Name Description
css3Parser.Any_Context context

The parse tree.

| Improve this Doc View Source

EnterAtKeyword(css3Parser.AtKeywordContext)

Enter a parse tree produced by atKeyword().

The default implementation does nothing.

Declaration
public virtual void EnterAtKeyword(css3Parser.AtKeywordContext context)
Parameters
Type Name Description
css3Parser.AtKeywordContext context

The parse tree.

| Improve this Doc View Source

EnterAttrib(css3Parser.AttribContext)

Enter a parse tree produced by attrib().

The default implementation does nothing.

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

The parse tree.

| Improve this Doc View Source

EnterBadCharset(css3Parser.BadCharsetContext)

Enter a parse tree produced by the badCharset labeled alternative in charset().

The default implementation does nothing.

Declaration
public virtual void EnterBadCharset(css3Parser.BadCharsetContext context)
Parameters
Type Name Description
css3Parser.BadCharsetContext context

The parse tree.

| Improve this Doc View Source

EnterBadImport(css3Parser.BadImportContext)

Enter a parse tree produced by the badImport labeled alternative in imports().

The default implementation does nothing.

Declaration
public virtual void EnterBadImport(css3Parser.BadImportContext context)
Parameters
Type Name Description
css3Parser.BadImportContext context

The parse tree.

| Improve this Doc View Source

EnterBadNamespace(css3Parser.BadNamespaceContext)

Enter a parse tree produced by the badNamespace labeled alternative in namespace_().

The default implementation does nothing.

Declaration
public virtual void EnterBadNamespace(css3Parser.BadNamespaceContext context)
Parameters
Type Name Description
css3Parser.BadNamespaceContext context

The parse tree.

| Improve this Doc View Source

EnterBadOperator(css3Parser.BadOperatorContext)

Enter a parse tree produced by the badOperator labeled alternative in operator_().

The default implementation does nothing.

Declaration
public virtual void EnterBadOperator(css3Parser.BadOperatorContext context)
Parameters
Type Name Description
css3Parser.BadOperatorContext context

The parse tree.

| Improve this Doc View Source

EnterBadProperty(css3Parser.BadPropertyContext)

Enter a parse tree produced by the badProperty labeled alternative in property_().

The default implementation does nothing.

Declaration
public virtual void EnterBadProperty(css3Parser.BadPropertyContext context)
Parameters
Type Name Description
css3Parser.BadPropertyContext context

The parse tree.

| Improve this Doc View Source

EnterBadTerm(css3Parser.BadTermContext)

Enter a parse tree produced by the badTerm labeled alternative in term().

The default implementation does nothing.

Declaration
public virtual void EnterBadTerm(css3Parser.BadTermContext context)
Parameters
Type Name Description
css3Parser.BadTermContext context

The parse tree.

| Improve this Doc View Source

EnterBlock(css3Parser.BlockContext)

Enter a parse tree produced by block().

The default implementation does nothing.

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

The parse tree.

| Improve this Doc View Source

EnterCalc(css3Parser.CalcContext)

Enter a parse tree produced by calc().

The default implementation does nothing.

Declaration
public virtual void EnterCalc(css3Parser.CalcContext context)
Parameters
Type Name Description
css3Parser.CalcContext context

The parse tree.

| Improve this Doc View Source

EnterCalcProduct(css3Parser.CalcProductContext)

Enter a parse tree produced by calcProduct().

The default implementation does nothing.

Declaration
public virtual void EnterCalcProduct(css3Parser.CalcProductContext context)
Parameters
Type Name Description
css3Parser.CalcProductContext context

The parse tree.

| Improve this Doc View Source

EnterCalcSum(css3Parser.CalcSumContext)

Enter a parse tree produced by calcSum().

The default implementation does nothing.

Declaration
public virtual void EnterCalcSum(css3Parser.CalcSumContext context)
Parameters
Type Name Description
css3Parser.CalcSumContext context

The parse tree.

| Improve this Doc View Source

EnterCalcValue(css3Parser.CalcValueContext)

Enter a parse tree produced by calcValue().

The default implementation does nothing.

Declaration
public virtual void EnterCalcValue(css3Parser.CalcValueContext context)
Parameters
Type Name Description
css3Parser.CalcValueContext context

The parse tree.

| Improve this Doc View Source

EnterClassName(css3Parser.ClassNameContext)

Enter a parse tree produced by className().

The default implementation does nothing.

Declaration
public virtual void EnterClassName(css3Parser.ClassNameContext context)
Parameters
Type Name Description
css3Parser.ClassNameContext context

The parse tree.

| Improve this Doc View Source

EnterCombinator(css3Parser.CombinatorContext)

Enter a parse tree produced by combinator().

The default implementation does nothing.

Declaration
public virtual void EnterCombinator(css3Parser.CombinatorContext context)
Parameters
Type Name Description
css3Parser.CombinatorContext context

The parse tree.

| Improve this Doc View Source

EnterCounterStyle(css3Parser.CounterStyleContext)

Enter a parse tree produced by counterStyle().

The default implementation does nothing.

Declaration
public virtual void EnterCounterStyle(css3Parser.CounterStyleContext context)
Parameters
Type Name Description
css3Parser.CounterStyleContext context

The parse tree.

| Improve this Doc View Source

EnterDeclarationList(css3Parser.DeclarationListContext)

Enter a parse tree produced by declarationList().

The default implementation does nothing.

Declaration
public virtual void EnterDeclarationList(css3Parser.DeclarationListContext context)
Parameters
Type Name Description
css3Parser.DeclarationListContext context

The parse tree.

| Improve this Doc View Source

EnterDimension(css3Parser.DimensionContext)

Enter a parse tree produced by dimension().

The default implementation does nothing.

Declaration
public virtual void EnterDimension(css3Parser.DimensionContext context)
Parameters
Type Name Description
css3Parser.DimensionContext context

The parse tree.

| Improve this Doc View Source

EnterDxImageTransform(css3Parser.DxImageTransformContext)

Enter a parse tree produced by dxImageTransform().

The default implementation does nothing.

Declaration
public virtual void EnterDxImageTransform(css3Parser.DxImageTransformContext context)
Parameters
Type Name Description
css3Parser.DxImageTransformContext context

The parse tree.

| Improve this Doc View Source

EnterElementName(css3Parser.ElementNameContext)

Enter a parse tree produced by elementName().

The default implementation does nothing.

Declaration
public virtual void EnterElementName(css3Parser.ElementNameContext context)
Parameters
Type Name Description
css3Parser.ElementNameContext 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

EnterExpr(css3Parser.ExprContext)

Enter a parse tree produced by expr().

The default implementation does nothing.

Declaration
public virtual void EnterExpr(css3Parser.ExprContext context)
Parameters
Type Name Description
css3Parser.ExprContext context

The parse tree.

| Improve this Doc View Source

EnterExpression(css3Parser.ExpressionContext)

Enter a parse tree produced by expression().

The default implementation does nothing.

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

The parse tree.

| Improve this Doc View Source

EnterFeatureType(css3Parser.FeatureTypeContext)

Enter a parse tree produced by featureType().

The default implementation does nothing.

Declaration
public virtual void EnterFeatureType(css3Parser.FeatureTypeContext context)
Parameters
Type Name Description
css3Parser.FeatureTypeContext context

The parse tree.

| Improve this Doc View Source

EnterFeatureValueBlock(css3Parser.FeatureValueBlockContext)

Enter a parse tree produced by featureValueBlock().

The default implementation does nothing.

Declaration
public virtual void EnterFeatureValueBlock(css3Parser.FeatureValueBlockContext context)
Parameters
Type Name Description
css3Parser.FeatureValueBlockContext context

The parse tree.

| Improve this Doc View Source

EnterFeatureValueDefinition(css3Parser.FeatureValueDefinitionContext)

Enter a parse tree produced by featureValueDefinition().

The default implementation does nothing.

Declaration
public virtual void EnterFeatureValueDefinition(css3Parser.FeatureValueDefinitionContext context)
Parameters
Type Name Description
css3Parser.FeatureValueDefinitionContext context

The parse tree.

| Improve this Doc View Source

EnterFontFaceRule(css3Parser.FontFaceRuleContext)

Enter a parse tree produced by fontFaceRule().

The default implementation does nothing.

Declaration
public virtual void EnterFontFaceRule(css3Parser.FontFaceRuleContext context)
Parameters
Type Name Description
css3Parser.FontFaceRuleContext context

The parse tree.

| Improve this Doc View Source

EnterFontFamilyName(css3Parser.FontFamilyNameContext)

Enter a parse tree produced by fontFamilyName().

The default implementation does nothing.

Declaration
public virtual void EnterFontFamilyName(css3Parser.FontFamilyNameContext context)
Parameters
Type Name Description
css3Parser.FontFamilyNameContext context

The parse tree.

| Improve this Doc View Source

EnterFontFamilyNameList(css3Parser.FontFamilyNameListContext)

Enter a parse tree produced by fontFamilyNameList().

The default implementation does nothing.

Declaration
public virtual void EnterFontFamilyNameList(css3Parser.FontFamilyNameListContext context)
Parameters
Type Name Description
css3Parser.FontFamilyNameListContext context

The parse tree.

| Improve this Doc View Source

EnterFontFeatureValuesRule(css3Parser.FontFeatureValuesRuleContext)

Enter a parse tree produced by fontFeatureValuesRule().

The default implementation does nothing.

Declaration
public virtual void EnterFontFeatureValuesRule(css3Parser.FontFeatureValuesRuleContext context)
Parameters
Type Name Description
css3Parser.FontFeatureValuesRuleContext context

The parse tree.

| Improve this Doc View Source

EnterFunction_(css3Parser.Function_Context)

Enter a parse tree produced by function_().

The default implementation does nothing.

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

The parse tree.

| Improve this Doc View Source

EnterFunctionalPseudo(css3Parser.FunctionalPseudoContext)

Enter a parse tree produced by functionalPseudo().

The default implementation does nothing.

Declaration
public virtual void EnterFunctionalPseudo(css3Parser.FunctionalPseudoContext context)
Parameters
Type Name Description
css3Parser.FunctionalPseudoContext context

The parse tree.

| Improve this Doc View Source

EnterGeneralEnclosed(css3Parser.GeneralEnclosedContext)

Enter a parse tree produced by generalEnclosed().

The default implementation does nothing.

Declaration
public virtual void EnterGeneralEnclosed(css3Parser.GeneralEnclosedContext context)
Parameters
Type Name Description
css3Parser.GeneralEnclosedContext context

The parse tree.

| Improve this Doc View Source

EnterGoodCharset(css3Parser.GoodCharsetContext)

Enter a parse tree produced by the goodCharset labeled alternative in charset().

The default implementation does nothing.

Declaration
public virtual void EnterGoodCharset(css3Parser.GoodCharsetContext context)
Parameters
Type Name Description
css3Parser.GoodCharsetContext context

The parse tree.

| Improve this Doc View Source

EnterGoodImport(css3Parser.GoodImportContext)

Enter a parse tree produced by the goodImport labeled alternative in imports().

The default implementation does nothing.

Declaration
public virtual void EnterGoodImport(css3Parser.GoodImportContext context)
Parameters
Type Name Description
css3Parser.GoodImportContext context

The parse tree.

| Improve this Doc View Source

EnterGoodNamespace(css3Parser.GoodNamespaceContext)

Enter a parse tree produced by the goodNamespace labeled alternative in namespace_().

The default implementation does nothing.

Declaration
public virtual void EnterGoodNamespace(css3Parser.GoodNamespaceContext context)
Parameters
Type Name Description
css3Parser.GoodNamespaceContext context

The parse tree.

| Improve this Doc View Source

EnterGoodOperator(css3Parser.GoodOperatorContext)

Enter a parse tree produced by the goodOperator labeled alternative in operator_().

The default implementation does nothing.

Declaration
public virtual void EnterGoodOperator(css3Parser.GoodOperatorContext context)
Parameters
Type Name Description
css3Parser.GoodOperatorContext context

The parse tree.

| Improve this Doc View Source

EnterGoodProperty(css3Parser.GoodPropertyContext)

Enter a parse tree produced by the goodProperty labeled alternative in property_().

The default implementation does nothing.

Declaration
public virtual void EnterGoodProperty(css3Parser.GoodPropertyContext context)
Parameters
Type Name Description
css3Parser.GoodPropertyContext context

The parse tree.

| Improve this Doc View Source

EnterGroupRuleBody(css3Parser.GroupRuleBodyContext)

Enter a parse tree produced by groupRuleBody().

The default implementation does nothing.

Declaration
public virtual void EnterGroupRuleBody(css3Parser.GroupRuleBodyContext context)
Parameters
Type Name Description
css3Parser.GroupRuleBodyContext context

The parse tree.

| Improve this Doc View Source

EnterHexcolor(css3Parser.HexcolorContext)

Enter a parse tree produced by hexcolor().

The default implementation does nothing.

Declaration
public virtual void EnterHexcolor(css3Parser.HexcolorContext context)
Parameters
Type Name Description
css3Parser.HexcolorContext context

The parse tree.

| Improve this Doc View Source

EnterIdent(css3Parser.IdentContext)

Enter a parse tree produced by ident().

The default implementation does nothing.

Declaration
public virtual void EnterIdent(css3Parser.IdentContext context)
Parameters
Type Name Description
css3Parser.IdentContext context

The parse tree.

| Improve this Doc View Source

EnterKeyframesBlocks(css3Parser.KeyframesBlocksContext)

Enter a parse tree produced by keyframesBlocks().

The default implementation does nothing.

Declaration
public virtual void EnterKeyframesBlocks(css3Parser.KeyframesBlocksContext context)
Parameters
Type Name Description
css3Parser.KeyframesBlocksContext context

The parse tree.

| Improve this Doc View Source

EnterKeyframeSelector(css3Parser.KeyframeSelectorContext)

Enter a parse tree produced by keyframeSelector().

The default implementation does nothing.

Declaration
public virtual void EnterKeyframeSelector(css3Parser.KeyframeSelectorContext context)
Parameters
Type Name Description
css3Parser.KeyframeSelectorContext context

The parse tree.

| Improve this Doc View Source

EnterKeyframesRule(css3Parser.KeyframesRuleContext)

Enter a parse tree produced by keyframesRule().

The default implementation does nothing.

Declaration
public virtual void EnterKeyframesRule(css3Parser.KeyframesRuleContext context)
Parameters
Type Name Description
css3Parser.KeyframesRuleContext context

The parse tree.

| Improve this Doc View Source

EnterKnownDeclaration(css3Parser.KnownDeclarationContext)

Enter a parse tree produced by the knownDeclaration labeled alternative in declaration().

The default implementation does nothing.

Declaration
public virtual void EnterKnownDeclaration(css3Parser.KnownDeclarationContext context)
Parameters
Type Name Description
css3Parser.KnownDeclarationContext context

The parse tree.

| Improve this Doc View Source

EnterKnownFontFaceDeclaration(css3Parser.KnownFontFaceDeclarationContext)

Enter a parse tree produced by the knownFontFaceDeclaration labeled alternative in fontFaceDeclaration().

The default implementation does nothing.

Declaration
public virtual void EnterKnownFontFaceDeclaration(css3Parser.KnownFontFaceDeclarationContext context)
Parameters
Type Name Description
css3Parser.KnownFontFaceDeclarationContext context

The parse tree.

| Improve this Doc View Source

EnterKnownRuleset(css3Parser.KnownRulesetContext)

Enter a parse tree produced by the knownRuleset labeled alternative in ruleset().

The default implementation does nothing.

Declaration
public virtual void EnterKnownRuleset(css3Parser.KnownRulesetContext context)
Parameters
Type Name Description
css3Parser.KnownRulesetContext context

The parse tree.

| Improve this Doc View Source

EnterKnownTerm(css3Parser.KnownTermContext)

Enter a parse tree produced by the knownTerm labeled alternative in term().

The default implementation does nothing.

Declaration
public virtual void EnterKnownTerm(css3Parser.KnownTermContext context)
Parameters
Type Name Description
css3Parser.KnownTermContext context

The parse tree.

| Improve this Doc View Source

EnterMedia(css3Parser.MediaContext)

Enter a parse tree produced by media().

The default implementation does nothing.

Declaration
public virtual void EnterMedia(css3Parser.MediaContext context)
Parameters
Type Name Description
css3Parser.MediaContext context

The parse tree.

| Improve this Doc View Source

EnterMediaExpression(css3Parser.MediaExpressionContext)

Enter a parse tree produced by mediaExpression().

The default implementation does nothing.

Declaration
public virtual void EnterMediaExpression(css3Parser.MediaExpressionContext context)
Parameters
Type Name Description
css3Parser.MediaExpressionContext context

The parse tree.

| Improve this Doc View Source

EnterMediaFeature(css3Parser.MediaFeatureContext)

Enter a parse tree produced by mediaFeature().

The default implementation does nothing.

Declaration
public virtual void EnterMediaFeature(css3Parser.MediaFeatureContext context)
Parameters
Type Name Description
css3Parser.MediaFeatureContext context

The parse tree.

| Improve this Doc View Source

EnterMediaQuery(css3Parser.MediaQueryContext)

Enter a parse tree produced by mediaQuery().

The default implementation does nothing.

Declaration
public virtual void EnterMediaQuery(css3Parser.MediaQueryContext context)
Parameters
Type Name Description
css3Parser.MediaQueryContext context

The parse tree.

| Improve this Doc View Source

EnterMediaQueryList(css3Parser.MediaQueryListContext)

Enter a parse tree produced by mediaQueryList().

The default implementation does nothing.

Declaration
public virtual void EnterMediaQueryList(css3Parser.MediaQueryListContext context)
Parameters
Type Name Description
css3Parser.MediaQueryListContext context

The parse tree.

| Improve this Doc View Source

EnterMediaType(css3Parser.MediaTypeContext)

Enter a parse tree produced by mediaType().

The default implementation does nothing.

Declaration
public virtual void EnterMediaType(css3Parser.MediaTypeContext context)
Parameters
Type Name Description
css3Parser.MediaTypeContext context

The parse tree.

| Improve this Doc View Source

EnterNamespacePrefix(css3Parser.NamespacePrefixContext)

Enter a parse tree produced by namespacePrefix().

The default implementation does nothing.

Declaration
public virtual void EnterNamespacePrefix(css3Parser.NamespacePrefixContext context)
Parameters
Type Name Description
css3Parser.NamespacePrefixContext context

The parse tree.

| Improve this Doc View Source

EnterNegation(css3Parser.NegationContext)

Enter a parse tree produced by negation().

The default implementation does nothing.

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

The parse tree.

| Improve this Doc View Source

EnterNegationArg(css3Parser.NegationArgContext)

Enter a parse tree produced by negationArg().

The default implementation does nothing.

Declaration
public virtual void EnterNegationArg(css3Parser.NegationArgContext context)
Parameters
Type Name Description
css3Parser.NegationArgContext context

The parse tree.

| Improve this Doc View Source

EnterNestedStatement(css3Parser.NestedStatementContext)

Enter a parse tree produced by nestedStatement().

The default implementation does nothing.

Declaration
public virtual void EnterNestedStatement(css3Parser.NestedStatementContext context)
Parameters
Type Name Description
css3Parser.NestedStatementContext context

The parse tree.

| Improve this Doc View Source

EnterNumber(css3Parser.NumberContext)

Enter a parse tree produced by number().

The default implementation does nothing.

Declaration
public virtual void EnterNumber(css3Parser.NumberContext context)
Parameters
Type Name Description
css3Parser.NumberContext context

The parse tree.

| Improve this Doc View Source

EnterPage(css3Parser.PageContext)

Enter a parse tree produced by page().

The default implementation does nothing.

Declaration
public virtual void EnterPage(css3Parser.PageContext context)
Parameters
Type Name Description
css3Parser.PageContext context

The parse tree.

| Improve this Doc View Source

EnterPercentage(css3Parser.PercentageContext)

Enter a parse tree produced by percentage().

The default implementation does nothing.

Declaration
public virtual void EnterPercentage(css3Parser.PercentageContext context)
Parameters
Type Name Description
css3Parser.PercentageContext context

The parse tree.

| Improve this Doc View Source

EnterPrio(css3Parser.PrioContext)

Enter a parse tree produced by prio().

The default implementation does nothing.

Declaration
public virtual void EnterPrio(css3Parser.PrioContext context)
Parameters
Type Name Description
css3Parser.PrioContext context

The parse tree.

| Improve this Doc View Source

EnterPseudo(css3Parser.PseudoContext)

Enter a parse tree produced by pseudo().

The default implementation does nothing.

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

The parse tree.

| Improve this Doc View Source

EnterPseudoPage(css3Parser.PseudoPageContext)

Enter a parse tree produced by pseudoPage().

The default implementation does nothing.

Declaration
public virtual void EnterPseudoPage(css3Parser.PseudoPageContext context)
Parameters
Type Name Description
css3Parser.PseudoPageContext context

The parse tree.

| Improve this Doc View Source

EnterSelector(css3Parser.SelectorContext)

Enter a parse tree produced by selector().

The default implementation does nothing.

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

The parse tree.

| Improve this Doc View Source

EnterSelectorGroup(css3Parser.SelectorGroupContext)

Enter a parse tree produced by selectorGroup().

The default implementation does nothing.

Declaration
public virtual void EnterSelectorGroup(css3Parser.SelectorGroupContext context)
Parameters
Type Name Description
css3Parser.SelectorGroupContext context

The parse tree.

| Improve this Doc View Source

EnterSimpleSelectorSequence(css3Parser.SimpleSelectorSequenceContext)

Enter a parse tree produced by simpleSelectorSequence().

The default implementation does nothing.

Declaration
public virtual void EnterSimpleSelectorSequence(css3Parser.SimpleSelectorSequenceContext context)
Parameters
Type Name Description
css3Parser.SimpleSelectorSequenceContext context

The parse tree.

| Improve this Doc View Source

EnterStylesheet(css3Parser.StylesheetContext)

Enter a parse tree produced by stylesheet().

The default implementation does nothing.

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

The parse tree.

| Improve this Doc View Source

EnterSupportsCondition(css3Parser.SupportsConditionContext)

Enter a parse tree produced by supportsCondition().

The default implementation does nothing.

Declaration
public virtual void EnterSupportsCondition(css3Parser.SupportsConditionContext context)
Parameters
Type Name Description
css3Parser.SupportsConditionContext context

The parse tree.

| Improve this Doc View Source

EnterSupportsConditionInParens(css3Parser.SupportsConditionInParensContext)

Enter a parse tree produced by supportsConditionInParens().

The default implementation does nothing.

Declaration
public virtual void EnterSupportsConditionInParens(css3Parser.SupportsConditionInParensContext context)
Parameters
Type Name Description
css3Parser.SupportsConditionInParensContext context

The parse tree.

| Improve this Doc View Source

EnterSupportsConjunction(css3Parser.SupportsConjunctionContext)

Enter a parse tree produced by supportsConjunction().

The default implementation does nothing.

Declaration
public virtual void EnterSupportsConjunction(css3Parser.SupportsConjunctionContext context)
Parameters
Type Name Description
css3Parser.SupportsConjunctionContext context

The parse tree.

| Improve this Doc View Source

EnterSupportsDeclarationCondition(css3Parser.SupportsDeclarationConditionContext)

Enter a parse tree produced by supportsDeclarationCondition().

The default implementation does nothing.

Declaration
public virtual void EnterSupportsDeclarationCondition(css3Parser.SupportsDeclarationConditionContext context)
Parameters
Type Name Description
css3Parser.SupportsDeclarationConditionContext context

The parse tree.

| Improve this Doc View Source

EnterSupportsDisjunction(css3Parser.SupportsDisjunctionContext)

Enter a parse tree produced by supportsDisjunction().

The default implementation does nothing.

Declaration
public virtual void EnterSupportsDisjunction(css3Parser.SupportsDisjunctionContext context)
Parameters
Type Name Description
css3Parser.SupportsDisjunctionContext context

The parse tree.

| Improve this Doc View Source

EnterSupportsNegation(css3Parser.SupportsNegationContext)

Enter a parse tree produced by supportsNegation().

The default implementation does nothing.

Declaration
public virtual void EnterSupportsNegation(css3Parser.SupportsNegationContext context)
Parameters
Type Name Description
css3Parser.SupportsNegationContext context

The parse tree.

| Improve this Doc View Source

EnterSupportsRule(css3Parser.SupportsRuleContext)

Enter a parse tree produced by supportsRule().

The default implementation does nothing.

Declaration
public virtual void EnterSupportsRule(css3Parser.SupportsRuleContext context)
Parameters
Type Name Description
css3Parser.SupportsRuleContext context

The parse tree.

| Improve this Doc View Source

EnterTypeNamespacePrefix(css3Parser.TypeNamespacePrefixContext)

Enter a parse tree produced by typeNamespacePrefix().

The default implementation does nothing.

Declaration
public virtual void EnterTypeNamespacePrefix(css3Parser.TypeNamespacePrefixContext context)
Parameters
Type Name Description
css3Parser.TypeNamespacePrefixContext context

The parse tree.

| Improve this Doc View Source

EnterTypeSelector(css3Parser.TypeSelectorContext)

Enter a parse tree produced by typeSelector().

The default implementation does nothing.

Declaration
public virtual void EnterTypeSelector(css3Parser.TypeSelectorContext context)
Parameters
Type Name Description
css3Parser.TypeSelectorContext context

The parse tree.

| Improve this Doc View Source

EnterUniversal(css3Parser.UniversalContext)

Enter a parse tree produced by universal().

The default implementation does nothing.

Declaration
public virtual void EnterUniversal(css3Parser.UniversalContext context)
Parameters
Type Name Description
css3Parser.UniversalContext context

The parse tree.

| Improve this Doc View Source

EnterUnknownAtRule(css3Parser.UnknownAtRuleContext)

Enter a parse tree produced by the unknownAtRule labeled alternative in atRule().

The default implementation does nothing.

Declaration
public virtual void EnterUnknownAtRule(css3Parser.UnknownAtRuleContext context)
Parameters
Type Name Description
css3Parser.UnknownAtRuleContext context

The parse tree.

| Improve this Doc View Source

EnterUnknownDeclaration(css3Parser.UnknownDeclarationContext)

Enter a parse tree produced by the unknownDeclaration labeled alternative in declaration().

The default implementation does nothing.

Declaration
public virtual void EnterUnknownDeclaration(css3Parser.UnknownDeclarationContext context)
Parameters
Type Name Description
css3Parser.UnknownDeclarationContext context

The parse tree.

| Improve this Doc View Source

EnterUnknownDimension(css3Parser.UnknownDimensionContext)

Enter a parse tree produced by unknownDimension().

The default implementation does nothing.

Declaration
public virtual void EnterUnknownDimension(css3Parser.UnknownDimensionContext context)
Parameters
Type Name Description
css3Parser.UnknownDimensionContext context

The parse tree.

| Improve this Doc View Source

EnterUnknownFontFaceDeclaration(css3Parser.UnknownFontFaceDeclarationContext)

Enter a parse tree produced by the unknownFontFaceDeclaration labeled alternative in fontFaceDeclaration().

The default implementation does nothing.

Declaration
public virtual void EnterUnknownFontFaceDeclaration(css3Parser.UnknownFontFaceDeclarationContext context)
Parameters
Type Name Description
css3Parser.UnknownFontFaceDeclarationContext context

The parse tree.

| Improve this Doc View Source

EnterUnknownRuleset(css3Parser.UnknownRulesetContext)

Enter a parse tree produced by the unknownRuleset labeled alternative in ruleset().

The default implementation does nothing.

Declaration
public virtual void EnterUnknownRuleset(css3Parser.UnknownRulesetContext context)
Parameters
Type Name Description
css3Parser.UnknownRulesetContext context

The parse tree.

| Improve this Doc View Source

EnterUnknownTerm(css3Parser.UnknownTermContext)

Enter a parse tree produced by the unknownTerm labeled alternative in term().

The default implementation does nothing.

Declaration
public virtual void EnterUnknownTerm(css3Parser.UnknownTermContext context)
Parameters
Type Name Description
css3Parser.UnknownTermContext context

The parse tree.

| Improve this Doc View Source

EnterUnused(css3Parser.UnusedContext)

Enter a parse tree produced by unused().

The default implementation does nothing.

Declaration
public virtual void EnterUnused(css3Parser.UnusedContext context)
Parameters
Type Name Description
css3Parser.UnusedContext context

The parse tree.

| Improve this Doc View Source

EnterValue(css3Parser.ValueContext)

Enter a parse tree produced by value().

The default implementation does nothing.

Declaration
public virtual void EnterValue(css3Parser.ValueContext context)
Parameters
Type Name Description
css3Parser.ValueContext context

The parse tree.

| Improve this Doc View Source

EnterVar_(css3Parser.Var_Context)

Enter a parse tree produced by var_().

The default implementation does nothing.

Declaration
public virtual void EnterVar_(css3Parser.Var_Context context)
Parameters
Type Name Description
css3Parser.Var_Context context

The parse tree.

| Improve this Doc View Source

EnterViewport(css3Parser.ViewportContext)

Enter a parse tree produced by viewport().

The default implementation does nothing.

Declaration
public virtual void EnterViewport(css3Parser.ViewportContext context)
Parameters
Type Name Description
css3Parser.ViewportContext context

The parse tree.

| Improve this Doc View Source

EnterWs(css3Parser.WsContext)

Enter a parse tree produced by ws().

The default implementation does nothing.

Declaration
public virtual void EnterWs(css3Parser.WsContext context)
Parameters
Type Name Description
css3Parser.WsContext context

The parse tree.

| Improve this Doc View Source

ExitAny_(css3Parser.Any_Context)

Exit a parse tree produced by any_().

The default implementation does nothing.

Declaration
public virtual void ExitAny_(css3Parser.Any_Context context)
Parameters
Type Name Description
css3Parser.Any_Context context

The parse tree.

| Improve this Doc View Source

ExitAtKeyword(css3Parser.AtKeywordContext)

Exit a parse tree produced by atKeyword().

The default implementation does nothing.

Declaration
public virtual void ExitAtKeyword(css3Parser.AtKeywordContext context)
Parameters
Type Name Description
css3Parser.AtKeywordContext context

The parse tree.

| Improve this Doc View Source

ExitAttrib(css3Parser.AttribContext)

Exit a parse tree produced by attrib().

The default implementation does nothing.

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

The parse tree.

| Improve this Doc View Source

ExitBadCharset(css3Parser.BadCharsetContext)

Exit a parse tree produced by the badCharset labeled alternative in charset().

The default implementation does nothing.

Declaration
public virtual void ExitBadCharset(css3Parser.BadCharsetContext context)
Parameters
Type Name Description
css3Parser.BadCharsetContext context

The parse tree.

| Improve this Doc View Source

ExitBadImport(css3Parser.BadImportContext)

Exit a parse tree produced by the badImport labeled alternative in imports().

The default implementation does nothing.

Declaration
public virtual void ExitBadImport(css3Parser.BadImportContext context)
Parameters
Type Name Description
css3Parser.BadImportContext context

The parse tree.

| Improve this Doc View Source

ExitBadNamespace(css3Parser.BadNamespaceContext)

Exit a parse tree produced by the badNamespace labeled alternative in namespace_().

The default implementation does nothing.

Declaration
public virtual void ExitBadNamespace(css3Parser.BadNamespaceContext context)
Parameters
Type Name Description
css3Parser.BadNamespaceContext context

The parse tree.

| Improve this Doc View Source

ExitBadOperator(css3Parser.BadOperatorContext)

Exit a parse tree produced by the badOperator labeled alternative in operator_().

The default implementation does nothing.

Declaration
public virtual void ExitBadOperator(css3Parser.BadOperatorContext context)
Parameters
Type Name Description
css3Parser.BadOperatorContext context

The parse tree.

| Improve this Doc View Source

ExitBadProperty(css3Parser.BadPropertyContext)

Exit a parse tree produced by the badProperty labeled alternative in property_().

The default implementation does nothing.

Declaration
public virtual void ExitBadProperty(css3Parser.BadPropertyContext context)
Parameters
Type Name Description
css3Parser.BadPropertyContext context

The parse tree.

| Improve this Doc View Source

ExitBadTerm(css3Parser.BadTermContext)

Exit a parse tree produced by the badTerm labeled alternative in term().

The default implementation does nothing.

Declaration
public virtual void ExitBadTerm(css3Parser.BadTermContext context)
Parameters
Type Name Description
css3Parser.BadTermContext context

The parse tree.

| Improve this Doc View Source

ExitBlock(css3Parser.BlockContext)

Exit a parse tree produced by block().

The default implementation does nothing.

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

The parse tree.

| Improve this Doc View Source

ExitCalc(css3Parser.CalcContext)

Exit a parse tree produced by calc().

The default implementation does nothing.

Declaration
public virtual void ExitCalc(css3Parser.CalcContext context)
Parameters
Type Name Description
css3Parser.CalcContext context

The parse tree.

| Improve this Doc View Source

ExitCalcProduct(css3Parser.CalcProductContext)

Exit a parse tree produced by calcProduct().

The default implementation does nothing.

Declaration
public virtual void ExitCalcProduct(css3Parser.CalcProductContext context)
Parameters
Type Name Description
css3Parser.CalcProductContext context

The parse tree.

| Improve this Doc View Source

ExitCalcSum(css3Parser.CalcSumContext)

Exit a parse tree produced by calcSum().

The default implementation does nothing.

Declaration
public virtual void ExitCalcSum(css3Parser.CalcSumContext context)
Parameters
Type Name Description
css3Parser.CalcSumContext context

The parse tree.

| Improve this Doc View Source

ExitCalcValue(css3Parser.CalcValueContext)

Exit a parse tree produced by calcValue().

The default implementation does nothing.

Declaration
public virtual void ExitCalcValue(css3Parser.CalcValueContext context)
Parameters
Type Name Description
css3Parser.CalcValueContext context

The parse tree.

| Improve this Doc View Source

ExitClassName(css3Parser.ClassNameContext)

Exit a parse tree produced by className().

The default implementation does nothing.

Declaration
public virtual void ExitClassName(css3Parser.ClassNameContext context)
Parameters
Type Name Description
css3Parser.ClassNameContext context

The parse tree.

| Improve this Doc View Source

ExitCombinator(css3Parser.CombinatorContext)

Exit a parse tree produced by combinator().

The default implementation does nothing.

Declaration
public virtual void ExitCombinator(css3Parser.CombinatorContext context)
Parameters
Type Name Description
css3Parser.CombinatorContext context

The parse tree.

| Improve this Doc View Source

ExitCounterStyle(css3Parser.CounterStyleContext)

Exit a parse tree produced by counterStyle().

The default implementation does nothing.

Declaration
public virtual void ExitCounterStyle(css3Parser.CounterStyleContext context)
Parameters
Type Name Description
css3Parser.CounterStyleContext context

The parse tree.

| Improve this Doc View Source

ExitDeclarationList(css3Parser.DeclarationListContext)

Exit a parse tree produced by declarationList().

The default implementation does nothing.

Declaration
public virtual void ExitDeclarationList(css3Parser.DeclarationListContext context)
Parameters
Type Name Description
css3Parser.DeclarationListContext context

The parse tree.

| Improve this Doc View Source

ExitDimension(css3Parser.DimensionContext)

Exit a parse tree produced by dimension().

The default implementation does nothing.

Declaration
public virtual void ExitDimension(css3Parser.DimensionContext context)
Parameters
Type Name Description
css3Parser.DimensionContext context

The parse tree.

| Improve this Doc View Source

ExitDxImageTransform(css3Parser.DxImageTransformContext)

Exit a parse tree produced by dxImageTransform().

The default implementation does nothing.

Declaration
public virtual void ExitDxImageTransform(css3Parser.DxImageTransformContext context)
Parameters
Type Name Description
css3Parser.DxImageTransformContext context

The parse tree.

| Improve this Doc View Source

ExitElementName(css3Parser.ElementNameContext)

Exit a parse tree produced by elementName().

The default implementation does nothing.

Declaration
public virtual void ExitElementName(css3Parser.ElementNameContext context)
Parameters
Type Name Description
css3Parser.ElementNameContext 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

ExitExpr(css3Parser.ExprContext)

Exit a parse tree produced by expr().

The default implementation does nothing.

Declaration
public virtual void ExitExpr(css3Parser.ExprContext context)
Parameters
Type Name Description
css3Parser.ExprContext context

The parse tree.

| Improve this Doc View Source

ExitExpression(css3Parser.ExpressionContext)

Exit a parse tree produced by expression().

The default implementation does nothing.

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

The parse tree.

| Improve this Doc View Source

ExitFeatureType(css3Parser.FeatureTypeContext)

Exit a parse tree produced by featureType().

The default implementation does nothing.

Declaration
public virtual void ExitFeatureType(css3Parser.FeatureTypeContext context)
Parameters
Type Name Description
css3Parser.FeatureTypeContext context

The parse tree.

| Improve this Doc View Source

ExitFeatureValueBlock(css3Parser.FeatureValueBlockContext)

Exit a parse tree produced by featureValueBlock().

The default implementation does nothing.

Declaration
public virtual void ExitFeatureValueBlock(css3Parser.FeatureValueBlockContext context)
Parameters
Type Name Description
css3Parser.FeatureValueBlockContext context

The parse tree.

| Improve this Doc View Source

ExitFeatureValueDefinition(css3Parser.FeatureValueDefinitionContext)

Exit a parse tree produced by featureValueDefinition().

The default implementation does nothing.

Declaration
public virtual void ExitFeatureValueDefinition(css3Parser.FeatureValueDefinitionContext context)
Parameters
Type Name Description
css3Parser.FeatureValueDefinitionContext context

The parse tree.

| Improve this Doc View Source

ExitFontFaceRule(css3Parser.FontFaceRuleContext)

Exit a parse tree produced by fontFaceRule().

The default implementation does nothing.

Declaration
public virtual void ExitFontFaceRule(css3Parser.FontFaceRuleContext context)
Parameters
Type Name Description
css3Parser.FontFaceRuleContext context

The parse tree.

| Improve this Doc View Source

ExitFontFamilyName(css3Parser.FontFamilyNameContext)

Exit a parse tree produced by fontFamilyName().

The default implementation does nothing.

Declaration
public virtual void ExitFontFamilyName(css3Parser.FontFamilyNameContext context)
Parameters
Type Name Description
css3Parser.FontFamilyNameContext context

The parse tree.

| Improve this Doc View Source

ExitFontFamilyNameList(css3Parser.FontFamilyNameListContext)

Exit a parse tree produced by fontFamilyNameList().

The default implementation does nothing.

Declaration
public virtual void ExitFontFamilyNameList(css3Parser.FontFamilyNameListContext context)
Parameters
Type Name Description
css3Parser.FontFamilyNameListContext context

The parse tree.

| Improve this Doc View Source

ExitFontFeatureValuesRule(css3Parser.FontFeatureValuesRuleContext)

Exit a parse tree produced by fontFeatureValuesRule().

The default implementation does nothing.

Declaration
public virtual void ExitFontFeatureValuesRule(css3Parser.FontFeatureValuesRuleContext context)
Parameters
Type Name Description
css3Parser.FontFeatureValuesRuleContext context

The parse tree.

| Improve this Doc View Source

ExitFunction_(css3Parser.Function_Context)

Exit a parse tree produced by function_().

The default implementation does nothing.

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

The parse tree.

| Improve this Doc View Source

ExitFunctionalPseudo(css3Parser.FunctionalPseudoContext)

Exit a parse tree produced by functionalPseudo().

The default implementation does nothing.

Declaration
public virtual void ExitFunctionalPseudo(css3Parser.FunctionalPseudoContext context)
Parameters
Type Name Description
css3Parser.FunctionalPseudoContext context

The parse tree.

| Improve this Doc View Source

ExitGeneralEnclosed(css3Parser.GeneralEnclosedContext)

Exit a parse tree produced by generalEnclosed().

The default implementation does nothing.

Declaration
public virtual void ExitGeneralEnclosed(css3Parser.GeneralEnclosedContext context)
Parameters
Type Name Description
css3Parser.GeneralEnclosedContext context

The parse tree.

| Improve this Doc View Source

ExitGoodCharset(css3Parser.GoodCharsetContext)

Exit a parse tree produced by the goodCharset labeled alternative in charset().

The default implementation does nothing.

Declaration
public virtual void ExitGoodCharset(css3Parser.GoodCharsetContext context)
Parameters
Type Name Description
css3Parser.GoodCharsetContext context

The parse tree.

| Improve this Doc View Source

ExitGoodImport(css3Parser.GoodImportContext)

Exit a parse tree produced by the goodImport labeled alternative in imports().

The default implementation does nothing.

Declaration
public virtual void ExitGoodImport(css3Parser.GoodImportContext context)
Parameters
Type Name Description
css3Parser.GoodImportContext context

The parse tree.

| Improve this Doc View Source

ExitGoodNamespace(css3Parser.GoodNamespaceContext)

Exit a parse tree produced by the goodNamespace labeled alternative in namespace_().

The default implementation does nothing.

Declaration
public virtual void ExitGoodNamespace(css3Parser.GoodNamespaceContext context)
Parameters
Type Name Description
css3Parser.GoodNamespaceContext context

The parse tree.

| Improve this Doc View Source

ExitGoodOperator(css3Parser.GoodOperatorContext)

Exit a parse tree produced by the goodOperator labeled alternative in operator_().

The default implementation does nothing.

Declaration
public virtual void ExitGoodOperator(css3Parser.GoodOperatorContext context)
Parameters
Type Name Description
css3Parser.GoodOperatorContext context

The parse tree.

| Improve this Doc View Source

ExitGoodProperty(css3Parser.GoodPropertyContext)

Exit a parse tree produced by the goodProperty labeled alternative in property_().

The default implementation does nothing.

Declaration
public virtual void ExitGoodProperty(css3Parser.GoodPropertyContext context)
Parameters
Type Name Description
css3Parser.GoodPropertyContext context

The parse tree.

| Improve this Doc View Source

ExitGroupRuleBody(css3Parser.GroupRuleBodyContext)

Exit a parse tree produced by groupRuleBody().

The default implementation does nothing.

Declaration
public virtual void ExitGroupRuleBody(css3Parser.GroupRuleBodyContext context)
Parameters
Type Name Description
css3Parser.GroupRuleBodyContext context

The parse tree.

| Improve this Doc View Source

ExitHexcolor(css3Parser.HexcolorContext)

Exit a parse tree produced by hexcolor().

The default implementation does nothing.

Declaration
public virtual void ExitHexcolor(css3Parser.HexcolorContext context)
Parameters
Type Name Description
css3Parser.HexcolorContext context

The parse tree.

| Improve this Doc View Source

ExitIdent(css3Parser.IdentContext)

Exit a parse tree produced by ident().

The default implementation does nothing.

Declaration
public virtual void ExitIdent(css3Parser.IdentContext context)
Parameters
Type Name Description
css3Parser.IdentContext context

The parse tree.

| Improve this Doc View Source

ExitKeyframesBlocks(css3Parser.KeyframesBlocksContext)

Exit a parse tree produced by keyframesBlocks().

The default implementation does nothing.

Declaration
public virtual void ExitKeyframesBlocks(css3Parser.KeyframesBlocksContext context)
Parameters
Type Name Description
css3Parser.KeyframesBlocksContext context

The parse tree.

| Improve this Doc View Source

ExitKeyframeSelector(css3Parser.KeyframeSelectorContext)

Exit a parse tree produced by keyframeSelector().

The default implementation does nothing.

Declaration
public virtual void ExitKeyframeSelector(css3Parser.KeyframeSelectorContext context)
Parameters
Type Name Description
css3Parser.KeyframeSelectorContext context

The parse tree.

| Improve this Doc View Source

ExitKeyframesRule(css3Parser.KeyframesRuleContext)

Exit a parse tree produced by keyframesRule().

The default implementation does nothing.

Declaration
public virtual void ExitKeyframesRule(css3Parser.KeyframesRuleContext context)
Parameters
Type Name Description
css3Parser.KeyframesRuleContext context

The parse tree.

| Improve this Doc View Source

ExitKnownDeclaration(css3Parser.KnownDeclarationContext)

Exit a parse tree produced by the knownDeclaration labeled alternative in declaration().

The default implementation does nothing.

Declaration
public virtual void ExitKnownDeclaration(css3Parser.KnownDeclarationContext context)
Parameters
Type Name Description
css3Parser.KnownDeclarationContext context

The parse tree.

| Improve this Doc View Source

ExitKnownFontFaceDeclaration(css3Parser.KnownFontFaceDeclarationContext)

Exit a parse tree produced by the knownFontFaceDeclaration labeled alternative in fontFaceDeclaration().

The default implementation does nothing.

Declaration
public virtual void ExitKnownFontFaceDeclaration(css3Parser.KnownFontFaceDeclarationContext context)
Parameters
Type Name Description
css3Parser.KnownFontFaceDeclarationContext context

The parse tree.

| Improve this Doc View Source

ExitKnownRuleset(css3Parser.KnownRulesetContext)

Exit a parse tree produced by the knownRuleset labeled alternative in ruleset().

The default implementation does nothing.

Declaration
public virtual void ExitKnownRuleset(css3Parser.KnownRulesetContext context)
Parameters
Type Name Description
css3Parser.KnownRulesetContext context

The parse tree.

| Improve this Doc View Source

ExitKnownTerm(css3Parser.KnownTermContext)

Exit a parse tree produced by the knownTerm labeled alternative in term().

The default implementation does nothing.

Declaration
public virtual void ExitKnownTerm(css3Parser.KnownTermContext context)
Parameters
Type Name Description
css3Parser.KnownTermContext context

The parse tree.

| Improve this Doc View Source

ExitMedia(css3Parser.MediaContext)

Exit a parse tree produced by media().

The default implementation does nothing.

Declaration
public virtual void ExitMedia(css3Parser.MediaContext context)
Parameters
Type Name Description
css3Parser.MediaContext context

The parse tree.

| Improve this Doc View Source

ExitMediaExpression(css3Parser.MediaExpressionContext)

Exit a parse tree produced by mediaExpression().

The default implementation does nothing.

Declaration
public virtual void ExitMediaExpression(css3Parser.MediaExpressionContext context)
Parameters
Type Name Description
css3Parser.MediaExpressionContext context

The parse tree.

| Improve this Doc View Source

ExitMediaFeature(css3Parser.MediaFeatureContext)

Exit a parse tree produced by mediaFeature().

The default implementation does nothing.

Declaration
public virtual void ExitMediaFeature(css3Parser.MediaFeatureContext context)
Parameters
Type Name Description
css3Parser.MediaFeatureContext context

The parse tree.

| Improve this Doc View Source

ExitMediaQuery(css3Parser.MediaQueryContext)

Exit a parse tree produced by mediaQuery().

The default implementation does nothing.

Declaration
public virtual void ExitMediaQuery(css3Parser.MediaQueryContext context)
Parameters
Type Name Description
css3Parser.MediaQueryContext context

The parse tree.

| Improve this Doc View Source

ExitMediaQueryList(css3Parser.MediaQueryListContext)

Exit a parse tree produced by mediaQueryList().

The default implementation does nothing.

Declaration
public virtual void ExitMediaQueryList(css3Parser.MediaQueryListContext context)
Parameters
Type Name Description
css3Parser.MediaQueryListContext context

The parse tree.

| Improve this Doc View Source

ExitMediaType(css3Parser.MediaTypeContext)

Exit a parse tree produced by mediaType().

The default implementation does nothing.

Declaration
public virtual void ExitMediaType(css3Parser.MediaTypeContext context)
Parameters
Type Name Description
css3Parser.MediaTypeContext context

The parse tree.

| Improve this Doc View Source

ExitNamespacePrefix(css3Parser.NamespacePrefixContext)

Exit a parse tree produced by namespacePrefix().

The default implementation does nothing.

Declaration
public virtual void ExitNamespacePrefix(css3Parser.NamespacePrefixContext context)
Parameters
Type Name Description
css3Parser.NamespacePrefixContext context

The parse tree.

| Improve this Doc View Source

ExitNegation(css3Parser.NegationContext)

Exit a parse tree produced by negation().

The default implementation does nothing.

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

The parse tree.

| Improve this Doc View Source

ExitNegationArg(css3Parser.NegationArgContext)

Exit a parse tree produced by negationArg().

The default implementation does nothing.

Declaration
public virtual void ExitNegationArg(css3Parser.NegationArgContext context)
Parameters
Type Name Description
css3Parser.NegationArgContext context

The parse tree.

| Improve this Doc View Source

ExitNestedStatement(css3Parser.NestedStatementContext)

Exit a parse tree produced by nestedStatement().

The default implementation does nothing.

Declaration
public virtual void ExitNestedStatement(css3Parser.NestedStatementContext context)
Parameters
Type Name Description
css3Parser.NestedStatementContext context

The parse tree.

| Improve this Doc View Source

ExitNumber(css3Parser.NumberContext)

Exit a parse tree produced by number().

The default implementation does nothing.

Declaration
public virtual void ExitNumber(css3Parser.NumberContext context)
Parameters
Type Name Description
css3Parser.NumberContext context

The parse tree.

| Improve this Doc View Source

ExitPage(css3Parser.PageContext)

Exit a parse tree produced by page().

The default implementation does nothing.

Declaration
public virtual void ExitPage(css3Parser.PageContext context)
Parameters
Type Name Description
css3Parser.PageContext context

The parse tree.

| Improve this Doc View Source

ExitPercentage(css3Parser.PercentageContext)

Exit a parse tree produced by percentage().

The default implementation does nothing.

Declaration
public virtual void ExitPercentage(css3Parser.PercentageContext context)
Parameters
Type Name Description
css3Parser.PercentageContext context

The parse tree.

| Improve this Doc View Source

ExitPrio(css3Parser.PrioContext)

Exit a parse tree produced by prio().

The default implementation does nothing.

Declaration
public virtual void ExitPrio(css3Parser.PrioContext context)
Parameters
Type Name Description
css3Parser.PrioContext context

The parse tree.

| Improve this Doc View Source

ExitPseudo(css3Parser.PseudoContext)

Exit a parse tree produced by pseudo().

The default implementation does nothing.

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

The parse tree.

| Improve this Doc View Source

ExitPseudoPage(css3Parser.PseudoPageContext)

Exit a parse tree produced by pseudoPage().

The default implementation does nothing.

Declaration
public virtual void ExitPseudoPage(css3Parser.PseudoPageContext context)
Parameters
Type Name Description
css3Parser.PseudoPageContext context

The parse tree.

| Improve this Doc View Source

ExitSelector(css3Parser.SelectorContext)

Exit a parse tree produced by selector().

The default implementation does nothing.

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

The parse tree.

| Improve this Doc View Source

ExitSelectorGroup(css3Parser.SelectorGroupContext)

Exit a parse tree produced by selectorGroup().

The default implementation does nothing.

Declaration
public virtual void ExitSelectorGroup(css3Parser.SelectorGroupContext context)
Parameters
Type Name Description
css3Parser.SelectorGroupContext context

The parse tree.

| Improve this Doc View Source

ExitSimpleSelectorSequence(css3Parser.SimpleSelectorSequenceContext)

Exit a parse tree produced by simpleSelectorSequence().

The default implementation does nothing.

Declaration
public virtual void ExitSimpleSelectorSequence(css3Parser.SimpleSelectorSequenceContext context)
Parameters
Type Name Description
css3Parser.SimpleSelectorSequenceContext context

The parse tree.

| Improve this Doc View Source

ExitStylesheet(css3Parser.StylesheetContext)

Exit a parse tree produced by stylesheet().

The default implementation does nothing.

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

The parse tree.

| Improve this Doc View Source

ExitSupportsCondition(css3Parser.SupportsConditionContext)

Exit a parse tree produced by supportsCondition().

The default implementation does nothing.

Declaration
public virtual void ExitSupportsCondition(css3Parser.SupportsConditionContext context)
Parameters
Type Name Description
css3Parser.SupportsConditionContext context

The parse tree.

| Improve this Doc View Source

ExitSupportsConditionInParens(css3Parser.SupportsConditionInParensContext)

Exit a parse tree produced by supportsConditionInParens().

The default implementation does nothing.

Declaration
public virtual void ExitSupportsConditionInParens(css3Parser.SupportsConditionInParensContext context)
Parameters
Type Name Description
css3Parser.SupportsConditionInParensContext context

The parse tree.

| Improve this Doc View Source

ExitSupportsConjunction(css3Parser.SupportsConjunctionContext)

Exit a parse tree produced by supportsConjunction().

The default implementation does nothing.

Declaration
public virtual void ExitSupportsConjunction(css3Parser.SupportsConjunctionContext context)
Parameters
Type Name Description
css3Parser.SupportsConjunctionContext context

The parse tree.

| Improve this Doc View Source

ExitSupportsDeclarationCondition(css3Parser.SupportsDeclarationConditionContext)

Exit a parse tree produced by supportsDeclarationCondition().

The default implementation does nothing.

Declaration
public virtual void ExitSupportsDeclarationCondition(css3Parser.SupportsDeclarationConditionContext context)
Parameters
Type Name Description
css3Parser.SupportsDeclarationConditionContext context

The parse tree.

| Improve this Doc View Source

ExitSupportsDisjunction(css3Parser.SupportsDisjunctionContext)

Exit a parse tree produced by supportsDisjunction().

The default implementation does nothing.

Declaration
public virtual void ExitSupportsDisjunction(css3Parser.SupportsDisjunctionContext context)
Parameters
Type Name Description
css3Parser.SupportsDisjunctionContext context

The parse tree.

| Improve this Doc View Source

ExitSupportsNegation(css3Parser.SupportsNegationContext)

Exit a parse tree produced by supportsNegation().

The default implementation does nothing.

Declaration
public virtual void ExitSupportsNegation(css3Parser.SupportsNegationContext context)
Parameters
Type Name Description
css3Parser.SupportsNegationContext context

The parse tree.

| Improve this Doc View Source

ExitSupportsRule(css3Parser.SupportsRuleContext)

Exit a parse tree produced by supportsRule().

The default implementation does nothing.

Declaration
public virtual void ExitSupportsRule(css3Parser.SupportsRuleContext context)
Parameters
Type Name Description
css3Parser.SupportsRuleContext context

The parse tree.

| Improve this Doc View Source

ExitTypeNamespacePrefix(css3Parser.TypeNamespacePrefixContext)

Exit a parse tree produced by typeNamespacePrefix().

The default implementation does nothing.

Declaration
public virtual void ExitTypeNamespacePrefix(css3Parser.TypeNamespacePrefixContext context)
Parameters
Type Name Description
css3Parser.TypeNamespacePrefixContext context

The parse tree.

| Improve this Doc View Source

ExitTypeSelector(css3Parser.TypeSelectorContext)

Exit a parse tree produced by typeSelector().

The default implementation does nothing.

Declaration
public virtual void ExitTypeSelector(css3Parser.TypeSelectorContext context)
Parameters
Type Name Description
css3Parser.TypeSelectorContext context

The parse tree.

| Improve this Doc View Source

ExitUniversal(css3Parser.UniversalContext)

Exit a parse tree produced by universal().

The default implementation does nothing.

Declaration
public virtual void ExitUniversal(css3Parser.UniversalContext context)
Parameters
Type Name Description
css3Parser.UniversalContext context

The parse tree.

| Improve this Doc View Source

ExitUnknownAtRule(css3Parser.UnknownAtRuleContext)

Exit a parse tree produced by the unknownAtRule labeled alternative in atRule().

The default implementation does nothing.

Declaration
public virtual void ExitUnknownAtRule(css3Parser.UnknownAtRuleContext context)
Parameters
Type Name Description
css3Parser.UnknownAtRuleContext context

The parse tree.

| Improve this Doc View Source

ExitUnknownDeclaration(css3Parser.UnknownDeclarationContext)

Exit a parse tree produced by the unknownDeclaration labeled alternative in declaration().

The default implementation does nothing.

Declaration
public virtual void ExitUnknownDeclaration(css3Parser.UnknownDeclarationContext context)
Parameters
Type Name Description
css3Parser.UnknownDeclarationContext context

The parse tree.

| Improve this Doc View Source

ExitUnknownDimension(css3Parser.UnknownDimensionContext)

Exit a parse tree produced by unknownDimension().

The default implementation does nothing.

Declaration
public virtual void ExitUnknownDimension(css3Parser.UnknownDimensionContext context)
Parameters
Type Name Description
css3Parser.UnknownDimensionContext context

The parse tree.

| Improve this Doc View Source

ExitUnknownFontFaceDeclaration(css3Parser.UnknownFontFaceDeclarationContext)

Exit a parse tree produced by the unknownFontFaceDeclaration labeled alternative in fontFaceDeclaration().

The default implementation does nothing.

Declaration
public virtual void ExitUnknownFontFaceDeclaration(css3Parser.UnknownFontFaceDeclarationContext context)
Parameters
Type Name Description
css3Parser.UnknownFontFaceDeclarationContext context

The parse tree.

| Improve this Doc View Source

ExitUnknownRuleset(css3Parser.UnknownRulesetContext)

Exit a parse tree produced by the unknownRuleset labeled alternative in ruleset().

The default implementation does nothing.

Declaration
public virtual void ExitUnknownRuleset(css3Parser.UnknownRulesetContext context)
Parameters
Type Name Description
css3Parser.UnknownRulesetContext context

The parse tree.

| Improve this Doc View Source

ExitUnknownTerm(css3Parser.UnknownTermContext)

Exit a parse tree produced by the unknownTerm labeled alternative in term().

The default implementation does nothing.

Declaration
public virtual void ExitUnknownTerm(css3Parser.UnknownTermContext context)
Parameters
Type Name Description
css3Parser.UnknownTermContext context

The parse tree.

| Improve this Doc View Source

ExitUnused(css3Parser.UnusedContext)

Exit a parse tree produced by unused().

The default implementation does nothing.

Declaration
public virtual void ExitUnused(css3Parser.UnusedContext context)
Parameters
Type Name Description
css3Parser.UnusedContext context

The parse tree.

| Improve this Doc View Source

ExitValue(css3Parser.ValueContext)

Exit a parse tree produced by value().

The default implementation does nothing.

Declaration
public virtual void ExitValue(css3Parser.ValueContext context)
Parameters
Type Name Description
css3Parser.ValueContext context

The parse tree.

| Improve this Doc View Source

ExitVar_(css3Parser.Var_Context)

Exit a parse tree produced by var_().

The default implementation does nothing.

Declaration
public virtual void ExitVar_(css3Parser.Var_Context context)
Parameters
Type Name Description
css3Parser.Var_Context context

The parse tree.

| Improve this Doc View Source

ExitViewport(css3Parser.ViewportContext)

Exit a parse tree produced by viewport().

The default implementation does nothing.

Declaration
public virtual void ExitViewport(css3Parser.ViewportContext context)
Parameters
Type Name Description
css3Parser.ViewportContext context

The parse tree.

| Improve this Doc View Source

ExitWs(css3Parser.WsContext)

Exit a parse tree produced by ws().

The default implementation does nothing.

Declaration
public virtual void ExitWs(css3Parser.WsContext context)
Parameters
Type Name Description
css3Parser.WsContext 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

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