Class Dart2BaseListener
This class provides an empty implementation of IDart2Listener, which can be extended to create a listener which only needs to handle a subset of the available methods.
Inheritance
Namespace: GCore.Antlr.Grammers.Dart2
Assembly: Dart2.dll
Syntax
public class Dart2BaseListener : object, IDart2Listener, Antlr4.Runtime.Tree.IParseTreeListener
Methods
| Improve this Doc View SourceEnterAdditiveExpression(Dart2Parser.AdditiveExpressionContext)
Enter a parse tree produced by additiveExpression().
The default implementation does nothing.
Declaration
public virtual void EnterAdditiveExpression(Dart2Parser.AdditiveExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.AdditiveExpressionContext | context | The parse tree. |
EnterAdditiveOperator(Dart2Parser.AdditiveOperatorContext)
Enter a parse tree produced by additiveOperator().
The default implementation does nothing.
Declaration
public virtual void EnterAdditiveOperator(Dart2Parser.AdditiveOperatorContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.AdditiveOperatorContext | context | The parse tree. |
EnterArgumentList(Dart2Parser.ArgumentListContext)
Enter a parse tree produced by argumentList().
The default implementation does nothing.
Declaration
public virtual void EnterArgumentList(Dart2Parser.ArgumentListContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ArgumentListContext | context | The parse tree. |
EnterArgumentPart(Dart2Parser.ArgumentPartContext)
Enter a parse tree produced by argumentPart().
The default implementation does nothing.
Declaration
public virtual void EnterArgumentPart(Dart2Parser.ArgumentPartContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ArgumentPartContext | context | The parse tree. |
EnterArguments(Dart2Parser.ArgumentsContext)
Enter a parse tree produced by arguments().
The default implementation does nothing.
Declaration
public virtual void EnterArguments(Dart2Parser.ArgumentsContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ArgumentsContext | context | The parse tree. |
EnterAsOperator(Dart2Parser.AsOperatorContext)
Enter a parse tree produced by asOperator().
The default implementation does nothing.
Declaration
public virtual void EnterAsOperator(Dart2Parser.AsOperatorContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.AsOperatorContext | context | The parse tree. |
EnterAssertion(Dart2Parser.AssertionContext)
Enter a parse tree produced by assertion().
The default implementation does nothing.
Declaration
public virtual void EnterAssertion(Dart2Parser.AssertionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.AssertionContext | context | The parse tree. |
EnterAssertStatement(Dart2Parser.AssertStatementContext)
Enter a parse tree produced by assertStatement().
The default implementation does nothing.
Declaration
public virtual void EnterAssertStatement(Dart2Parser.AssertStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.AssertStatementContext | context | The parse tree. |
EnterAssignableExpression(Dart2Parser.AssignableExpressionContext)
Enter a parse tree produced by assignableExpression().
The default implementation does nothing.
Declaration
public virtual void EnterAssignableExpression(Dart2Parser.AssignableExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.AssignableExpressionContext | context | The parse tree. |
EnterAssignableSelector(Dart2Parser.AssignableSelectorContext)
Enter a parse tree produced by assignableSelector().
The default implementation does nothing.
Declaration
public virtual void EnterAssignableSelector(Dart2Parser.AssignableSelectorContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.AssignableSelectorContext | context | The parse tree. |
EnterAssignmentOperator(Dart2Parser.AssignmentOperatorContext)
Enter a parse tree produced by assignmentOperator().
The default implementation does nothing.
Declaration
public virtual void EnterAssignmentOperator(Dart2Parser.AssignmentOperatorContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.AssignmentOperatorContext | context | The parse tree. |
EnterAwaitExpression(Dart2Parser.AwaitExpressionContext)
Enter a parse tree produced by awaitExpression().
The default implementation does nothing.
Declaration
public virtual void EnterAwaitExpression(Dart2Parser.AwaitExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.AwaitExpressionContext | context | The parse tree. |
EnterBinaryOperator(Dart2Parser.BinaryOperatorContext)
Enter a parse tree produced by binaryOperator().
The default implementation does nothing.
Declaration
public virtual void EnterBinaryOperator(Dart2Parser.BinaryOperatorContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.BinaryOperatorContext | context | The parse tree. |
EnterBitwiseAndExpression(Dart2Parser.BitwiseAndExpressionContext)
Enter a parse tree produced by bitwiseAndExpression().
The default implementation does nothing.
Declaration
public virtual void EnterBitwiseAndExpression(Dart2Parser.BitwiseAndExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.BitwiseAndExpressionContext | context | The parse tree. |
EnterBitwiseOperator(Dart2Parser.BitwiseOperatorContext)
Enter a parse tree produced by bitwiseOperator().
The default implementation does nothing.
Declaration
public virtual void EnterBitwiseOperator(Dart2Parser.BitwiseOperatorContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.BitwiseOperatorContext | context | The parse tree. |
EnterBitwiseOrExpression(Dart2Parser.BitwiseOrExpressionContext)
Enter a parse tree produced by bitwiseOrExpression().
The default implementation does nothing.
Declaration
public virtual void EnterBitwiseOrExpression(Dart2Parser.BitwiseOrExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.BitwiseOrExpressionContext | context | The parse tree. |
EnterBitwiseXorExpression(Dart2Parser.BitwiseXorExpressionContext)
Enter a parse tree produced by bitwiseXorExpression().
The default implementation does nothing.
Declaration
public virtual void EnterBitwiseXorExpression(Dart2Parser.BitwiseXorExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.BitwiseXorExpressionContext | context | The parse tree. |
EnterBlock(Dart2Parser.BlockContext)
Enter a parse tree produced by block().
The default implementation does nothing.
Declaration
public virtual void EnterBlock(Dart2Parser.BlockContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.BlockContext | context | The parse tree. |
EnterBooleanLiteral(Dart2Parser.BooleanLiteralContext)
Enter a parse tree produced by booleanLiteral().
The default implementation does nothing.
Declaration
public virtual void EnterBooleanLiteral(Dart2Parser.BooleanLiteralContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.BooleanLiteralContext | context | The parse tree. |
EnterBreakStatement(Dart2Parser.BreakStatementContext)
Enter a parse tree produced by breakStatement().
The default implementation does nothing.
Declaration
public virtual void EnterBreakStatement(Dart2Parser.BreakStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.BreakStatementContext | context | The parse tree. |
EnterCascadeSection(Dart2Parser.CascadeSectionContext)
Enter a parse tree produced by cascadeSection().
The default implementation does nothing.
Declaration
public virtual void EnterCascadeSection(Dart2Parser.CascadeSectionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.CascadeSectionContext | context | The parse tree. |
EnterCascadeSelector(Dart2Parser.CascadeSelectorContext)
Enter a parse tree produced by cascadeSelector().
The default implementation does nothing.
Declaration
public virtual void EnterCascadeSelector(Dart2Parser.CascadeSelectorContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.CascadeSelectorContext | context | The parse tree. |
EnterCatchPart(Dart2Parser.CatchPartContext)
Enter a parse tree produced by catchPart().
The default implementation does nothing.
Declaration
public virtual void EnterCatchPart(Dart2Parser.CatchPartContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.CatchPartContext | context | The parse tree. |
EnterClassDefinition(Dart2Parser.ClassDefinitionContext)
Enter a parse tree produced by classDefinition().
The default implementation does nothing.
Declaration
public virtual void EnterClassDefinition(Dart2Parser.ClassDefinitionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ClassDefinitionContext | context | The parse tree. |
EnterClassMemberDefinition(Dart2Parser.ClassMemberDefinitionContext)
Enter a parse tree produced by classMemberDefinition().
The default implementation does nothing.
Declaration
public virtual void EnterClassMemberDefinition(Dart2Parser.ClassMemberDefinitionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ClassMemberDefinitionContext | context | The parse tree. |
EnterCombinator(Dart2Parser.CombinatorContext)
Enter a parse tree produced by combinator().
The default implementation does nothing.
Declaration
public virtual void EnterCombinator(Dart2Parser.CombinatorContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.CombinatorContext | context | The parse tree. |
EnterCompilationUnit(Dart2Parser.CompilationUnitContext)
Enter a parse tree produced by compilationUnit().
The default implementation does nothing.
Declaration
public virtual void EnterCompilationUnit(Dart2Parser.CompilationUnitContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.CompilationUnitContext | context | The parse tree. |
EnterCompoundAssignmentOperator(Dart2Parser.CompoundAssignmentOperatorContext)
Enter a parse tree produced by compoundAssignmentOperator().
The default implementation does nothing.
Declaration
public virtual void EnterCompoundAssignmentOperator(Dart2Parser.CompoundAssignmentOperatorContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.CompoundAssignmentOperatorContext | context | The parse tree. |
EnterConditionalExpression(Dart2Parser.ConditionalExpressionContext)
Enter a parse tree produced by conditionalExpression().
The default implementation does nothing.
Declaration
public virtual void EnterConditionalExpression(Dart2Parser.ConditionalExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ConditionalExpressionContext | context | The parse tree. |
EnterConfigurableUri(Dart2Parser.ConfigurableUriContext)
Enter a parse tree produced by configurableUri().
The default implementation does nothing.
Declaration
public virtual void EnterConfigurableUri(Dart2Parser.ConfigurableUriContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ConfigurableUriContext | context | The parse tree. |
EnterConfigurationUri(Dart2Parser.ConfigurationUriContext)
Enter a parse tree produced by configurationUri().
The default implementation does nothing.
Declaration
public virtual void EnterConfigurationUri(Dart2Parser.ConfigurationUriContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ConfigurationUriContext | context | The parse tree. |
EnterConstantConstructorSignature(Dart2Parser.ConstantConstructorSignatureContext)
Enter a parse tree produced by constantConstructorSignature().
The default implementation does nothing.
Declaration
public virtual void EnterConstantConstructorSignature(Dart2Parser.ConstantConstructorSignatureContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ConstantConstructorSignatureContext | context | The parse tree. |
EnterConstObjectExpression(Dart2Parser.ConstObjectExpressionContext)
Enter a parse tree produced by constObjectExpression().
The default implementation does nothing.
Declaration
public virtual void EnterConstObjectExpression(Dart2Parser.ConstObjectExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ConstObjectExpressionContext | context | The parse tree. |
EnterConstructorSignature(Dart2Parser.ConstructorSignatureContext)
Enter a parse tree produced by constructorSignature().
The default implementation does nothing.
Declaration
public virtual void EnterConstructorSignature(Dart2Parser.ConstructorSignatureContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ConstructorSignatureContext | context | The parse tree. |
EnterContinueStatement(Dart2Parser.ContinueStatementContext)
Enter a parse tree produced by continueStatement().
The default implementation does nothing.
Declaration
public virtual void EnterContinueStatement(Dart2Parser.ContinueStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ContinueStatementContext | context | The parse tree. |
EnterDeclaration(Dart2Parser.DeclarationContext)
Enter a parse tree produced by declaration().
The default implementation does nothing.
Declaration
public virtual void EnterDeclaration(Dart2Parser.DeclarationContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.DeclarationContext | context | The parse tree. |
EnterDeclaredIdentifier(Dart2Parser.DeclaredIdentifierContext)
Enter a parse tree produced by declaredIdentifier().
The default implementation does nothing.
Declaration
public virtual void EnterDeclaredIdentifier(Dart2Parser.DeclaredIdentifierContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.DeclaredIdentifierContext | context | The parse tree. |
EnterDefaultCase(Dart2Parser.DefaultCaseContext)
Enter a parse tree produced by defaultCase().
The default implementation does nothing.
Declaration
public virtual void EnterDefaultCase(Dart2Parser.DefaultCaseContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.DefaultCaseContext | context | The parse tree. |
EnterDefaultFormalParameter(Dart2Parser.DefaultFormalParameterContext)
Enter a parse tree produced by defaultFormalParameter().
The default implementation does nothing.
Declaration
public virtual void EnterDefaultFormalParameter(Dart2Parser.DefaultFormalParameterContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.DefaultFormalParameterContext | context | The parse tree. |
EnterDefaultNamedParameter(Dart2Parser.DefaultNamedParameterContext)
Enter a parse tree produced by defaultNamedParameter().
The default implementation does nothing.
Declaration
public virtual void EnterDefaultNamedParameter(Dart2Parser.DefaultNamedParameterContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.DefaultNamedParameterContext | context | The parse tree. |
EnterDoStatement(Dart2Parser.DoStatementContext)
Enter a parse tree produced by doStatement().
The default implementation does nothing.
Declaration
public virtual void EnterDoStatement(Dart2Parser.DoStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.DoStatementContext | context | The parse tree. |
EnterDottedIdentifierList(Dart2Parser.DottedIdentifierListContext)
Enter a parse tree produced by dottedIdentifierList().
The default implementation does nothing.
Declaration
public virtual void EnterDottedIdentifierList(Dart2Parser.DottedIdentifierListContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.DottedIdentifierListContext | context | The parse tree. |
EnterDtype(Dart2Parser.DtypeContext)
Enter a parse tree produced by dtype().
The default implementation does nothing.
Declaration
public virtual void EnterDtype(Dart2Parser.DtypeContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.DtypeContext | context | The parse tree. |
EnterEnumEntry(Dart2Parser.EnumEntryContext)
Enter a parse tree produced by enumEntry().
The default implementation does nothing.
Declaration
public virtual void EnterEnumEntry(Dart2Parser.EnumEntryContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.EnumEntryContext | context | The parse tree. |
EnterEnumType(Dart2Parser.EnumTypeContext)
Enter a parse tree produced by enumType().
The default implementation does nothing.
Declaration
public virtual void EnterEnumType(Dart2Parser.EnumTypeContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.EnumTypeContext | context | The parse tree. |
EnterEqualityExpression(Dart2Parser.EqualityExpressionContext)
Enter a parse tree produced by equalityExpression().
The default implementation does nothing.
Declaration
public virtual void EnterEqualityExpression(Dart2Parser.EqualityExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.EqualityExpressionContext | context | The parse tree. |
EnterEqualityOperator(Dart2Parser.EqualityOperatorContext)
Enter a parse tree produced by equalityOperator().
The default implementation does nothing.
Declaration
public virtual void EnterEqualityOperator(Dart2Parser.EqualityOperatorContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.EqualityOperatorContext | context | The parse tree. |
EnterEveryRule(Antlr4.Runtime.ParserRuleContext)
Declaration
public virtual void EnterEveryRule(Antlr4.Runtime.ParserRuleContext context)
Parameters
Type | Name | Description |
---|---|---|
Antlr4.Runtime.ParserRuleContext | context |
Remarks
The default implementation does nothing.
EnterExpression(Dart2Parser.ExpressionContext)
Enter a parse tree produced by expression().
The default implementation does nothing.
Declaration
public virtual void EnterExpression(Dart2Parser.ExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ExpressionContext | context | The parse tree. |
EnterExpressionList(Dart2Parser.ExpressionListContext)
Enter a parse tree produced by expressionList().
The default implementation does nothing.
Declaration
public virtual void EnterExpressionList(Dart2Parser.ExpressionListContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ExpressionListContext | context | The parse tree. |
EnterExpressionStatement(Dart2Parser.ExpressionStatementContext)
Enter a parse tree produced by expressionStatement().
The default implementation does nothing.
Declaration
public virtual void EnterExpressionStatement(Dart2Parser.ExpressionStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ExpressionStatementContext | context | The parse tree. |
EnterExpressionWithoutCascade(Dart2Parser.ExpressionWithoutCascadeContext)
Enter a parse tree produced by expressionWithoutCascade().
The default implementation does nothing.
Declaration
public virtual void EnterExpressionWithoutCascade(Dart2Parser.ExpressionWithoutCascadeContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ExpressionWithoutCascadeContext | context | The parse tree. |
EnterFactoryConstructorSignature(Dart2Parser.FactoryConstructorSignatureContext)
Enter a parse tree produced by factoryConstructorSignature().
The default implementation does nothing.
Declaration
public virtual void EnterFactoryConstructorSignature(Dart2Parser.FactoryConstructorSignatureContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.FactoryConstructorSignatureContext | context | The parse tree. |
EnterFieldFormalParameter(Dart2Parser.FieldFormalParameterContext)
Enter a parse tree produced by fieldFormalParameter().
The default implementation does nothing.
Declaration
public virtual void EnterFieldFormalParameter(Dart2Parser.FieldFormalParameterContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.FieldFormalParameterContext | context | The parse tree. |
EnterFieldInitializer(Dart2Parser.FieldInitializerContext)
Enter a parse tree produced by fieldInitializer().
The default implementation does nothing.
Declaration
public virtual void EnterFieldInitializer(Dart2Parser.FieldInitializerContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.FieldInitializerContext | context | The parse tree. |
EnterFinalConstVarOrType(Dart2Parser.FinalConstVarOrTypeContext)
Enter a parse tree produced by finalConstVarOrType().
The default implementation does nothing.
Declaration
public virtual void EnterFinalConstVarOrType(Dart2Parser.FinalConstVarOrTypeContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.FinalConstVarOrTypeContext | context | The parse tree. |
EnterFinallyPart(Dart2Parser.FinallyPartContext)
Enter a parse tree produced by finallyPart().
The default implementation does nothing.
Declaration
public virtual void EnterFinallyPart(Dart2Parser.FinallyPartContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.FinallyPartContext | context | The parse tree. |
EnterForInitializerStatement(Dart2Parser.ForInitializerStatementContext)
Enter a parse tree produced by forInitializerStatement().
The default implementation does nothing.
Declaration
public virtual void EnterForInitializerStatement(Dart2Parser.ForInitializerStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ForInitializerStatementContext | context | The parse tree. |
EnterForLoopParts(Dart2Parser.ForLoopPartsContext)
Enter a parse tree produced by forLoopParts().
The default implementation does nothing.
Declaration
public virtual void EnterForLoopParts(Dart2Parser.ForLoopPartsContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ForLoopPartsContext | context | The parse tree. |
EnterFormalParameterList(Dart2Parser.FormalParameterListContext)
Enter a parse tree produced by formalParameterList().
The default implementation does nothing.
Declaration
public virtual void EnterFormalParameterList(Dart2Parser.FormalParameterListContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.FormalParameterListContext | context | The parse tree. |
EnterFormalParameterPart(Dart2Parser.FormalParameterPartContext)
Enter a parse tree produced by formalParameterPart().
The default implementation does nothing.
Declaration
public virtual void EnterFormalParameterPart(Dart2Parser.FormalParameterPartContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.FormalParameterPartContext | context | The parse tree. |
EnterForStatement(Dart2Parser.ForStatementContext)
Enter a parse tree produced by forStatement().
The default implementation does nothing.
Declaration
public virtual void EnterForStatement(Dart2Parser.ForStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ForStatementContext | context | The parse tree. |
EnterFunctionBody(Dart2Parser.FunctionBodyContext)
Enter a parse tree produced by functionBody().
The default implementation does nothing.
Declaration
public virtual void EnterFunctionBody(Dart2Parser.FunctionBodyContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.FunctionBodyContext | context | The parse tree. |
EnterFunctionExpression(Dart2Parser.FunctionExpressionContext)
Enter a parse tree produced by functionExpression().
The default implementation does nothing.
Declaration
public virtual void EnterFunctionExpression(Dart2Parser.FunctionExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.FunctionExpressionContext | context | The parse tree. |
EnterFunctionFormalParameter(Dart2Parser.FunctionFormalParameterContext)
Enter a parse tree produced by functionFormalParameter().
The default implementation does nothing.
Declaration
public virtual void EnterFunctionFormalParameter(Dart2Parser.FunctionFormalParameterContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.FunctionFormalParameterContext | context | The parse tree. |
EnterFunctionPrefix(Dart2Parser.FunctionPrefixContext)
Enter a parse tree produced by functionPrefix().
The default implementation does nothing.
Declaration
public virtual void EnterFunctionPrefix(Dart2Parser.FunctionPrefixContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.FunctionPrefixContext | context | The parse tree. |
EnterFunctionSignature(Dart2Parser.FunctionSignatureContext)
Enter a parse tree produced by functionSignature().
The default implementation does nothing.
Declaration
public virtual void EnterFunctionSignature(Dart2Parser.FunctionSignatureContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.FunctionSignatureContext | context | The parse tree. |
EnterFunctionTypeAlias(Dart2Parser.FunctionTypeAliasContext)
Enter a parse tree produced by functionTypeAlias().
The default implementation does nothing.
Declaration
public virtual void EnterFunctionTypeAlias(Dart2Parser.FunctionTypeAliasContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.FunctionTypeAliasContext | context | The parse tree. |
EnterGetOrSet(Dart2Parser.GetOrSetContext)
Enter a parse tree produced by getOrSet().
The default implementation does nothing.
Declaration
public virtual void EnterGetOrSet(Dart2Parser.GetOrSetContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.GetOrSetContext | context | The parse tree. |
EnterGetterSignature(Dart2Parser.GetterSignatureContext)
Enter a parse tree produced by getterSignature().
The default implementation does nothing.
Declaration
public virtual void EnterGetterSignature(Dart2Parser.GetterSignatureContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.GetterSignatureContext | context | The parse tree. |
EnterIdentifier(Dart2Parser.IdentifierContext)
Enter a parse tree produced by identifier().
The default implementation does nothing.
Declaration
public virtual void EnterIdentifier(Dart2Parser.IdentifierContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.IdentifierContext | context | The parse tree. |
EnterIdentifierList(Dart2Parser.IdentifierListContext)
Enter a parse tree produced by identifierList().
The default implementation does nothing.
Declaration
public virtual void EnterIdentifierList(Dart2Parser.IdentifierListContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.IdentifierListContext | context | The parse tree. |
EnterIfNullExpression(Dart2Parser.IfNullExpressionContext)
Enter a parse tree produced by ifNullExpression().
The default implementation does nothing.
Declaration
public virtual void EnterIfNullExpression(Dart2Parser.IfNullExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.IfNullExpressionContext | context | The parse tree. |
EnterIfStatement(Dart2Parser.IfStatementContext)
Enter a parse tree produced by ifStatement().
The default implementation does nothing.
Declaration
public virtual void EnterIfStatement(Dart2Parser.IfStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.IfStatementContext | context | The parse tree. |
EnterImportOrExport(Dart2Parser.ImportOrExportContext)
Enter a parse tree produced by importOrExport().
The default implementation does nothing.
Declaration
public virtual void EnterImportOrExport(Dart2Parser.ImportOrExportContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ImportOrExportContext | context | The parse tree. |
EnterImportSpecification(Dart2Parser.ImportSpecificationContext)
Enter a parse tree produced by importSpecification().
The default implementation does nothing.
Declaration
public virtual void EnterImportSpecification(Dart2Parser.ImportSpecificationContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ImportSpecificationContext | context | The parse tree. |
EnterIncrementOperator(Dart2Parser.IncrementOperatorContext)
Enter a parse tree produced by incrementOperator().
The default implementation does nothing.
Declaration
public virtual void EnterIncrementOperator(Dart2Parser.IncrementOperatorContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.IncrementOperatorContext | context | The parse tree. |
EnterInitializedIdentifier(Dart2Parser.InitializedIdentifierContext)
Enter a parse tree produced by initializedIdentifier().
The default implementation does nothing.
Declaration
public virtual void EnterInitializedIdentifier(Dart2Parser.InitializedIdentifierContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.InitializedIdentifierContext | context | The parse tree. |
EnterInitializedIdentifierList(Dart2Parser.InitializedIdentifierListContext)
Enter a parse tree produced by initializedIdentifierList().
The default implementation does nothing.
Declaration
public virtual void EnterInitializedIdentifierList(Dart2Parser.InitializedIdentifierListContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.InitializedIdentifierListContext | context | The parse tree. |
EnterInitializedVariableDeclaration(Dart2Parser.InitializedVariableDeclarationContext)
Enter a parse tree produced by initializedVariableDeclaration().
The default implementation does nothing.
Declaration
public virtual void EnterInitializedVariableDeclaration(Dart2Parser.InitializedVariableDeclarationContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.InitializedVariableDeclarationContext | context | The parse tree. |
EnterInitializerListEntry(Dart2Parser.InitializerListEntryContext)
Enter a parse tree produced by initializerListEntry().
The default implementation does nothing.
Declaration
public virtual void EnterInitializerListEntry(Dart2Parser.InitializerListEntryContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.InitializerListEntryContext | context | The parse tree. |
EnterInitializers(Dart2Parser.InitializersContext)
Enter a parse tree produced by initializers().
The default implementation does nothing.
Declaration
public virtual void EnterInitializers(Dart2Parser.InitializersContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.InitializersContext | context | The parse tree. |
EnterInterfaces(Dart2Parser.InterfacesContext)
Enter a parse tree produced by interfaces().
The default implementation does nothing.
Declaration
public virtual void EnterInterfaces(Dart2Parser.InterfacesContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.InterfacesContext | context | The parse tree. |
EnterIsOperator(Dart2Parser.IsOperatorContext)
Enter a parse tree produced by isOperator().
The default implementation does nothing.
Declaration
public virtual void EnterIsOperator(Dart2Parser.IsOperatorContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.IsOperatorContext | context | The parse tree. |
EnterLabel(Dart2Parser.LabelContext)
Enter a parse tree produced by label().
The default implementation does nothing.
Declaration
public virtual void EnterLabel(Dart2Parser.LabelContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.LabelContext | context | The parse tree. |
EnterLibraryDefinition(Dart2Parser.LibraryDefinitionContext)
Enter a parse tree produced by libraryDefinition().
The default implementation does nothing.
Declaration
public virtual void EnterLibraryDefinition(Dart2Parser.LibraryDefinitionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.LibraryDefinitionContext | context | The parse tree. |
EnterLibraryExport(Dart2Parser.LibraryExportContext)
Enter a parse tree produced by libraryExport().
The default implementation does nothing.
Declaration
public virtual void EnterLibraryExport(Dart2Parser.LibraryExportContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.LibraryExportContext | context | The parse tree. |
EnterLibraryimport(Dart2Parser.LibraryimportContext)
Enter a parse tree produced by libraryimport().
The default implementation does nothing.
Declaration
public virtual void EnterLibraryimport(Dart2Parser.LibraryimportContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.LibraryimportContext | context | The parse tree. |
EnterLibraryName(Dart2Parser.LibraryNameContext)
Enter a parse tree produced by libraryName().
The default implementation does nothing.
Declaration
public virtual void EnterLibraryName(Dart2Parser.LibraryNameContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.LibraryNameContext | context | The parse tree. |
EnterListLiteral(Dart2Parser.ListLiteralContext)
Enter a parse tree produced by listLiteral().
The default implementation does nothing.
Declaration
public virtual void EnterListLiteral(Dart2Parser.ListLiteralContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ListLiteralContext | context | The parse tree. |
EnterLiteral(Dart2Parser.LiteralContext)
Enter a parse tree produced by literal().
The default implementation does nothing.
Declaration
public virtual void EnterLiteral(Dart2Parser.LiteralContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.LiteralContext | context | The parse tree. |
EnterLocalFunctionDeclaration(Dart2Parser.LocalFunctionDeclarationContext)
Enter a parse tree produced by localFunctionDeclaration().
The default implementation does nothing.
Declaration
public virtual void EnterLocalFunctionDeclaration(Dart2Parser.LocalFunctionDeclarationContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.LocalFunctionDeclarationContext | context | The parse tree. |
EnterLocalVariableDeclaration(Dart2Parser.LocalVariableDeclarationContext)
Enter a parse tree produced by localVariableDeclaration().
The default implementation does nothing.
Declaration
public virtual void EnterLocalVariableDeclaration(Dart2Parser.LocalVariableDeclarationContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.LocalVariableDeclarationContext | context | The parse tree. |
EnterLogicalAndExpression(Dart2Parser.LogicalAndExpressionContext)
Enter a parse tree produced by logicalAndExpression().
The default implementation does nothing.
Declaration
public virtual void EnterLogicalAndExpression(Dart2Parser.LogicalAndExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.LogicalAndExpressionContext | context | The parse tree. |
EnterLogicalOrExpression(Dart2Parser.LogicalOrExpressionContext)
Enter a parse tree produced by logicalOrExpression().
The default implementation does nothing.
Declaration
public virtual void EnterLogicalOrExpression(Dart2Parser.LogicalOrExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.LogicalOrExpressionContext | context | The parse tree. |
EnterMapLiteral(Dart2Parser.MapLiteralContext)
Enter a parse tree produced by mapLiteral().
The default implementation does nothing.
Declaration
public virtual void EnterMapLiteral(Dart2Parser.MapLiteralContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.MapLiteralContext | context | The parse tree. |
EnterMapLiteralEntry(Dart2Parser.MapLiteralEntryContext)
Enter a parse tree produced by mapLiteralEntry().
The default implementation does nothing.
Declaration
public virtual void EnterMapLiteralEntry(Dart2Parser.MapLiteralEntryContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.MapLiteralEntryContext | context | The parse tree. |
EnterMetadata(Dart2Parser.MetadataContext)
Enter a parse tree produced by metadata().
The default implementation does nothing.
Declaration
public virtual void EnterMetadata(Dart2Parser.MetadataContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.MetadataContext | context | The parse tree. |
EnterMethodSignature(Dart2Parser.MethodSignatureContext)
Enter a parse tree produced by methodSignature().
The default implementation does nothing.
Declaration
public virtual void EnterMethodSignature(Dart2Parser.MethodSignatureContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.MethodSignatureContext | context | The parse tree. |
EnterMinusOperator(Dart2Parser.MinusOperatorContext)
Enter a parse tree produced by minusOperator().
The default implementation does nothing.
Declaration
public virtual void EnterMinusOperator(Dart2Parser.MinusOperatorContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.MinusOperatorContext | context | The parse tree. |
EnterMixinApplication(Dart2Parser.MixinApplicationContext)
Enter a parse tree produced by mixinApplication().
The default implementation does nothing.
Declaration
public virtual void EnterMixinApplication(Dart2Parser.MixinApplicationContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.MixinApplicationContext | context | The parse tree. |
EnterMixinApplicationClass(Dart2Parser.MixinApplicationClassContext)
Enter a parse tree produced by mixinApplicationClass().
The default implementation does nothing.
Declaration
public virtual void EnterMixinApplicationClass(Dart2Parser.MixinApplicationClassContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.MixinApplicationClassContext | context | The parse tree. |
EnterMixins(Dart2Parser.MixinsContext)
Enter a parse tree produced by mixins().
The default implementation does nothing.
Declaration
public virtual void EnterMixins(Dart2Parser.MixinsContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.MixinsContext | context | The parse tree. |
EnterMultiplicativeExpression(Dart2Parser.MultiplicativeExpressionContext)
Enter a parse tree produced by multiplicativeExpression().
The default implementation does nothing.
Declaration
public virtual void EnterMultiplicativeExpression(Dart2Parser.MultiplicativeExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.MultiplicativeExpressionContext | context | The parse tree. |
EnterMultiplicativeOperator(Dart2Parser.MultiplicativeOperatorContext)
Enter a parse tree produced by multiplicativeOperator().
The default implementation does nothing.
Declaration
public virtual void EnterMultiplicativeOperator(Dart2Parser.MultiplicativeOperatorContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.MultiplicativeOperatorContext | context | The parse tree. |
EnterNamedArgument(Dart2Parser.NamedArgumentContext)
Enter a parse tree produced by namedArgument().
The default implementation does nothing.
Declaration
public virtual void EnterNamedArgument(Dart2Parser.NamedArgumentContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.NamedArgumentContext | context | The parse tree. |
EnterNamedFormalParameters(Dart2Parser.NamedFormalParametersContext)
Enter a parse tree produced by namedFormalParameters().
The default implementation does nothing.
Declaration
public virtual void EnterNamedFormalParameters(Dart2Parser.NamedFormalParametersContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.NamedFormalParametersContext | context | The parse tree. |
EnterNayaExpression(Dart2Parser.NayaExpressionContext)
Enter a parse tree produced by nayaExpression().
The default implementation does nothing.
Declaration
public virtual void EnterNayaExpression(Dart2Parser.NayaExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.NayaExpressionContext | context | The parse tree. |
EnterNegationOperator(Dart2Parser.NegationOperatorContext)
Enter a parse tree produced by negationOperator().
The default implementation does nothing.
Declaration
public virtual void EnterNegationOperator(Dart2Parser.NegationOperatorContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.NegationOperatorContext | context | The parse tree. |
EnterNonLabledStatment(Dart2Parser.NonLabledStatmentContext)
Enter a parse tree produced by nonLabledStatment().
The default implementation does nothing.
Declaration
public virtual void EnterNonLabledStatment(Dart2Parser.NonLabledStatmentContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.NonLabledStatmentContext | context | The parse tree. |
EnterNormalFormalParameter(Dart2Parser.NormalFormalParameterContext)
Enter a parse tree produced by normalFormalParameter().
The default implementation does nothing.
Declaration
public virtual void EnterNormalFormalParameter(Dart2Parser.NormalFormalParameterContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.NormalFormalParameterContext | context | The parse tree. |
EnterNormalFormalParameters(Dart2Parser.NormalFormalParametersContext)
Enter a parse tree produced by normalFormalParameters().
The default implementation does nothing.
Declaration
public virtual void EnterNormalFormalParameters(Dart2Parser.NormalFormalParametersContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.NormalFormalParametersContext | context | The parse tree. |
EnterNullLiteral(Dart2Parser.NullLiteralContext)
Enter a parse tree produced by nullLiteral().
The default implementation does nothing.
Declaration
public virtual void EnterNullLiteral(Dart2Parser.NullLiteralContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.NullLiteralContext | context | The parse tree. |
EnterNumericLiteral(Dart2Parser.NumericLiteralContext)
Enter a parse tree produced by numericLiteral().
The default implementation does nothing.
Declaration
public virtual void EnterNumericLiteral(Dart2Parser.NumericLiteralContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.NumericLiteralContext | context | The parse tree. |
EnterOnPart(Dart2Parser.OnPartContext)
Enter a parse tree produced by onPart().
The default implementation does nothing.
Declaration
public virtual void EnterOnPart(Dart2Parser.OnPartContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.OnPartContext | context | The parse tree. |
EnterOperator_(Dart2Parser.Operator_Context)
Enter a parse tree produced by operator_().
The default implementation does nothing.
Declaration
public virtual void EnterOperator_(Dart2Parser.Operator_Context context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.Operator_Context | context | The parse tree. |
EnterOperatorSignature(Dart2Parser.OperatorSignatureContext)
Enter a parse tree produced by operatorSignature().
The default implementation does nothing.
Declaration
public virtual void EnterOperatorSignature(Dart2Parser.OperatorSignatureContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.OperatorSignatureContext | context | The parse tree. |
EnterOptionalFormalParameters(Dart2Parser.OptionalFormalParametersContext)
Enter a parse tree produced by optionalFormalParameters().
The default implementation does nothing.
Declaration
public virtual void EnterOptionalFormalParameters(Dart2Parser.OptionalFormalParametersContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.OptionalFormalParametersContext | context | The parse tree. |
EnterOptionalPositionalFormalParameters(Dart2Parser.OptionalPositionalFormalParametersContext)
Enter a parse tree produced by optionalPositionalFormalParameters().
The default implementation does nothing.
Declaration
public virtual void EnterOptionalPositionalFormalParameters(Dart2Parser.OptionalPositionalFormalParametersContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.OptionalPositionalFormalParametersContext | context | The parse tree. |
EnterPartDeclaration(Dart2Parser.PartDeclarationContext)
Enter a parse tree produced by partDeclaration().
The default implementation does nothing.
Declaration
public virtual void EnterPartDeclaration(Dart2Parser.PartDeclarationContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.PartDeclarationContext | context | The parse tree. |
EnterPartDirective(Dart2Parser.PartDirectiveContext)
Enter a parse tree produced by partDirective().
The default implementation does nothing.
Declaration
public virtual void EnterPartDirective(Dart2Parser.PartDirectiveContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.PartDirectiveContext | context | The parse tree. |
EnterPartHeader(Dart2Parser.PartHeaderContext)
Enter a parse tree produced by partHeader().
The default implementation does nothing.
Declaration
public virtual void EnterPartHeader(Dart2Parser.PartHeaderContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.PartHeaderContext | context | The parse tree. |
EnterPostfixExpression(Dart2Parser.PostfixExpressionContext)
Enter a parse tree produced by postfixExpression().
The default implementation does nothing.
Declaration
public virtual void EnterPostfixExpression(Dart2Parser.PostfixExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.PostfixExpressionContext | context | The parse tree. |
EnterPostfixOperator(Dart2Parser.PostfixOperatorContext)
Enter a parse tree produced by postfixOperator().
The default implementation does nothing.
Declaration
public virtual void EnterPostfixOperator(Dart2Parser.PostfixOperatorContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.PostfixOperatorContext | context | The parse tree. |
EnterPrefixOperator(Dart2Parser.PrefixOperatorContext)
Enter a parse tree produced by prefixOperator().
The default implementation does nothing.
Declaration
public virtual void EnterPrefixOperator(Dart2Parser.PrefixOperatorContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.PrefixOperatorContext | context | The parse tree. |
EnterPrimary(Dart2Parser.PrimaryContext)
Enter a parse tree produced by primary().
The default implementation does nothing.
Declaration
public virtual void EnterPrimary(Dart2Parser.PrimaryContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.PrimaryContext | context | The parse tree. |
EnterQualified(Dart2Parser.QualifiedContext)
Enter a parse tree produced by qualified().
The default implementation does nothing.
Declaration
public virtual void EnterQualified(Dart2Parser.QualifiedContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.QualifiedContext | context | The parse tree. |
EnterRedirectingFactoryConstructorSignature(Dart2Parser.RedirectingFactoryConstructorSignatureContext)
Enter a parse tree produced by redirectingFactoryConstructorSignature().
The default implementation does nothing.
Declaration
public virtual void EnterRedirectingFactoryConstructorSignature(Dart2Parser.RedirectingFactoryConstructorSignatureContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.RedirectingFactoryConstructorSignatureContext | context | The parse tree. |
EnterRedirection(Dart2Parser.RedirectionContext)
Enter a parse tree produced by redirection().
The default implementation does nothing.
Declaration
public virtual void EnterRedirection(Dart2Parser.RedirectionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.RedirectionContext | context | The parse tree. |
EnterRelationalExpression(Dart2Parser.RelationalExpressionContext)
Enter a parse tree produced by relationalExpression().
The default implementation does nothing.
Declaration
public virtual void EnterRelationalExpression(Dart2Parser.RelationalExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.RelationalExpressionContext | context | The parse tree. |
EnterRelationalOperator(Dart2Parser.RelationalOperatorContext)
Enter a parse tree produced by relationalOperator().
The default implementation does nothing.
Declaration
public virtual void EnterRelationalOperator(Dart2Parser.RelationalOperatorContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.RelationalOperatorContext | context | The parse tree. |
EnterRethrowStatment(Dart2Parser.RethrowStatmentContext)
Enter a parse tree produced by rethrowStatment().
The default implementation does nothing.
Declaration
public virtual void EnterRethrowStatment(Dart2Parser.RethrowStatmentContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.RethrowStatmentContext | context | The parse tree. |
EnterReturnStatement(Dart2Parser.ReturnStatementContext)
Enter a parse tree produced by returnStatement().
The default implementation does nothing.
Declaration
public virtual void EnterReturnStatement(Dart2Parser.ReturnStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ReturnStatementContext | context | The parse tree. |
EnterReturnType(Dart2Parser.ReturnTypeContext)
Enter a parse tree produced by returnType().
The default implementation does nothing.
Declaration
public virtual void EnterReturnType(Dart2Parser.ReturnTypeContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ReturnTypeContext | context | The parse tree. |
EnterScriptTag(Dart2Parser.ScriptTagContext)
Enter a parse tree produced by scriptTag().
The default implementation does nothing.
Declaration
public virtual void EnterScriptTag(Dart2Parser.ScriptTagContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ScriptTagContext | context | The parse tree. |
EnterSelector(Dart2Parser.SelectorContext)
Enter a parse tree produced by selector().
The default implementation does nothing.
Declaration
public virtual void EnterSelector(Dart2Parser.SelectorContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.SelectorContext | context | The parse tree. |
EnterSetterSignature(Dart2Parser.SetterSignatureContext)
Enter a parse tree produced by setterSignature().
The default implementation does nothing.
Declaration
public virtual void EnterSetterSignature(Dart2Parser.SetterSignatureContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.SetterSignatureContext | context | The parse tree. |
EnterShiftExpression(Dart2Parser.ShiftExpressionContext)
Enter a parse tree produced by shiftExpression().
The default implementation does nothing.
Declaration
public virtual void EnterShiftExpression(Dart2Parser.ShiftExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ShiftExpressionContext | context | The parse tree. |
EnterShiftOperator(Dart2Parser.ShiftOperatorContext)
Enter a parse tree produced by shiftOperator().
The default implementation does nothing.
Declaration
public virtual void EnterShiftOperator(Dart2Parser.ShiftOperatorContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ShiftOperatorContext | context | The parse tree. |
EnterSimpleFormalParameter(Dart2Parser.SimpleFormalParameterContext)
Enter a parse tree produced by simpleFormalParameter().
The default implementation does nothing.
Declaration
public virtual void EnterSimpleFormalParameter(Dart2Parser.SimpleFormalParameterContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.SimpleFormalParameterContext | context | The parse tree. |
EnterStatement(Dart2Parser.StatementContext)
Enter a parse tree produced by statement().
The default implementation does nothing.
Declaration
public virtual void EnterStatement(Dart2Parser.StatementContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.StatementContext | context | The parse tree. |
EnterStatements(Dart2Parser.StatementsContext)
Enter a parse tree produced by statements().
The default implementation does nothing.
Declaration
public virtual void EnterStatements(Dart2Parser.StatementsContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.StatementsContext | context | The parse tree. |
EnterStaticFinalDeclaration(Dart2Parser.StaticFinalDeclarationContext)
Enter a parse tree produced by staticFinalDeclaration().
The default implementation does nothing.
Declaration
public virtual void EnterStaticFinalDeclaration(Dart2Parser.StaticFinalDeclarationContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.StaticFinalDeclarationContext | context | The parse tree. |
EnterStaticFinalDeclarationList(Dart2Parser.StaticFinalDeclarationListContext)
Enter a parse tree produced by staticFinalDeclarationList().
The default implementation does nothing.
Declaration
public virtual void EnterStaticFinalDeclarationList(Dart2Parser.StaticFinalDeclarationListContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.StaticFinalDeclarationListContext | context | The parse tree. |
EnterStringInterpolation(Dart2Parser.StringInterpolationContext)
Enter a parse tree produced by stringInterpolation().
The default implementation does nothing.
Declaration
public virtual void EnterStringInterpolation(Dart2Parser.StringInterpolationContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.StringInterpolationContext | context | The parse tree. |
EnterStringLiteral(Dart2Parser.StringLiteralContext)
Enter a parse tree produced by stringLiteral().
The default implementation does nothing.
Declaration
public virtual void EnterStringLiteral(Dart2Parser.StringLiteralContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.StringLiteralContext | context | The parse tree. |
EnterSuperclass(Dart2Parser.SuperclassContext)
Enter a parse tree produced by superclass().
The default implementation does nothing.
Declaration
public virtual void EnterSuperclass(Dart2Parser.SuperclassContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.SuperclassContext | context | The parse tree. |
EnterSwitchCase(Dart2Parser.SwitchCaseContext)
Enter a parse tree produced by switchCase().
The default implementation does nothing.
Declaration
public virtual void EnterSwitchCase(Dart2Parser.SwitchCaseContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.SwitchCaseContext | context | The parse tree. |
EnterSwitchStatement(Dart2Parser.SwitchStatementContext)
Enter a parse tree produced by switchStatement().
The default implementation does nothing.
Declaration
public virtual void EnterSwitchStatement(Dart2Parser.SwitchStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.SwitchStatementContext | context | The parse tree. |
EnterSymbolLiteral(Dart2Parser.SymbolLiteralContext)
Enter a parse tree produced by symbolLiteral().
The default implementation does nothing.
Declaration
public virtual void EnterSymbolLiteral(Dart2Parser.SymbolLiteralContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.SymbolLiteralContext | context | The parse tree. |
EnterThisExpression(Dart2Parser.ThisExpressionContext)
Enter a parse tree produced by thisExpression().
The default implementation does nothing.
Declaration
public virtual void EnterThisExpression(Dart2Parser.ThisExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ThisExpressionContext | context | The parse tree. |
EnterThrowExpression(Dart2Parser.ThrowExpressionContext)
Enter a parse tree produced by throwExpression().
The default implementation does nothing.
Declaration
public virtual void EnterThrowExpression(Dart2Parser.ThrowExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ThrowExpressionContext | context | The parse tree. |
EnterThrowExpressionWithoutCascade(Dart2Parser.ThrowExpressionWithoutCascadeContext)
Enter a parse tree produced by throwExpressionWithoutCascade().
The default implementation does nothing.
Declaration
public virtual void EnterThrowExpressionWithoutCascade(Dart2Parser.ThrowExpressionWithoutCascadeContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ThrowExpressionWithoutCascadeContext | context | The parse tree. |
EnterTildeOperator(Dart2Parser.TildeOperatorContext)
Enter a parse tree produced by tildeOperator().
The default implementation does nothing.
Declaration
public virtual void EnterTildeOperator(Dart2Parser.TildeOperatorContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.TildeOperatorContext | context | The parse tree. |
EnterTopLevelDefinition(Dart2Parser.TopLevelDefinitionContext)
Enter a parse tree produced by topLevelDefinition().
The default implementation does nothing.
Declaration
public virtual void EnterTopLevelDefinition(Dart2Parser.TopLevelDefinitionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.TopLevelDefinitionContext | context | The parse tree. |
EnterTryStatement(Dart2Parser.TryStatementContext)
Enter a parse tree produced by tryStatement().
The default implementation does nothing.
Declaration
public virtual void EnterTryStatement(Dart2Parser.TryStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.TryStatementContext | context | The parse tree. |
EnterTypeAlias(Dart2Parser.TypeAliasContext)
Enter a parse tree produced by typeAlias().
The default implementation does nothing.
Declaration
public virtual void EnterTypeAlias(Dart2Parser.TypeAliasContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.TypeAliasContext | context | The parse tree. |
EnterTypeAliasBody(Dart2Parser.TypeAliasBodyContext)
Enter a parse tree produced by typeAliasBody().
The default implementation does nothing.
Declaration
public virtual void EnterTypeAliasBody(Dart2Parser.TypeAliasBodyContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.TypeAliasBodyContext | context | The parse tree. |
EnterTypeArguments(Dart2Parser.TypeArgumentsContext)
Enter a parse tree produced by typeArguments().
The default implementation does nothing.
Declaration
public virtual void EnterTypeArguments(Dart2Parser.TypeArgumentsContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.TypeArgumentsContext | context | The parse tree. |
EnterTypeCast(Dart2Parser.TypeCastContext)
Enter a parse tree produced by typeCast().
The default implementation does nothing.
Declaration
public virtual void EnterTypeCast(Dart2Parser.TypeCastContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.TypeCastContext | context | The parse tree. |
EnterTypeList(Dart2Parser.TypeListContext)
Enter a parse tree produced by typeList().
The default implementation does nothing.
Declaration
public virtual void EnterTypeList(Dart2Parser.TypeListContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.TypeListContext | context | The parse tree. |
EnterTypeName(Dart2Parser.TypeNameContext)
Enter a parse tree produced by typeName().
The default implementation does nothing.
Declaration
public virtual void EnterTypeName(Dart2Parser.TypeNameContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.TypeNameContext | context | The parse tree. |
EnterTypeParameter(Dart2Parser.TypeParameterContext)
Enter a parse tree produced by typeParameter().
The default implementation does nothing.
Declaration
public virtual void EnterTypeParameter(Dart2Parser.TypeParameterContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.TypeParameterContext | context | The parse tree. |
EnterTypeParameters(Dart2Parser.TypeParametersContext)
Enter a parse tree produced by typeParameters().
The default implementation does nothing.
Declaration
public virtual void EnterTypeParameters(Dart2Parser.TypeParametersContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.TypeParametersContext | context | The parse tree. |
EnterTypeTest(Dart2Parser.TypeTestContext)
Enter a parse tree produced by typeTest().
The default implementation does nothing.
Declaration
public virtual void EnterTypeTest(Dart2Parser.TypeTestContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.TypeTestContext | context | The parse tree. |
EnterUnaryExpression(Dart2Parser.UnaryExpressionContext)
Enter a parse tree produced by unaryExpression().
The default implementation does nothing.
Declaration
public virtual void EnterUnaryExpression(Dart2Parser.UnaryExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.UnaryExpressionContext | context | The parse tree. |
EnterUnconditionalAssignableSelector(Dart2Parser.UnconditionalAssignableSelectorContext)
Enter a parse tree produced by unconditionalAssignableSelector().
The default implementation does nothing.
Declaration
public virtual void EnterUnconditionalAssignableSelector(Dart2Parser.UnconditionalAssignableSelectorContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.UnconditionalAssignableSelectorContext | context | The parse tree. |
EnterUri(Dart2Parser.UriContext)
Enter a parse tree produced by uri().
The default implementation does nothing.
Declaration
public virtual void EnterUri(Dart2Parser.UriContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.UriContext | context | The parse tree. |
EnterUriTest(Dart2Parser.UriTestContext)
Enter a parse tree produced by uriTest().
The default implementation does nothing.
Declaration
public virtual void EnterUriTest(Dart2Parser.UriTestContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.UriTestContext | context | The parse tree. |
EnterVariableDeclaration(Dart2Parser.VariableDeclarationContext)
Enter a parse tree produced by variableDeclaration().
The default implementation does nothing.
Declaration
public virtual void EnterVariableDeclaration(Dart2Parser.VariableDeclarationContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.VariableDeclarationContext | context | The parse tree. |
EnterVarOrType(Dart2Parser.VarOrTypeContext)
Enter a parse tree produced by varOrType().
The default implementation does nothing.
Declaration
public virtual void EnterVarOrType(Dart2Parser.VarOrTypeContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.VarOrTypeContext | context | The parse tree. |
EnterWhileStatement(Dart2Parser.WhileStatementContext)
Enter a parse tree produced by whileStatement().
The default implementation does nothing.
Declaration
public virtual void EnterWhileStatement(Dart2Parser.WhileStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.WhileStatementContext | context | The parse tree. |
EnterYieldEachStatement(Dart2Parser.YieldEachStatementContext)
Enter a parse tree produced by yieldEachStatement().
The default implementation does nothing.
Declaration
public virtual void EnterYieldEachStatement(Dart2Parser.YieldEachStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.YieldEachStatementContext | context | The parse tree. |
EnterYieldStatement(Dart2Parser.YieldStatementContext)
Enter a parse tree produced by yieldStatement().
The default implementation does nothing.
Declaration
public virtual void EnterYieldStatement(Dart2Parser.YieldStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.YieldStatementContext | context | The parse tree. |
ExitAdditiveExpression(Dart2Parser.AdditiveExpressionContext)
Exit a parse tree produced by additiveExpression().
The default implementation does nothing.
Declaration
public virtual void ExitAdditiveExpression(Dart2Parser.AdditiveExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.AdditiveExpressionContext | context | The parse tree. |
ExitAdditiveOperator(Dart2Parser.AdditiveOperatorContext)
Exit a parse tree produced by additiveOperator().
The default implementation does nothing.
Declaration
public virtual void ExitAdditiveOperator(Dart2Parser.AdditiveOperatorContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.AdditiveOperatorContext | context | The parse tree. |
ExitArgumentList(Dart2Parser.ArgumentListContext)
Exit a parse tree produced by argumentList().
The default implementation does nothing.
Declaration
public virtual void ExitArgumentList(Dart2Parser.ArgumentListContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ArgumentListContext | context | The parse tree. |
ExitArgumentPart(Dart2Parser.ArgumentPartContext)
Exit a parse tree produced by argumentPart().
The default implementation does nothing.
Declaration
public virtual void ExitArgumentPart(Dart2Parser.ArgumentPartContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ArgumentPartContext | context | The parse tree. |
ExitArguments(Dart2Parser.ArgumentsContext)
Exit a parse tree produced by arguments().
The default implementation does nothing.
Declaration
public virtual void ExitArguments(Dart2Parser.ArgumentsContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ArgumentsContext | context | The parse tree. |
ExitAsOperator(Dart2Parser.AsOperatorContext)
Exit a parse tree produced by asOperator().
The default implementation does nothing.
Declaration
public virtual void ExitAsOperator(Dart2Parser.AsOperatorContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.AsOperatorContext | context | The parse tree. |
ExitAssertion(Dart2Parser.AssertionContext)
Exit a parse tree produced by assertion().
The default implementation does nothing.
Declaration
public virtual void ExitAssertion(Dart2Parser.AssertionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.AssertionContext | context | The parse tree. |
ExitAssertStatement(Dart2Parser.AssertStatementContext)
Exit a parse tree produced by assertStatement().
The default implementation does nothing.
Declaration
public virtual void ExitAssertStatement(Dart2Parser.AssertStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.AssertStatementContext | context | The parse tree. |
ExitAssignableExpression(Dart2Parser.AssignableExpressionContext)
Exit a parse tree produced by assignableExpression().
The default implementation does nothing.
Declaration
public virtual void ExitAssignableExpression(Dart2Parser.AssignableExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.AssignableExpressionContext | context | The parse tree. |
ExitAssignableSelector(Dart2Parser.AssignableSelectorContext)
Exit a parse tree produced by assignableSelector().
The default implementation does nothing.
Declaration
public virtual void ExitAssignableSelector(Dart2Parser.AssignableSelectorContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.AssignableSelectorContext | context | The parse tree. |
ExitAssignmentOperator(Dart2Parser.AssignmentOperatorContext)
Exit a parse tree produced by assignmentOperator().
The default implementation does nothing.
Declaration
public virtual void ExitAssignmentOperator(Dart2Parser.AssignmentOperatorContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.AssignmentOperatorContext | context | The parse tree. |
ExitAwaitExpression(Dart2Parser.AwaitExpressionContext)
Exit a parse tree produced by awaitExpression().
The default implementation does nothing.
Declaration
public virtual void ExitAwaitExpression(Dart2Parser.AwaitExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.AwaitExpressionContext | context | The parse tree. |
ExitBinaryOperator(Dart2Parser.BinaryOperatorContext)
Exit a parse tree produced by binaryOperator().
The default implementation does nothing.
Declaration
public virtual void ExitBinaryOperator(Dart2Parser.BinaryOperatorContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.BinaryOperatorContext | context | The parse tree. |
ExitBitwiseAndExpression(Dart2Parser.BitwiseAndExpressionContext)
Exit a parse tree produced by bitwiseAndExpression().
The default implementation does nothing.
Declaration
public virtual void ExitBitwiseAndExpression(Dart2Parser.BitwiseAndExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.BitwiseAndExpressionContext | context | The parse tree. |
ExitBitwiseOperator(Dart2Parser.BitwiseOperatorContext)
Exit a parse tree produced by bitwiseOperator().
The default implementation does nothing.
Declaration
public virtual void ExitBitwiseOperator(Dart2Parser.BitwiseOperatorContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.BitwiseOperatorContext | context | The parse tree. |
ExitBitwiseOrExpression(Dart2Parser.BitwiseOrExpressionContext)
Exit a parse tree produced by bitwiseOrExpression().
The default implementation does nothing.
Declaration
public virtual void ExitBitwiseOrExpression(Dart2Parser.BitwiseOrExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.BitwiseOrExpressionContext | context | The parse tree. |
ExitBitwiseXorExpression(Dart2Parser.BitwiseXorExpressionContext)
Exit a parse tree produced by bitwiseXorExpression().
The default implementation does nothing.
Declaration
public virtual void ExitBitwiseXorExpression(Dart2Parser.BitwiseXorExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.BitwiseXorExpressionContext | context | The parse tree. |
ExitBlock(Dart2Parser.BlockContext)
Exit a parse tree produced by block().
The default implementation does nothing.
Declaration
public virtual void ExitBlock(Dart2Parser.BlockContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.BlockContext | context | The parse tree. |
ExitBooleanLiteral(Dart2Parser.BooleanLiteralContext)
Exit a parse tree produced by booleanLiteral().
The default implementation does nothing.
Declaration
public virtual void ExitBooleanLiteral(Dart2Parser.BooleanLiteralContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.BooleanLiteralContext | context | The parse tree. |
ExitBreakStatement(Dart2Parser.BreakStatementContext)
Exit a parse tree produced by breakStatement().
The default implementation does nothing.
Declaration
public virtual void ExitBreakStatement(Dart2Parser.BreakStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.BreakStatementContext | context | The parse tree. |
ExitCascadeSection(Dart2Parser.CascadeSectionContext)
Exit a parse tree produced by cascadeSection().
The default implementation does nothing.
Declaration
public virtual void ExitCascadeSection(Dart2Parser.CascadeSectionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.CascadeSectionContext | context | The parse tree. |
ExitCascadeSelector(Dart2Parser.CascadeSelectorContext)
Exit a parse tree produced by cascadeSelector().
The default implementation does nothing.
Declaration
public virtual void ExitCascadeSelector(Dart2Parser.CascadeSelectorContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.CascadeSelectorContext | context | The parse tree. |
ExitCatchPart(Dart2Parser.CatchPartContext)
Exit a parse tree produced by catchPart().
The default implementation does nothing.
Declaration
public virtual void ExitCatchPart(Dart2Parser.CatchPartContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.CatchPartContext | context | The parse tree. |
ExitClassDefinition(Dart2Parser.ClassDefinitionContext)
Exit a parse tree produced by classDefinition().
The default implementation does nothing.
Declaration
public virtual void ExitClassDefinition(Dart2Parser.ClassDefinitionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ClassDefinitionContext | context | The parse tree. |
ExitClassMemberDefinition(Dart2Parser.ClassMemberDefinitionContext)
Exit a parse tree produced by classMemberDefinition().
The default implementation does nothing.
Declaration
public virtual void ExitClassMemberDefinition(Dart2Parser.ClassMemberDefinitionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ClassMemberDefinitionContext | context | The parse tree. |
ExitCombinator(Dart2Parser.CombinatorContext)
Exit a parse tree produced by combinator().
The default implementation does nothing.
Declaration
public virtual void ExitCombinator(Dart2Parser.CombinatorContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.CombinatorContext | context | The parse tree. |
ExitCompilationUnit(Dart2Parser.CompilationUnitContext)
Exit a parse tree produced by compilationUnit().
The default implementation does nothing.
Declaration
public virtual void ExitCompilationUnit(Dart2Parser.CompilationUnitContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.CompilationUnitContext | context | The parse tree. |
ExitCompoundAssignmentOperator(Dart2Parser.CompoundAssignmentOperatorContext)
Exit a parse tree produced by compoundAssignmentOperator().
The default implementation does nothing.
Declaration
public virtual void ExitCompoundAssignmentOperator(Dart2Parser.CompoundAssignmentOperatorContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.CompoundAssignmentOperatorContext | context | The parse tree. |
ExitConditionalExpression(Dart2Parser.ConditionalExpressionContext)
Exit a parse tree produced by conditionalExpression().
The default implementation does nothing.
Declaration
public virtual void ExitConditionalExpression(Dart2Parser.ConditionalExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ConditionalExpressionContext | context | The parse tree. |
ExitConfigurableUri(Dart2Parser.ConfigurableUriContext)
Exit a parse tree produced by configurableUri().
The default implementation does nothing.
Declaration
public virtual void ExitConfigurableUri(Dart2Parser.ConfigurableUriContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ConfigurableUriContext | context | The parse tree. |
ExitConfigurationUri(Dart2Parser.ConfigurationUriContext)
Exit a parse tree produced by configurationUri().
The default implementation does nothing.
Declaration
public virtual void ExitConfigurationUri(Dart2Parser.ConfigurationUriContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ConfigurationUriContext | context | The parse tree. |
ExitConstantConstructorSignature(Dart2Parser.ConstantConstructorSignatureContext)
Exit a parse tree produced by constantConstructorSignature().
The default implementation does nothing.
Declaration
public virtual void ExitConstantConstructorSignature(Dart2Parser.ConstantConstructorSignatureContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ConstantConstructorSignatureContext | context | The parse tree. |
ExitConstObjectExpression(Dart2Parser.ConstObjectExpressionContext)
Exit a parse tree produced by constObjectExpression().
The default implementation does nothing.
Declaration
public virtual void ExitConstObjectExpression(Dart2Parser.ConstObjectExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ConstObjectExpressionContext | context | The parse tree. |
ExitConstructorSignature(Dart2Parser.ConstructorSignatureContext)
Exit a parse tree produced by constructorSignature().
The default implementation does nothing.
Declaration
public virtual void ExitConstructorSignature(Dart2Parser.ConstructorSignatureContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ConstructorSignatureContext | context | The parse tree. |
ExitContinueStatement(Dart2Parser.ContinueStatementContext)
Exit a parse tree produced by continueStatement().
The default implementation does nothing.
Declaration
public virtual void ExitContinueStatement(Dart2Parser.ContinueStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ContinueStatementContext | context | The parse tree. |
ExitDeclaration(Dart2Parser.DeclarationContext)
Exit a parse tree produced by declaration().
The default implementation does nothing.
Declaration
public virtual void ExitDeclaration(Dart2Parser.DeclarationContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.DeclarationContext | context | The parse tree. |
ExitDeclaredIdentifier(Dart2Parser.DeclaredIdentifierContext)
Exit a parse tree produced by declaredIdentifier().
The default implementation does nothing.
Declaration
public virtual void ExitDeclaredIdentifier(Dart2Parser.DeclaredIdentifierContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.DeclaredIdentifierContext | context | The parse tree. |
ExitDefaultCase(Dart2Parser.DefaultCaseContext)
Exit a parse tree produced by defaultCase().
The default implementation does nothing.
Declaration
public virtual void ExitDefaultCase(Dart2Parser.DefaultCaseContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.DefaultCaseContext | context | The parse tree. |
ExitDefaultFormalParameter(Dart2Parser.DefaultFormalParameterContext)
Exit a parse tree produced by defaultFormalParameter().
The default implementation does nothing.
Declaration
public virtual void ExitDefaultFormalParameter(Dart2Parser.DefaultFormalParameterContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.DefaultFormalParameterContext | context | The parse tree. |
ExitDefaultNamedParameter(Dart2Parser.DefaultNamedParameterContext)
Exit a parse tree produced by defaultNamedParameter().
The default implementation does nothing.
Declaration
public virtual void ExitDefaultNamedParameter(Dart2Parser.DefaultNamedParameterContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.DefaultNamedParameterContext | context | The parse tree. |
ExitDoStatement(Dart2Parser.DoStatementContext)
Exit a parse tree produced by doStatement().
The default implementation does nothing.
Declaration
public virtual void ExitDoStatement(Dart2Parser.DoStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.DoStatementContext | context | The parse tree. |
ExitDottedIdentifierList(Dart2Parser.DottedIdentifierListContext)
Exit a parse tree produced by dottedIdentifierList().
The default implementation does nothing.
Declaration
public virtual void ExitDottedIdentifierList(Dart2Parser.DottedIdentifierListContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.DottedIdentifierListContext | context | The parse tree. |
ExitDtype(Dart2Parser.DtypeContext)
Exit a parse tree produced by dtype().
The default implementation does nothing.
Declaration
public virtual void ExitDtype(Dart2Parser.DtypeContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.DtypeContext | context | The parse tree. |
ExitEnumEntry(Dart2Parser.EnumEntryContext)
Exit a parse tree produced by enumEntry().
The default implementation does nothing.
Declaration
public virtual void ExitEnumEntry(Dart2Parser.EnumEntryContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.EnumEntryContext | context | The parse tree. |
ExitEnumType(Dart2Parser.EnumTypeContext)
Exit a parse tree produced by enumType().
The default implementation does nothing.
Declaration
public virtual void ExitEnumType(Dart2Parser.EnumTypeContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.EnumTypeContext | context | The parse tree. |
ExitEqualityExpression(Dart2Parser.EqualityExpressionContext)
Exit a parse tree produced by equalityExpression().
The default implementation does nothing.
Declaration
public virtual void ExitEqualityExpression(Dart2Parser.EqualityExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.EqualityExpressionContext | context | The parse tree. |
ExitEqualityOperator(Dart2Parser.EqualityOperatorContext)
Exit a parse tree produced by equalityOperator().
The default implementation does nothing.
Declaration
public virtual void ExitEqualityOperator(Dart2Parser.EqualityOperatorContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.EqualityOperatorContext | context | The parse tree. |
ExitEveryRule(Antlr4.Runtime.ParserRuleContext)
Declaration
public virtual void ExitEveryRule(Antlr4.Runtime.ParserRuleContext context)
Parameters
Type | Name | Description |
---|---|---|
Antlr4.Runtime.ParserRuleContext | context |
Remarks
The default implementation does nothing.
ExitExpression(Dart2Parser.ExpressionContext)
Exit a parse tree produced by expression().
The default implementation does nothing.
Declaration
public virtual void ExitExpression(Dart2Parser.ExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ExpressionContext | context | The parse tree. |
ExitExpressionList(Dart2Parser.ExpressionListContext)
Exit a parse tree produced by expressionList().
The default implementation does nothing.
Declaration
public virtual void ExitExpressionList(Dart2Parser.ExpressionListContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ExpressionListContext | context | The parse tree. |
ExitExpressionStatement(Dart2Parser.ExpressionStatementContext)
Exit a parse tree produced by expressionStatement().
The default implementation does nothing.
Declaration
public virtual void ExitExpressionStatement(Dart2Parser.ExpressionStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ExpressionStatementContext | context | The parse tree. |
ExitExpressionWithoutCascade(Dart2Parser.ExpressionWithoutCascadeContext)
Exit a parse tree produced by expressionWithoutCascade().
The default implementation does nothing.
Declaration
public virtual void ExitExpressionWithoutCascade(Dart2Parser.ExpressionWithoutCascadeContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ExpressionWithoutCascadeContext | context | The parse tree. |
ExitFactoryConstructorSignature(Dart2Parser.FactoryConstructorSignatureContext)
Exit a parse tree produced by factoryConstructorSignature().
The default implementation does nothing.
Declaration
public virtual void ExitFactoryConstructorSignature(Dart2Parser.FactoryConstructorSignatureContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.FactoryConstructorSignatureContext | context | The parse tree. |
ExitFieldFormalParameter(Dart2Parser.FieldFormalParameterContext)
Exit a parse tree produced by fieldFormalParameter().
The default implementation does nothing.
Declaration
public virtual void ExitFieldFormalParameter(Dart2Parser.FieldFormalParameterContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.FieldFormalParameterContext | context | The parse tree. |
ExitFieldInitializer(Dart2Parser.FieldInitializerContext)
Exit a parse tree produced by fieldInitializer().
The default implementation does nothing.
Declaration
public virtual void ExitFieldInitializer(Dart2Parser.FieldInitializerContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.FieldInitializerContext | context | The parse tree. |
ExitFinalConstVarOrType(Dart2Parser.FinalConstVarOrTypeContext)
Exit a parse tree produced by finalConstVarOrType().
The default implementation does nothing.
Declaration
public virtual void ExitFinalConstVarOrType(Dart2Parser.FinalConstVarOrTypeContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.FinalConstVarOrTypeContext | context | The parse tree. |
ExitFinallyPart(Dart2Parser.FinallyPartContext)
Exit a parse tree produced by finallyPart().
The default implementation does nothing.
Declaration
public virtual void ExitFinallyPart(Dart2Parser.FinallyPartContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.FinallyPartContext | context | The parse tree. |
ExitForInitializerStatement(Dart2Parser.ForInitializerStatementContext)
Exit a parse tree produced by forInitializerStatement().
The default implementation does nothing.
Declaration
public virtual void ExitForInitializerStatement(Dart2Parser.ForInitializerStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ForInitializerStatementContext | context | The parse tree. |
ExitForLoopParts(Dart2Parser.ForLoopPartsContext)
Exit a parse tree produced by forLoopParts().
The default implementation does nothing.
Declaration
public virtual void ExitForLoopParts(Dart2Parser.ForLoopPartsContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ForLoopPartsContext | context | The parse tree. |
ExitFormalParameterList(Dart2Parser.FormalParameterListContext)
Exit a parse tree produced by formalParameterList().
The default implementation does nothing.
Declaration
public virtual void ExitFormalParameterList(Dart2Parser.FormalParameterListContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.FormalParameterListContext | context | The parse tree. |
ExitFormalParameterPart(Dart2Parser.FormalParameterPartContext)
Exit a parse tree produced by formalParameterPart().
The default implementation does nothing.
Declaration
public virtual void ExitFormalParameterPart(Dart2Parser.FormalParameterPartContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.FormalParameterPartContext | context | The parse tree. |
ExitForStatement(Dart2Parser.ForStatementContext)
Exit a parse tree produced by forStatement().
The default implementation does nothing.
Declaration
public virtual void ExitForStatement(Dart2Parser.ForStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ForStatementContext | context | The parse tree. |
ExitFunctionBody(Dart2Parser.FunctionBodyContext)
Exit a parse tree produced by functionBody().
The default implementation does nothing.
Declaration
public virtual void ExitFunctionBody(Dart2Parser.FunctionBodyContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.FunctionBodyContext | context | The parse tree. |
ExitFunctionExpression(Dart2Parser.FunctionExpressionContext)
Exit a parse tree produced by functionExpression().
The default implementation does nothing.
Declaration
public virtual void ExitFunctionExpression(Dart2Parser.FunctionExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.FunctionExpressionContext | context | The parse tree. |
ExitFunctionFormalParameter(Dart2Parser.FunctionFormalParameterContext)
Exit a parse tree produced by functionFormalParameter().
The default implementation does nothing.
Declaration
public virtual void ExitFunctionFormalParameter(Dart2Parser.FunctionFormalParameterContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.FunctionFormalParameterContext | context | The parse tree. |
ExitFunctionPrefix(Dart2Parser.FunctionPrefixContext)
Exit a parse tree produced by functionPrefix().
The default implementation does nothing.
Declaration
public virtual void ExitFunctionPrefix(Dart2Parser.FunctionPrefixContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.FunctionPrefixContext | context | The parse tree. |
ExitFunctionSignature(Dart2Parser.FunctionSignatureContext)
Exit a parse tree produced by functionSignature().
The default implementation does nothing.
Declaration
public virtual void ExitFunctionSignature(Dart2Parser.FunctionSignatureContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.FunctionSignatureContext | context | The parse tree. |
ExitFunctionTypeAlias(Dart2Parser.FunctionTypeAliasContext)
Exit a parse tree produced by functionTypeAlias().
The default implementation does nothing.
Declaration
public virtual void ExitFunctionTypeAlias(Dart2Parser.FunctionTypeAliasContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.FunctionTypeAliasContext | context | The parse tree. |
ExitGetOrSet(Dart2Parser.GetOrSetContext)
Exit a parse tree produced by getOrSet().
The default implementation does nothing.
Declaration
public virtual void ExitGetOrSet(Dart2Parser.GetOrSetContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.GetOrSetContext | context | The parse tree. |
ExitGetterSignature(Dart2Parser.GetterSignatureContext)
Exit a parse tree produced by getterSignature().
The default implementation does nothing.
Declaration
public virtual void ExitGetterSignature(Dart2Parser.GetterSignatureContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.GetterSignatureContext | context | The parse tree. |
ExitIdentifier(Dart2Parser.IdentifierContext)
Exit a parse tree produced by identifier().
The default implementation does nothing.
Declaration
public virtual void ExitIdentifier(Dart2Parser.IdentifierContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.IdentifierContext | context | The parse tree. |
ExitIdentifierList(Dart2Parser.IdentifierListContext)
Exit a parse tree produced by identifierList().
The default implementation does nothing.
Declaration
public virtual void ExitIdentifierList(Dart2Parser.IdentifierListContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.IdentifierListContext | context | The parse tree. |
ExitIfNullExpression(Dart2Parser.IfNullExpressionContext)
Exit a parse tree produced by ifNullExpression().
The default implementation does nothing.
Declaration
public virtual void ExitIfNullExpression(Dart2Parser.IfNullExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.IfNullExpressionContext | context | The parse tree. |
ExitIfStatement(Dart2Parser.IfStatementContext)
Exit a parse tree produced by ifStatement().
The default implementation does nothing.
Declaration
public virtual void ExitIfStatement(Dart2Parser.IfStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.IfStatementContext | context | The parse tree. |
ExitImportOrExport(Dart2Parser.ImportOrExportContext)
Exit a parse tree produced by importOrExport().
The default implementation does nothing.
Declaration
public virtual void ExitImportOrExport(Dart2Parser.ImportOrExportContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ImportOrExportContext | context | The parse tree. |
ExitImportSpecification(Dart2Parser.ImportSpecificationContext)
Exit a parse tree produced by importSpecification().
The default implementation does nothing.
Declaration
public virtual void ExitImportSpecification(Dart2Parser.ImportSpecificationContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ImportSpecificationContext | context | The parse tree. |
ExitIncrementOperator(Dart2Parser.IncrementOperatorContext)
Exit a parse tree produced by incrementOperator().
The default implementation does nothing.
Declaration
public virtual void ExitIncrementOperator(Dart2Parser.IncrementOperatorContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.IncrementOperatorContext | context | The parse tree. |
ExitInitializedIdentifier(Dart2Parser.InitializedIdentifierContext)
Exit a parse tree produced by initializedIdentifier().
The default implementation does nothing.
Declaration
public virtual void ExitInitializedIdentifier(Dart2Parser.InitializedIdentifierContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.InitializedIdentifierContext | context | The parse tree. |
ExitInitializedIdentifierList(Dart2Parser.InitializedIdentifierListContext)
Exit a parse tree produced by initializedIdentifierList().
The default implementation does nothing.
Declaration
public virtual void ExitInitializedIdentifierList(Dart2Parser.InitializedIdentifierListContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.InitializedIdentifierListContext | context | The parse tree. |
ExitInitializedVariableDeclaration(Dart2Parser.InitializedVariableDeclarationContext)
Exit a parse tree produced by initializedVariableDeclaration().
The default implementation does nothing.
Declaration
public virtual void ExitInitializedVariableDeclaration(Dart2Parser.InitializedVariableDeclarationContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.InitializedVariableDeclarationContext | context | The parse tree. |
ExitInitializerListEntry(Dart2Parser.InitializerListEntryContext)
Exit a parse tree produced by initializerListEntry().
The default implementation does nothing.
Declaration
public virtual void ExitInitializerListEntry(Dart2Parser.InitializerListEntryContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.InitializerListEntryContext | context | The parse tree. |
ExitInitializers(Dart2Parser.InitializersContext)
Exit a parse tree produced by initializers().
The default implementation does nothing.
Declaration
public virtual void ExitInitializers(Dart2Parser.InitializersContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.InitializersContext | context | The parse tree. |
ExitInterfaces(Dart2Parser.InterfacesContext)
Exit a parse tree produced by interfaces().
The default implementation does nothing.
Declaration
public virtual void ExitInterfaces(Dart2Parser.InterfacesContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.InterfacesContext | context | The parse tree. |
ExitIsOperator(Dart2Parser.IsOperatorContext)
Exit a parse tree produced by isOperator().
The default implementation does nothing.
Declaration
public virtual void ExitIsOperator(Dart2Parser.IsOperatorContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.IsOperatorContext | context | The parse tree. |
ExitLabel(Dart2Parser.LabelContext)
Exit a parse tree produced by label().
The default implementation does nothing.
Declaration
public virtual void ExitLabel(Dart2Parser.LabelContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.LabelContext | context | The parse tree. |
ExitLibraryDefinition(Dart2Parser.LibraryDefinitionContext)
Exit a parse tree produced by libraryDefinition().
The default implementation does nothing.
Declaration
public virtual void ExitLibraryDefinition(Dart2Parser.LibraryDefinitionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.LibraryDefinitionContext | context | The parse tree. |
ExitLibraryExport(Dart2Parser.LibraryExportContext)
Exit a parse tree produced by libraryExport().
The default implementation does nothing.
Declaration
public virtual void ExitLibraryExport(Dart2Parser.LibraryExportContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.LibraryExportContext | context | The parse tree. |
ExitLibraryimport(Dart2Parser.LibraryimportContext)
Exit a parse tree produced by libraryimport().
The default implementation does nothing.
Declaration
public virtual void ExitLibraryimport(Dart2Parser.LibraryimportContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.LibraryimportContext | context | The parse tree. |
ExitLibraryName(Dart2Parser.LibraryNameContext)
Exit a parse tree produced by libraryName().
The default implementation does nothing.
Declaration
public virtual void ExitLibraryName(Dart2Parser.LibraryNameContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.LibraryNameContext | context | The parse tree. |
ExitListLiteral(Dart2Parser.ListLiteralContext)
Exit a parse tree produced by listLiteral().
The default implementation does nothing.
Declaration
public virtual void ExitListLiteral(Dart2Parser.ListLiteralContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ListLiteralContext | context | The parse tree. |
ExitLiteral(Dart2Parser.LiteralContext)
Exit a parse tree produced by literal().
The default implementation does nothing.
Declaration
public virtual void ExitLiteral(Dart2Parser.LiteralContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.LiteralContext | context | The parse tree. |
ExitLocalFunctionDeclaration(Dart2Parser.LocalFunctionDeclarationContext)
Exit a parse tree produced by localFunctionDeclaration().
The default implementation does nothing.
Declaration
public virtual void ExitLocalFunctionDeclaration(Dart2Parser.LocalFunctionDeclarationContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.LocalFunctionDeclarationContext | context | The parse tree. |
ExitLocalVariableDeclaration(Dart2Parser.LocalVariableDeclarationContext)
Exit a parse tree produced by localVariableDeclaration().
The default implementation does nothing.
Declaration
public virtual void ExitLocalVariableDeclaration(Dart2Parser.LocalVariableDeclarationContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.LocalVariableDeclarationContext | context | The parse tree. |
ExitLogicalAndExpression(Dart2Parser.LogicalAndExpressionContext)
Exit a parse tree produced by logicalAndExpression().
The default implementation does nothing.
Declaration
public virtual void ExitLogicalAndExpression(Dart2Parser.LogicalAndExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.LogicalAndExpressionContext | context | The parse tree. |
ExitLogicalOrExpression(Dart2Parser.LogicalOrExpressionContext)
Exit a parse tree produced by logicalOrExpression().
The default implementation does nothing.
Declaration
public virtual void ExitLogicalOrExpression(Dart2Parser.LogicalOrExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.LogicalOrExpressionContext | context | The parse tree. |
ExitMapLiteral(Dart2Parser.MapLiteralContext)
Exit a parse tree produced by mapLiteral().
The default implementation does nothing.
Declaration
public virtual void ExitMapLiteral(Dart2Parser.MapLiteralContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.MapLiteralContext | context | The parse tree. |
ExitMapLiteralEntry(Dart2Parser.MapLiteralEntryContext)
Exit a parse tree produced by mapLiteralEntry().
The default implementation does nothing.
Declaration
public virtual void ExitMapLiteralEntry(Dart2Parser.MapLiteralEntryContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.MapLiteralEntryContext | context | The parse tree. |
ExitMetadata(Dart2Parser.MetadataContext)
Exit a parse tree produced by metadata().
The default implementation does nothing.
Declaration
public virtual void ExitMetadata(Dart2Parser.MetadataContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.MetadataContext | context | The parse tree. |
ExitMethodSignature(Dart2Parser.MethodSignatureContext)
Exit a parse tree produced by methodSignature().
The default implementation does nothing.
Declaration
public virtual void ExitMethodSignature(Dart2Parser.MethodSignatureContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.MethodSignatureContext | context | The parse tree. |
ExitMinusOperator(Dart2Parser.MinusOperatorContext)
Exit a parse tree produced by minusOperator().
The default implementation does nothing.
Declaration
public virtual void ExitMinusOperator(Dart2Parser.MinusOperatorContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.MinusOperatorContext | context | The parse tree. |
ExitMixinApplication(Dart2Parser.MixinApplicationContext)
Exit a parse tree produced by mixinApplication().
The default implementation does nothing.
Declaration
public virtual void ExitMixinApplication(Dart2Parser.MixinApplicationContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.MixinApplicationContext | context | The parse tree. |
ExitMixinApplicationClass(Dart2Parser.MixinApplicationClassContext)
Exit a parse tree produced by mixinApplicationClass().
The default implementation does nothing.
Declaration
public virtual void ExitMixinApplicationClass(Dart2Parser.MixinApplicationClassContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.MixinApplicationClassContext | context | The parse tree. |
ExitMixins(Dart2Parser.MixinsContext)
Exit a parse tree produced by mixins().
The default implementation does nothing.
Declaration
public virtual void ExitMixins(Dart2Parser.MixinsContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.MixinsContext | context | The parse tree. |
ExitMultiplicativeExpression(Dart2Parser.MultiplicativeExpressionContext)
Exit a parse tree produced by multiplicativeExpression().
The default implementation does nothing.
Declaration
public virtual void ExitMultiplicativeExpression(Dart2Parser.MultiplicativeExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.MultiplicativeExpressionContext | context | The parse tree. |
ExitMultiplicativeOperator(Dart2Parser.MultiplicativeOperatorContext)
Exit a parse tree produced by multiplicativeOperator().
The default implementation does nothing.
Declaration
public virtual void ExitMultiplicativeOperator(Dart2Parser.MultiplicativeOperatorContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.MultiplicativeOperatorContext | context | The parse tree. |
ExitNamedArgument(Dart2Parser.NamedArgumentContext)
Exit a parse tree produced by namedArgument().
The default implementation does nothing.
Declaration
public virtual void ExitNamedArgument(Dart2Parser.NamedArgumentContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.NamedArgumentContext | context | The parse tree. |
ExitNamedFormalParameters(Dart2Parser.NamedFormalParametersContext)
Exit a parse tree produced by namedFormalParameters().
The default implementation does nothing.
Declaration
public virtual void ExitNamedFormalParameters(Dart2Parser.NamedFormalParametersContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.NamedFormalParametersContext | context | The parse tree. |
ExitNayaExpression(Dart2Parser.NayaExpressionContext)
Exit a parse tree produced by nayaExpression().
The default implementation does nothing.
Declaration
public virtual void ExitNayaExpression(Dart2Parser.NayaExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.NayaExpressionContext | context | The parse tree. |
ExitNegationOperator(Dart2Parser.NegationOperatorContext)
Exit a parse tree produced by negationOperator().
The default implementation does nothing.
Declaration
public virtual void ExitNegationOperator(Dart2Parser.NegationOperatorContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.NegationOperatorContext | context | The parse tree. |
ExitNonLabledStatment(Dart2Parser.NonLabledStatmentContext)
Exit a parse tree produced by nonLabledStatment().
The default implementation does nothing.
Declaration
public virtual void ExitNonLabledStatment(Dart2Parser.NonLabledStatmentContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.NonLabledStatmentContext | context | The parse tree. |
ExitNormalFormalParameter(Dart2Parser.NormalFormalParameterContext)
Exit a parse tree produced by normalFormalParameter().
The default implementation does nothing.
Declaration
public virtual void ExitNormalFormalParameter(Dart2Parser.NormalFormalParameterContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.NormalFormalParameterContext | context | The parse tree. |
ExitNormalFormalParameters(Dart2Parser.NormalFormalParametersContext)
Exit a parse tree produced by normalFormalParameters().
The default implementation does nothing.
Declaration
public virtual void ExitNormalFormalParameters(Dart2Parser.NormalFormalParametersContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.NormalFormalParametersContext | context | The parse tree. |
ExitNullLiteral(Dart2Parser.NullLiteralContext)
Exit a parse tree produced by nullLiteral().
The default implementation does nothing.
Declaration
public virtual void ExitNullLiteral(Dart2Parser.NullLiteralContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.NullLiteralContext | context | The parse tree. |
ExitNumericLiteral(Dart2Parser.NumericLiteralContext)
Exit a parse tree produced by numericLiteral().
The default implementation does nothing.
Declaration
public virtual void ExitNumericLiteral(Dart2Parser.NumericLiteralContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.NumericLiteralContext | context | The parse tree. |
ExitOnPart(Dart2Parser.OnPartContext)
Exit a parse tree produced by onPart().
The default implementation does nothing.
Declaration
public virtual void ExitOnPart(Dart2Parser.OnPartContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.OnPartContext | context | The parse tree. |
ExitOperator_(Dart2Parser.Operator_Context)
Exit a parse tree produced by operator_().
The default implementation does nothing.
Declaration
public virtual void ExitOperator_(Dart2Parser.Operator_Context context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.Operator_Context | context | The parse tree. |
ExitOperatorSignature(Dart2Parser.OperatorSignatureContext)
Exit a parse tree produced by operatorSignature().
The default implementation does nothing.
Declaration
public virtual void ExitOperatorSignature(Dart2Parser.OperatorSignatureContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.OperatorSignatureContext | context | The parse tree. |
ExitOptionalFormalParameters(Dart2Parser.OptionalFormalParametersContext)
Exit a parse tree produced by optionalFormalParameters().
The default implementation does nothing.
Declaration
public virtual void ExitOptionalFormalParameters(Dart2Parser.OptionalFormalParametersContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.OptionalFormalParametersContext | context | The parse tree. |
ExitOptionalPositionalFormalParameters(Dart2Parser.OptionalPositionalFormalParametersContext)
Exit a parse tree produced by optionalPositionalFormalParameters().
The default implementation does nothing.
Declaration
public virtual void ExitOptionalPositionalFormalParameters(Dart2Parser.OptionalPositionalFormalParametersContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.OptionalPositionalFormalParametersContext | context | The parse tree. |
ExitPartDeclaration(Dart2Parser.PartDeclarationContext)
Exit a parse tree produced by partDeclaration().
The default implementation does nothing.
Declaration
public virtual void ExitPartDeclaration(Dart2Parser.PartDeclarationContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.PartDeclarationContext | context | The parse tree. |
ExitPartDirective(Dart2Parser.PartDirectiveContext)
Exit a parse tree produced by partDirective().
The default implementation does nothing.
Declaration
public virtual void ExitPartDirective(Dart2Parser.PartDirectiveContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.PartDirectiveContext | context | The parse tree. |
ExitPartHeader(Dart2Parser.PartHeaderContext)
Exit a parse tree produced by partHeader().
The default implementation does nothing.
Declaration
public virtual void ExitPartHeader(Dart2Parser.PartHeaderContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.PartHeaderContext | context | The parse tree. |
ExitPostfixExpression(Dart2Parser.PostfixExpressionContext)
Exit a parse tree produced by postfixExpression().
The default implementation does nothing.
Declaration
public virtual void ExitPostfixExpression(Dart2Parser.PostfixExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.PostfixExpressionContext | context | The parse tree. |
ExitPostfixOperator(Dart2Parser.PostfixOperatorContext)
Exit a parse tree produced by postfixOperator().
The default implementation does nothing.
Declaration
public virtual void ExitPostfixOperator(Dart2Parser.PostfixOperatorContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.PostfixOperatorContext | context | The parse tree. |
ExitPrefixOperator(Dart2Parser.PrefixOperatorContext)
Exit a parse tree produced by prefixOperator().
The default implementation does nothing.
Declaration
public virtual void ExitPrefixOperator(Dart2Parser.PrefixOperatorContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.PrefixOperatorContext | context | The parse tree. |
ExitPrimary(Dart2Parser.PrimaryContext)
Exit a parse tree produced by primary().
The default implementation does nothing.
Declaration
public virtual void ExitPrimary(Dart2Parser.PrimaryContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.PrimaryContext | context | The parse tree. |
ExitQualified(Dart2Parser.QualifiedContext)
Exit a parse tree produced by qualified().
The default implementation does nothing.
Declaration
public virtual void ExitQualified(Dart2Parser.QualifiedContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.QualifiedContext | context | The parse tree. |
ExitRedirectingFactoryConstructorSignature(Dart2Parser.RedirectingFactoryConstructorSignatureContext)
Exit a parse tree produced by redirectingFactoryConstructorSignature().
The default implementation does nothing.
Declaration
public virtual void ExitRedirectingFactoryConstructorSignature(Dart2Parser.RedirectingFactoryConstructorSignatureContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.RedirectingFactoryConstructorSignatureContext | context | The parse tree. |
ExitRedirection(Dart2Parser.RedirectionContext)
Exit a parse tree produced by redirection().
The default implementation does nothing.
Declaration
public virtual void ExitRedirection(Dart2Parser.RedirectionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.RedirectionContext | context | The parse tree. |
ExitRelationalExpression(Dart2Parser.RelationalExpressionContext)
Exit a parse tree produced by relationalExpression().
The default implementation does nothing.
Declaration
public virtual void ExitRelationalExpression(Dart2Parser.RelationalExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.RelationalExpressionContext | context | The parse tree. |
ExitRelationalOperator(Dart2Parser.RelationalOperatorContext)
Exit a parse tree produced by relationalOperator().
The default implementation does nothing.
Declaration
public virtual void ExitRelationalOperator(Dart2Parser.RelationalOperatorContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.RelationalOperatorContext | context | The parse tree. |
ExitRethrowStatment(Dart2Parser.RethrowStatmentContext)
Exit a parse tree produced by rethrowStatment().
The default implementation does nothing.
Declaration
public virtual void ExitRethrowStatment(Dart2Parser.RethrowStatmentContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.RethrowStatmentContext | context | The parse tree. |
ExitReturnStatement(Dart2Parser.ReturnStatementContext)
Exit a parse tree produced by returnStatement().
The default implementation does nothing.
Declaration
public virtual void ExitReturnStatement(Dart2Parser.ReturnStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ReturnStatementContext | context | The parse tree. |
ExitReturnType(Dart2Parser.ReturnTypeContext)
Exit a parse tree produced by returnType().
The default implementation does nothing.
Declaration
public virtual void ExitReturnType(Dart2Parser.ReturnTypeContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ReturnTypeContext | context | The parse tree. |
ExitScriptTag(Dart2Parser.ScriptTagContext)
Exit a parse tree produced by scriptTag().
The default implementation does nothing.
Declaration
public virtual void ExitScriptTag(Dart2Parser.ScriptTagContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ScriptTagContext | context | The parse tree. |
ExitSelector(Dart2Parser.SelectorContext)
Exit a parse tree produced by selector().
The default implementation does nothing.
Declaration
public virtual void ExitSelector(Dart2Parser.SelectorContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.SelectorContext | context | The parse tree. |
ExitSetterSignature(Dart2Parser.SetterSignatureContext)
Exit a parse tree produced by setterSignature().
The default implementation does nothing.
Declaration
public virtual void ExitSetterSignature(Dart2Parser.SetterSignatureContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.SetterSignatureContext | context | The parse tree. |
ExitShiftExpression(Dart2Parser.ShiftExpressionContext)
Exit a parse tree produced by shiftExpression().
The default implementation does nothing.
Declaration
public virtual void ExitShiftExpression(Dart2Parser.ShiftExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ShiftExpressionContext | context | The parse tree. |
ExitShiftOperator(Dart2Parser.ShiftOperatorContext)
Exit a parse tree produced by shiftOperator().
The default implementation does nothing.
Declaration
public virtual void ExitShiftOperator(Dart2Parser.ShiftOperatorContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ShiftOperatorContext | context | The parse tree. |
ExitSimpleFormalParameter(Dart2Parser.SimpleFormalParameterContext)
Exit a parse tree produced by simpleFormalParameter().
The default implementation does nothing.
Declaration
public virtual void ExitSimpleFormalParameter(Dart2Parser.SimpleFormalParameterContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.SimpleFormalParameterContext | context | The parse tree. |
ExitStatement(Dart2Parser.StatementContext)
Exit a parse tree produced by statement().
The default implementation does nothing.
Declaration
public virtual void ExitStatement(Dart2Parser.StatementContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.StatementContext | context | The parse tree. |
ExitStatements(Dart2Parser.StatementsContext)
Exit a parse tree produced by statements().
The default implementation does nothing.
Declaration
public virtual void ExitStatements(Dart2Parser.StatementsContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.StatementsContext | context | The parse tree. |
ExitStaticFinalDeclaration(Dart2Parser.StaticFinalDeclarationContext)
Exit a parse tree produced by staticFinalDeclaration().
The default implementation does nothing.
Declaration
public virtual void ExitStaticFinalDeclaration(Dart2Parser.StaticFinalDeclarationContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.StaticFinalDeclarationContext | context | The parse tree. |
ExitStaticFinalDeclarationList(Dart2Parser.StaticFinalDeclarationListContext)
Exit a parse tree produced by staticFinalDeclarationList().
The default implementation does nothing.
Declaration
public virtual void ExitStaticFinalDeclarationList(Dart2Parser.StaticFinalDeclarationListContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.StaticFinalDeclarationListContext | context | The parse tree. |
ExitStringInterpolation(Dart2Parser.StringInterpolationContext)
Exit a parse tree produced by stringInterpolation().
The default implementation does nothing.
Declaration
public virtual void ExitStringInterpolation(Dart2Parser.StringInterpolationContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.StringInterpolationContext | context | The parse tree. |
ExitStringLiteral(Dart2Parser.StringLiteralContext)
Exit a parse tree produced by stringLiteral().
The default implementation does nothing.
Declaration
public virtual void ExitStringLiteral(Dart2Parser.StringLiteralContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.StringLiteralContext | context | The parse tree. |
ExitSuperclass(Dart2Parser.SuperclassContext)
Exit a parse tree produced by superclass().
The default implementation does nothing.
Declaration
public virtual void ExitSuperclass(Dart2Parser.SuperclassContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.SuperclassContext | context | The parse tree. |
ExitSwitchCase(Dart2Parser.SwitchCaseContext)
Exit a parse tree produced by switchCase().
The default implementation does nothing.
Declaration
public virtual void ExitSwitchCase(Dart2Parser.SwitchCaseContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.SwitchCaseContext | context | The parse tree. |
ExitSwitchStatement(Dart2Parser.SwitchStatementContext)
Exit a parse tree produced by switchStatement().
The default implementation does nothing.
Declaration
public virtual void ExitSwitchStatement(Dart2Parser.SwitchStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.SwitchStatementContext | context | The parse tree. |
ExitSymbolLiteral(Dart2Parser.SymbolLiteralContext)
Exit a parse tree produced by symbolLiteral().
The default implementation does nothing.
Declaration
public virtual void ExitSymbolLiteral(Dart2Parser.SymbolLiteralContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.SymbolLiteralContext | context | The parse tree. |
ExitThisExpression(Dart2Parser.ThisExpressionContext)
Exit a parse tree produced by thisExpression().
The default implementation does nothing.
Declaration
public virtual void ExitThisExpression(Dart2Parser.ThisExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ThisExpressionContext | context | The parse tree. |
ExitThrowExpression(Dart2Parser.ThrowExpressionContext)
Exit a parse tree produced by throwExpression().
The default implementation does nothing.
Declaration
public virtual void ExitThrowExpression(Dart2Parser.ThrowExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ThrowExpressionContext | context | The parse tree. |
ExitThrowExpressionWithoutCascade(Dart2Parser.ThrowExpressionWithoutCascadeContext)
Exit a parse tree produced by throwExpressionWithoutCascade().
The default implementation does nothing.
Declaration
public virtual void ExitThrowExpressionWithoutCascade(Dart2Parser.ThrowExpressionWithoutCascadeContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ThrowExpressionWithoutCascadeContext | context | The parse tree. |
ExitTildeOperator(Dart2Parser.TildeOperatorContext)
Exit a parse tree produced by tildeOperator().
The default implementation does nothing.
Declaration
public virtual void ExitTildeOperator(Dart2Parser.TildeOperatorContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.TildeOperatorContext | context | The parse tree. |
ExitTopLevelDefinition(Dart2Parser.TopLevelDefinitionContext)
Exit a parse tree produced by topLevelDefinition().
The default implementation does nothing.
Declaration
public virtual void ExitTopLevelDefinition(Dart2Parser.TopLevelDefinitionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.TopLevelDefinitionContext | context | The parse tree. |
ExitTryStatement(Dart2Parser.TryStatementContext)
Exit a parse tree produced by tryStatement().
The default implementation does nothing.
Declaration
public virtual void ExitTryStatement(Dart2Parser.TryStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.TryStatementContext | context | The parse tree. |
ExitTypeAlias(Dart2Parser.TypeAliasContext)
Exit a parse tree produced by typeAlias().
The default implementation does nothing.
Declaration
public virtual void ExitTypeAlias(Dart2Parser.TypeAliasContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.TypeAliasContext | context | The parse tree. |
ExitTypeAliasBody(Dart2Parser.TypeAliasBodyContext)
Exit a parse tree produced by typeAliasBody().
The default implementation does nothing.
Declaration
public virtual void ExitTypeAliasBody(Dart2Parser.TypeAliasBodyContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.TypeAliasBodyContext | context | The parse tree. |
ExitTypeArguments(Dart2Parser.TypeArgumentsContext)
Exit a parse tree produced by typeArguments().
The default implementation does nothing.
Declaration
public virtual void ExitTypeArguments(Dart2Parser.TypeArgumentsContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.TypeArgumentsContext | context | The parse tree. |
ExitTypeCast(Dart2Parser.TypeCastContext)
Exit a parse tree produced by typeCast().
The default implementation does nothing.
Declaration
public virtual void ExitTypeCast(Dart2Parser.TypeCastContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.TypeCastContext | context | The parse tree. |
ExitTypeList(Dart2Parser.TypeListContext)
Exit a parse tree produced by typeList().
The default implementation does nothing.
Declaration
public virtual void ExitTypeList(Dart2Parser.TypeListContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.TypeListContext | context | The parse tree. |
ExitTypeName(Dart2Parser.TypeNameContext)
Exit a parse tree produced by typeName().
The default implementation does nothing.
Declaration
public virtual void ExitTypeName(Dart2Parser.TypeNameContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.TypeNameContext | context | The parse tree. |
ExitTypeParameter(Dart2Parser.TypeParameterContext)
Exit a parse tree produced by typeParameter().
The default implementation does nothing.
Declaration
public virtual void ExitTypeParameter(Dart2Parser.TypeParameterContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.TypeParameterContext | context | The parse tree. |
ExitTypeParameters(Dart2Parser.TypeParametersContext)
Exit a parse tree produced by typeParameters().
The default implementation does nothing.
Declaration
public virtual void ExitTypeParameters(Dart2Parser.TypeParametersContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.TypeParametersContext | context | The parse tree. |
ExitTypeTest(Dart2Parser.TypeTestContext)
Exit a parse tree produced by typeTest().
The default implementation does nothing.
Declaration
public virtual void ExitTypeTest(Dart2Parser.TypeTestContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.TypeTestContext | context | The parse tree. |
ExitUnaryExpression(Dart2Parser.UnaryExpressionContext)
Exit a parse tree produced by unaryExpression().
The default implementation does nothing.
Declaration
public virtual void ExitUnaryExpression(Dart2Parser.UnaryExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.UnaryExpressionContext | context | The parse tree. |
ExitUnconditionalAssignableSelector(Dart2Parser.UnconditionalAssignableSelectorContext)
Exit a parse tree produced by unconditionalAssignableSelector().
The default implementation does nothing.
Declaration
public virtual void ExitUnconditionalAssignableSelector(Dart2Parser.UnconditionalAssignableSelectorContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.UnconditionalAssignableSelectorContext | context | The parse tree. |
ExitUri(Dart2Parser.UriContext)
Exit a parse tree produced by uri().
The default implementation does nothing.
Declaration
public virtual void ExitUri(Dart2Parser.UriContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.UriContext | context | The parse tree. |
ExitUriTest(Dart2Parser.UriTestContext)
Exit a parse tree produced by uriTest().
The default implementation does nothing.
Declaration
public virtual void ExitUriTest(Dart2Parser.UriTestContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.UriTestContext | context | The parse tree. |
ExitVariableDeclaration(Dart2Parser.VariableDeclarationContext)
Exit a parse tree produced by variableDeclaration().
The default implementation does nothing.
Declaration
public virtual void ExitVariableDeclaration(Dart2Parser.VariableDeclarationContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.VariableDeclarationContext | context | The parse tree. |
ExitVarOrType(Dart2Parser.VarOrTypeContext)
Exit a parse tree produced by varOrType().
The default implementation does nothing.
Declaration
public virtual void ExitVarOrType(Dart2Parser.VarOrTypeContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.VarOrTypeContext | context | The parse tree. |
ExitWhileStatement(Dart2Parser.WhileStatementContext)
Exit a parse tree produced by whileStatement().
The default implementation does nothing.
Declaration
public virtual void ExitWhileStatement(Dart2Parser.WhileStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.WhileStatementContext | context | The parse tree. |
ExitYieldEachStatement(Dart2Parser.YieldEachStatementContext)
Exit a parse tree produced by yieldEachStatement().
The default implementation does nothing.
Declaration
public virtual void ExitYieldEachStatement(Dart2Parser.YieldEachStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.YieldEachStatementContext | context | The parse tree. |
ExitYieldStatement(Dart2Parser.YieldStatementContext)
Exit a parse tree produced by yieldStatement().
The default implementation does nothing.
Declaration
public virtual void ExitYieldStatement(Dart2Parser.YieldStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.YieldStatementContext | context | The parse tree. |
VisitErrorNode(Antlr4.Runtime.Tree.IErrorNode)
Declaration
public virtual void VisitErrorNode(Antlr4.Runtime.Tree.IErrorNode node)
Parameters
Type | Name | Description |
---|---|---|
Antlr4.Runtime.Tree.IErrorNode | node |
Remarks
The default implementation does nothing.
VisitTerminal(Antlr4.Runtime.Tree.ITerminalNode)
Declaration
public virtual void VisitTerminal(Antlr4.Runtime.Tree.ITerminalNode node)
Parameters
Type | Name | Description |
---|---|---|
Antlr4.Runtime.Tree.ITerminalNode | node |
Remarks
The default implementation does nothing.