Show / Hide Table of Contents

Interface Icss3Listener

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

Namespace: GCore.Antlr.Grammers.Css3
Assembly: Css3.dll
Syntax
public interface Icss3Listener : Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterAny_(css3Parser.Any_Context)

Enter a parse tree produced by any_().

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Declaration
void EnterElementName(css3Parser.ElementNameContext context)
Parameters
Type Name Description
css3Parser.ElementNameContext context

The parse tree.

| Improve this Doc View Source

EnterExpr(css3Parser.ExprContext)

Enter a parse tree produced by expr().

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Declaration
void ExitElementName(css3Parser.ElementNameContext context)
Parameters
Type Name Description
css3Parser.ElementNameContext context

The parse tree.

| Improve this Doc View Source

ExitExpr(css3Parser.ExprContext)

Exit a parse tree produced by expr().

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Declaration
void ExitWs(css3Parser.WsContext context)
Parameters
Type Name Description
css3Parser.WsContext context

The parse tree.

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