Show / Hide Table of Contents

Interface IDart2Listener

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

Namespace: GCore.Antlr.Grammers.Dart2
Assembly: Dart2.dll
Syntax
public interface IDart2Listener : Antlr4.Runtime.Tree.IParseTreeListener

Methods

| Improve this Doc View Source

EnterAdditiveExpression(Dart2Parser.AdditiveExpressionContext)

Enter a parse tree produced by additiveExpression().

Declaration
void EnterAdditiveExpression(Dart2Parser.AdditiveExpressionContext context)
Parameters
Type Name Description
Dart2Parser.AdditiveExpressionContext context

The parse tree.

| Improve this Doc View Source

EnterAdditiveOperator(Dart2Parser.AdditiveOperatorContext)

Enter a parse tree produced by additiveOperator().

Declaration
void EnterAdditiveOperator(Dart2Parser.AdditiveOperatorContext context)
Parameters
Type Name Description
Dart2Parser.AdditiveOperatorContext context

The parse tree.

| Improve this Doc View Source

EnterArgumentList(Dart2Parser.ArgumentListContext)

Enter a parse tree produced by argumentList().

Declaration
void EnterArgumentList(Dart2Parser.ArgumentListContext context)
Parameters
Type Name Description
Dart2Parser.ArgumentListContext context

The parse tree.

| Improve this Doc View Source

EnterArgumentPart(Dart2Parser.ArgumentPartContext)

Enter a parse tree produced by argumentPart().

Declaration
void EnterArgumentPart(Dart2Parser.ArgumentPartContext context)
Parameters
Type Name Description
Dart2Parser.ArgumentPartContext context

The parse tree.

| Improve this Doc View Source

EnterArguments(Dart2Parser.ArgumentsContext)

Enter a parse tree produced by arguments().

Declaration
void EnterArguments(Dart2Parser.ArgumentsContext context)
Parameters
Type Name Description
Dart2Parser.ArgumentsContext context

The parse tree.

| Improve this Doc View Source

EnterAsOperator(Dart2Parser.AsOperatorContext)

Enter a parse tree produced by asOperator().

Declaration
void EnterAsOperator(Dart2Parser.AsOperatorContext context)
Parameters
Type Name Description
Dart2Parser.AsOperatorContext context

The parse tree.

| Improve this Doc View Source

EnterAssertion(Dart2Parser.AssertionContext)

Enter a parse tree produced by assertion().

Declaration
void EnterAssertion(Dart2Parser.AssertionContext context)
Parameters
Type Name Description
Dart2Parser.AssertionContext context

The parse tree.

| Improve this Doc View Source

EnterAssertStatement(Dart2Parser.AssertStatementContext)

Enter a parse tree produced by assertStatement().

Declaration
void EnterAssertStatement(Dart2Parser.AssertStatementContext context)
Parameters
Type Name Description
Dart2Parser.AssertStatementContext context

The parse tree.

| Improve this Doc View Source

EnterAssignableExpression(Dart2Parser.AssignableExpressionContext)

Enter a parse tree produced by assignableExpression().

Declaration
void EnterAssignableExpression(Dart2Parser.AssignableExpressionContext context)
Parameters
Type Name Description
Dart2Parser.AssignableExpressionContext context

The parse tree.

| Improve this Doc View Source

EnterAssignableSelector(Dart2Parser.AssignableSelectorContext)

Enter a parse tree produced by assignableSelector().

Declaration
void EnterAssignableSelector(Dart2Parser.AssignableSelectorContext context)
Parameters
Type Name Description
Dart2Parser.AssignableSelectorContext context

The parse tree.

| Improve this Doc View Source

EnterAssignmentOperator(Dart2Parser.AssignmentOperatorContext)

Enter a parse tree produced by assignmentOperator().

Declaration
void EnterAssignmentOperator(Dart2Parser.AssignmentOperatorContext context)
Parameters
Type Name Description
Dart2Parser.AssignmentOperatorContext context

The parse tree.

| Improve this Doc View Source

EnterAwaitExpression(Dart2Parser.AwaitExpressionContext)

Enter a parse tree produced by awaitExpression().

Declaration
void EnterAwaitExpression(Dart2Parser.AwaitExpressionContext context)
Parameters
Type Name Description
Dart2Parser.AwaitExpressionContext context

The parse tree.

| Improve this Doc View Source

EnterBinaryOperator(Dart2Parser.BinaryOperatorContext)

Enter a parse tree produced by binaryOperator().

Declaration
void EnterBinaryOperator(Dart2Parser.BinaryOperatorContext context)
Parameters
Type Name Description
Dart2Parser.BinaryOperatorContext context

The parse tree.

| Improve this Doc View Source

EnterBitwiseAndExpression(Dart2Parser.BitwiseAndExpressionContext)

Enter a parse tree produced by bitwiseAndExpression().

Declaration
void EnterBitwiseAndExpression(Dart2Parser.BitwiseAndExpressionContext context)
Parameters
Type Name Description
Dart2Parser.BitwiseAndExpressionContext context

The parse tree.

| Improve this Doc View Source

EnterBitwiseOperator(Dart2Parser.BitwiseOperatorContext)

Enter a parse tree produced by bitwiseOperator().

Declaration
void EnterBitwiseOperator(Dart2Parser.BitwiseOperatorContext context)
Parameters
Type Name Description
Dart2Parser.BitwiseOperatorContext context

The parse tree.

| Improve this Doc View Source

EnterBitwiseOrExpression(Dart2Parser.BitwiseOrExpressionContext)

Enter a parse tree produced by bitwiseOrExpression().

Declaration
void EnterBitwiseOrExpression(Dart2Parser.BitwiseOrExpressionContext context)
Parameters
Type Name Description
Dart2Parser.BitwiseOrExpressionContext context

The parse tree.

| Improve this Doc View Source

EnterBitwiseXorExpression(Dart2Parser.BitwiseXorExpressionContext)

Enter a parse tree produced by bitwiseXorExpression().

Declaration
void EnterBitwiseXorExpression(Dart2Parser.BitwiseXorExpressionContext context)
Parameters
Type Name Description
Dart2Parser.BitwiseXorExpressionContext context

The parse tree.

| Improve this Doc View Source

EnterBlock(Dart2Parser.BlockContext)

Enter a parse tree produced by block().

Declaration
void EnterBlock(Dart2Parser.BlockContext context)
Parameters
Type Name Description
Dart2Parser.BlockContext context

The parse tree.

| Improve this Doc View Source

EnterBooleanLiteral(Dart2Parser.BooleanLiteralContext)

Enter a parse tree produced by booleanLiteral().

Declaration
void EnterBooleanLiteral(Dart2Parser.BooleanLiteralContext context)
Parameters
Type Name Description
Dart2Parser.BooleanLiteralContext context

The parse tree.

| Improve this Doc View Source

EnterBreakStatement(Dart2Parser.BreakStatementContext)

Enter a parse tree produced by breakStatement().

Declaration
void EnterBreakStatement(Dart2Parser.BreakStatementContext context)
Parameters
Type Name Description
Dart2Parser.BreakStatementContext context

The parse tree.

| Improve this Doc View Source

EnterCascadeSection(Dart2Parser.CascadeSectionContext)

Enter a parse tree produced by cascadeSection().

Declaration
void EnterCascadeSection(Dart2Parser.CascadeSectionContext context)
Parameters
Type Name Description
Dart2Parser.CascadeSectionContext context

The parse tree.

| Improve this Doc View Source

EnterCascadeSelector(Dart2Parser.CascadeSelectorContext)

Enter a parse tree produced by cascadeSelector().

Declaration
void EnterCascadeSelector(Dart2Parser.CascadeSelectorContext context)
Parameters
Type Name Description
Dart2Parser.CascadeSelectorContext context

The parse tree.

| Improve this Doc View Source

EnterCatchPart(Dart2Parser.CatchPartContext)

Enter a parse tree produced by catchPart().

Declaration
void EnterCatchPart(Dart2Parser.CatchPartContext context)
Parameters
Type Name Description
Dart2Parser.CatchPartContext context

The parse tree.

| Improve this Doc View Source

EnterClassDefinition(Dart2Parser.ClassDefinitionContext)

Enter a parse tree produced by classDefinition().

Declaration
void EnterClassDefinition(Dart2Parser.ClassDefinitionContext context)
Parameters
Type Name Description
Dart2Parser.ClassDefinitionContext context

The parse tree.

| Improve this Doc View Source

EnterClassMemberDefinition(Dart2Parser.ClassMemberDefinitionContext)

Enter a parse tree produced by classMemberDefinition().

Declaration
void EnterClassMemberDefinition(Dart2Parser.ClassMemberDefinitionContext context)
Parameters
Type Name Description
Dart2Parser.ClassMemberDefinitionContext context

The parse tree.

| Improve this Doc View Source

EnterCombinator(Dart2Parser.CombinatorContext)

Enter a parse tree produced by combinator().

Declaration
void EnterCombinator(Dart2Parser.CombinatorContext context)
Parameters
Type Name Description
Dart2Parser.CombinatorContext context

The parse tree.

| Improve this Doc View Source

EnterCompilationUnit(Dart2Parser.CompilationUnitContext)

Enter a parse tree produced by compilationUnit().

Declaration
void EnterCompilationUnit(Dart2Parser.CompilationUnitContext context)
Parameters
Type Name Description
Dart2Parser.CompilationUnitContext context

The parse tree.

| Improve this Doc View Source

EnterCompoundAssignmentOperator(Dart2Parser.CompoundAssignmentOperatorContext)

Enter a parse tree produced by compoundAssignmentOperator().

Declaration
void EnterCompoundAssignmentOperator(Dart2Parser.CompoundAssignmentOperatorContext context)
Parameters
Type Name Description
Dart2Parser.CompoundAssignmentOperatorContext context

The parse tree.

| Improve this Doc View Source

EnterConditionalExpression(Dart2Parser.ConditionalExpressionContext)

Enter a parse tree produced by conditionalExpression().

Declaration
void EnterConditionalExpression(Dart2Parser.ConditionalExpressionContext context)
Parameters
Type Name Description
Dart2Parser.ConditionalExpressionContext context

The parse tree.

| Improve this Doc View Source

EnterConfigurableUri(Dart2Parser.ConfigurableUriContext)

Enter a parse tree produced by configurableUri().

Declaration
void EnterConfigurableUri(Dart2Parser.ConfigurableUriContext context)
Parameters
Type Name Description
Dart2Parser.ConfigurableUriContext context

The parse tree.

| Improve this Doc View Source

EnterConfigurationUri(Dart2Parser.ConfigurationUriContext)

Enter a parse tree produced by configurationUri().

Declaration
void EnterConfigurationUri(Dart2Parser.ConfigurationUriContext context)
Parameters
Type Name Description
Dart2Parser.ConfigurationUriContext context

The parse tree.

| Improve this Doc View Source

EnterConstantConstructorSignature(Dart2Parser.ConstantConstructorSignatureContext)

Enter a parse tree produced by constantConstructorSignature().

Declaration
void EnterConstantConstructorSignature(Dart2Parser.ConstantConstructorSignatureContext context)
Parameters
Type Name Description
Dart2Parser.ConstantConstructorSignatureContext context

The parse tree.

| Improve this Doc View Source

EnterConstObjectExpression(Dart2Parser.ConstObjectExpressionContext)

Enter a parse tree produced by constObjectExpression().

Declaration
void EnterConstObjectExpression(Dart2Parser.ConstObjectExpressionContext context)
Parameters
Type Name Description
Dart2Parser.ConstObjectExpressionContext context

The parse tree.

| Improve this Doc View Source

EnterConstructorSignature(Dart2Parser.ConstructorSignatureContext)

Enter a parse tree produced by constructorSignature().

Declaration
void EnterConstructorSignature(Dart2Parser.ConstructorSignatureContext context)
Parameters
Type Name Description
Dart2Parser.ConstructorSignatureContext context

The parse tree.

| Improve this Doc View Source

EnterContinueStatement(Dart2Parser.ContinueStatementContext)

Enter a parse tree produced by continueStatement().

Declaration
void EnterContinueStatement(Dart2Parser.ContinueStatementContext context)
Parameters
Type Name Description
Dart2Parser.ContinueStatementContext context

The parse tree.

| Improve this Doc View Source

EnterDeclaration(Dart2Parser.DeclarationContext)

Enter a parse tree produced by declaration().

Declaration
void EnterDeclaration(Dart2Parser.DeclarationContext context)
Parameters
Type Name Description
Dart2Parser.DeclarationContext context

The parse tree.

| Improve this Doc View Source

EnterDeclaredIdentifier(Dart2Parser.DeclaredIdentifierContext)

Enter a parse tree produced by declaredIdentifier().

Declaration
void EnterDeclaredIdentifier(Dart2Parser.DeclaredIdentifierContext context)
Parameters
Type Name Description
Dart2Parser.DeclaredIdentifierContext context

The parse tree.

| Improve this Doc View Source

EnterDefaultCase(Dart2Parser.DefaultCaseContext)

Enter a parse tree produced by defaultCase().

Declaration
void EnterDefaultCase(Dart2Parser.DefaultCaseContext context)
Parameters
Type Name Description
Dart2Parser.DefaultCaseContext context

The parse tree.

| Improve this Doc View Source

EnterDefaultFormalParameter(Dart2Parser.DefaultFormalParameterContext)

Enter a parse tree produced by defaultFormalParameter().

Declaration
void EnterDefaultFormalParameter(Dart2Parser.DefaultFormalParameterContext context)
Parameters
Type Name Description
Dart2Parser.DefaultFormalParameterContext context

The parse tree.

| Improve this Doc View Source

EnterDefaultNamedParameter(Dart2Parser.DefaultNamedParameterContext)

Enter a parse tree produced by defaultNamedParameter().

Declaration
void EnterDefaultNamedParameter(Dart2Parser.DefaultNamedParameterContext context)
Parameters
Type Name Description
Dart2Parser.DefaultNamedParameterContext context

The parse tree.

| Improve this Doc View Source

EnterDoStatement(Dart2Parser.DoStatementContext)

Enter a parse tree produced by doStatement().

Declaration
void EnterDoStatement(Dart2Parser.DoStatementContext context)
Parameters
Type Name Description
Dart2Parser.DoStatementContext context

The parse tree.

| Improve this Doc View Source

EnterDottedIdentifierList(Dart2Parser.DottedIdentifierListContext)

Enter a parse tree produced by dottedIdentifierList().

Declaration
void EnterDottedIdentifierList(Dart2Parser.DottedIdentifierListContext context)
Parameters
Type Name Description
Dart2Parser.DottedIdentifierListContext context

The parse tree.

| Improve this Doc View Source

EnterDtype(Dart2Parser.DtypeContext)

Enter a parse tree produced by dtype().

Declaration
void EnterDtype(Dart2Parser.DtypeContext context)
Parameters
Type Name Description
Dart2Parser.DtypeContext context

The parse tree.

| Improve this Doc View Source

EnterEnumEntry(Dart2Parser.EnumEntryContext)

Enter a parse tree produced by enumEntry().

Declaration
void EnterEnumEntry(Dart2Parser.EnumEntryContext context)
Parameters
Type Name Description
Dart2Parser.EnumEntryContext context

The parse tree.

| Improve this Doc View Source

EnterEnumType(Dart2Parser.EnumTypeContext)

Enter a parse tree produced by enumType().

Declaration
void EnterEnumType(Dart2Parser.EnumTypeContext context)
Parameters
Type Name Description
Dart2Parser.EnumTypeContext context

The parse tree.

| Improve this Doc View Source

EnterEqualityExpression(Dart2Parser.EqualityExpressionContext)

Enter a parse tree produced by equalityExpression().

Declaration
void EnterEqualityExpression(Dart2Parser.EqualityExpressionContext context)
Parameters
Type Name Description
Dart2Parser.EqualityExpressionContext context

The parse tree.

| Improve this Doc View Source

EnterEqualityOperator(Dart2Parser.EqualityOperatorContext)

Enter a parse tree produced by equalityOperator().

Declaration
void EnterEqualityOperator(Dart2Parser.EqualityOperatorContext context)
Parameters
Type Name Description
Dart2Parser.EqualityOperatorContext context

The parse tree.

| Improve this Doc View Source

EnterExpression(Dart2Parser.ExpressionContext)

Enter a parse tree produced by expression().

Declaration
void EnterExpression(Dart2Parser.ExpressionContext context)
Parameters
Type Name Description
Dart2Parser.ExpressionContext context

The parse tree.

| Improve this Doc View Source

EnterExpressionList(Dart2Parser.ExpressionListContext)

Enter a parse tree produced by expressionList().

Declaration
void EnterExpressionList(Dart2Parser.ExpressionListContext context)
Parameters
Type Name Description
Dart2Parser.ExpressionListContext context

The parse tree.

| Improve this Doc View Source

EnterExpressionStatement(Dart2Parser.ExpressionStatementContext)

Enter a parse tree produced by expressionStatement().

Declaration
void EnterExpressionStatement(Dart2Parser.ExpressionStatementContext context)
Parameters
Type Name Description
Dart2Parser.ExpressionStatementContext context

The parse tree.

| Improve this Doc View Source

EnterExpressionWithoutCascade(Dart2Parser.ExpressionWithoutCascadeContext)

Enter a parse tree produced by expressionWithoutCascade().

Declaration
void EnterExpressionWithoutCascade(Dart2Parser.ExpressionWithoutCascadeContext context)
Parameters
Type Name Description
Dart2Parser.ExpressionWithoutCascadeContext context

The parse tree.

| Improve this Doc View Source

EnterFactoryConstructorSignature(Dart2Parser.FactoryConstructorSignatureContext)

Enter a parse tree produced by factoryConstructorSignature().

Declaration
void EnterFactoryConstructorSignature(Dart2Parser.FactoryConstructorSignatureContext context)
Parameters
Type Name Description
Dart2Parser.FactoryConstructorSignatureContext context

The parse tree.

| Improve this Doc View Source

EnterFieldFormalParameter(Dart2Parser.FieldFormalParameterContext)

Enter a parse tree produced by fieldFormalParameter().

Declaration
void EnterFieldFormalParameter(Dart2Parser.FieldFormalParameterContext context)
Parameters
Type Name Description
Dart2Parser.FieldFormalParameterContext context

The parse tree.

| Improve this Doc View Source

EnterFieldInitializer(Dart2Parser.FieldInitializerContext)

Enter a parse tree produced by fieldInitializer().

Declaration
void EnterFieldInitializer(Dart2Parser.FieldInitializerContext context)
Parameters
Type Name Description
Dart2Parser.FieldInitializerContext context

The parse tree.

| Improve this Doc View Source

EnterFinalConstVarOrType(Dart2Parser.FinalConstVarOrTypeContext)

Enter a parse tree produced by finalConstVarOrType().

Declaration
void EnterFinalConstVarOrType(Dart2Parser.FinalConstVarOrTypeContext context)
Parameters
Type Name Description
Dart2Parser.FinalConstVarOrTypeContext context

The parse tree.

| Improve this Doc View Source

EnterFinallyPart(Dart2Parser.FinallyPartContext)

Enter a parse tree produced by finallyPart().

Declaration
void EnterFinallyPart(Dart2Parser.FinallyPartContext context)
Parameters
Type Name Description
Dart2Parser.FinallyPartContext context

The parse tree.

| Improve this Doc View Source

EnterForInitializerStatement(Dart2Parser.ForInitializerStatementContext)

Enter a parse tree produced by forInitializerStatement().

Declaration
void EnterForInitializerStatement(Dart2Parser.ForInitializerStatementContext context)
Parameters
Type Name Description
Dart2Parser.ForInitializerStatementContext context

The parse tree.

| Improve this Doc View Source

EnterForLoopParts(Dart2Parser.ForLoopPartsContext)

Enter a parse tree produced by forLoopParts().

Declaration
void EnterForLoopParts(Dart2Parser.ForLoopPartsContext context)
Parameters
Type Name Description
Dart2Parser.ForLoopPartsContext context

The parse tree.

| Improve this Doc View Source

EnterFormalParameterList(Dart2Parser.FormalParameterListContext)

Enter a parse tree produced by formalParameterList().

Declaration
void EnterFormalParameterList(Dart2Parser.FormalParameterListContext context)
Parameters
Type Name Description
Dart2Parser.FormalParameterListContext context

The parse tree.

| Improve this Doc View Source

EnterFormalParameterPart(Dart2Parser.FormalParameterPartContext)

Enter a parse tree produced by formalParameterPart().

Declaration
void EnterFormalParameterPart(Dart2Parser.FormalParameterPartContext context)
Parameters
Type Name Description
Dart2Parser.FormalParameterPartContext context

The parse tree.

| Improve this Doc View Source

EnterForStatement(Dart2Parser.ForStatementContext)

Enter a parse tree produced by forStatement().

Declaration
void EnterForStatement(Dart2Parser.ForStatementContext context)
Parameters
Type Name Description
Dart2Parser.ForStatementContext context

The parse tree.

| Improve this Doc View Source

EnterFunctionBody(Dart2Parser.FunctionBodyContext)

Enter a parse tree produced by functionBody().

Declaration
void EnterFunctionBody(Dart2Parser.FunctionBodyContext context)
Parameters
Type Name Description
Dart2Parser.FunctionBodyContext context

The parse tree.

| Improve this Doc View Source

EnterFunctionExpression(Dart2Parser.FunctionExpressionContext)

Enter a parse tree produced by functionExpression().

Declaration
void EnterFunctionExpression(Dart2Parser.FunctionExpressionContext context)
Parameters
Type Name Description
Dart2Parser.FunctionExpressionContext context

The parse tree.

| Improve this Doc View Source

EnterFunctionFormalParameter(Dart2Parser.FunctionFormalParameterContext)

Enter a parse tree produced by functionFormalParameter().

Declaration
void EnterFunctionFormalParameter(Dart2Parser.FunctionFormalParameterContext context)
Parameters
Type Name Description
Dart2Parser.FunctionFormalParameterContext context

The parse tree.

| Improve this Doc View Source

EnterFunctionPrefix(Dart2Parser.FunctionPrefixContext)

Enter a parse tree produced by functionPrefix().

Declaration
void EnterFunctionPrefix(Dart2Parser.FunctionPrefixContext context)
Parameters
Type Name Description
Dart2Parser.FunctionPrefixContext context

The parse tree.

| Improve this Doc View Source

EnterFunctionSignature(Dart2Parser.FunctionSignatureContext)

Enter a parse tree produced by functionSignature().

Declaration
void EnterFunctionSignature(Dart2Parser.FunctionSignatureContext context)
Parameters
Type Name Description
Dart2Parser.FunctionSignatureContext context

The parse tree.

| Improve this Doc View Source

EnterFunctionTypeAlias(Dart2Parser.FunctionTypeAliasContext)

Enter a parse tree produced by functionTypeAlias().

Declaration
void EnterFunctionTypeAlias(Dart2Parser.FunctionTypeAliasContext context)
Parameters
Type Name Description
Dart2Parser.FunctionTypeAliasContext context

The parse tree.

| Improve this Doc View Source

EnterGetOrSet(Dart2Parser.GetOrSetContext)

Enter a parse tree produced by getOrSet().

Declaration
void EnterGetOrSet(Dart2Parser.GetOrSetContext context)
Parameters
Type Name Description
Dart2Parser.GetOrSetContext context

The parse tree.

| Improve this Doc View Source

EnterGetterSignature(Dart2Parser.GetterSignatureContext)

Enter a parse tree produced by getterSignature().

Declaration
void EnterGetterSignature(Dart2Parser.GetterSignatureContext context)
Parameters
Type Name Description
Dart2Parser.GetterSignatureContext context

The parse tree.

| Improve this Doc View Source

EnterIdentifier(Dart2Parser.IdentifierContext)

Enter a parse tree produced by identifier().

Declaration
void EnterIdentifier(Dart2Parser.IdentifierContext context)
Parameters
Type Name Description
Dart2Parser.IdentifierContext context

The parse tree.

| Improve this Doc View Source

EnterIdentifierList(Dart2Parser.IdentifierListContext)

Enter a parse tree produced by identifierList().

Declaration
void EnterIdentifierList(Dart2Parser.IdentifierListContext context)
Parameters
Type Name Description
Dart2Parser.IdentifierListContext context

The parse tree.

| Improve this Doc View Source

EnterIfNullExpression(Dart2Parser.IfNullExpressionContext)

Enter a parse tree produced by ifNullExpression().

Declaration
void EnterIfNullExpression(Dart2Parser.IfNullExpressionContext context)
Parameters
Type Name Description
Dart2Parser.IfNullExpressionContext context

The parse tree.

| Improve this Doc View Source

EnterIfStatement(Dart2Parser.IfStatementContext)

Enter a parse tree produced by ifStatement().

Declaration
void EnterIfStatement(Dart2Parser.IfStatementContext context)
Parameters
Type Name Description
Dart2Parser.IfStatementContext context

The parse tree.

| Improve this Doc View Source

EnterImportOrExport(Dart2Parser.ImportOrExportContext)

Enter a parse tree produced by importOrExport().

Declaration
void EnterImportOrExport(Dart2Parser.ImportOrExportContext context)
Parameters
Type Name Description
Dart2Parser.ImportOrExportContext context

The parse tree.

| Improve this Doc View Source

EnterImportSpecification(Dart2Parser.ImportSpecificationContext)

Enter a parse tree produced by importSpecification().

Declaration
void EnterImportSpecification(Dart2Parser.ImportSpecificationContext context)
Parameters
Type Name Description
Dart2Parser.ImportSpecificationContext context

The parse tree.

| Improve this Doc View Source

EnterIncrementOperator(Dart2Parser.IncrementOperatorContext)

Enter a parse tree produced by incrementOperator().

Declaration
void EnterIncrementOperator(Dart2Parser.IncrementOperatorContext context)
Parameters
Type Name Description
Dart2Parser.IncrementOperatorContext context

The parse tree.

| Improve this Doc View Source

EnterInitializedIdentifier(Dart2Parser.InitializedIdentifierContext)

Enter a parse tree produced by initializedIdentifier().

Declaration
void EnterInitializedIdentifier(Dart2Parser.InitializedIdentifierContext context)
Parameters
Type Name Description
Dart2Parser.InitializedIdentifierContext context

The parse tree.

| Improve this Doc View Source

EnterInitializedIdentifierList(Dart2Parser.InitializedIdentifierListContext)

Enter a parse tree produced by initializedIdentifierList().

Declaration
void EnterInitializedIdentifierList(Dart2Parser.InitializedIdentifierListContext context)
Parameters
Type Name Description
Dart2Parser.InitializedIdentifierListContext context

The parse tree.

| Improve this Doc View Source

EnterInitializedVariableDeclaration(Dart2Parser.InitializedVariableDeclarationContext)

Enter a parse tree produced by initializedVariableDeclaration().

Declaration
void EnterInitializedVariableDeclaration(Dart2Parser.InitializedVariableDeclarationContext context)
Parameters
Type Name Description
Dart2Parser.InitializedVariableDeclarationContext context

The parse tree.

| Improve this Doc View Source

EnterInitializerListEntry(Dart2Parser.InitializerListEntryContext)

Enter a parse tree produced by initializerListEntry().

Declaration
void EnterInitializerListEntry(Dart2Parser.InitializerListEntryContext context)
Parameters
Type Name Description
Dart2Parser.InitializerListEntryContext context

The parse tree.

| Improve this Doc View Source

EnterInitializers(Dart2Parser.InitializersContext)

Enter a parse tree produced by initializers().

Declaration
void EnterInitializers(Dart2Parser.InitializersContext context)
Parameters
Type Name Description
Dart2Parser.InitializersContext context

The parse tree.

| Improve this Doc View Source

EnterInterfaces(Dart2Parser.InterfacesContext)

Enter a parse tree produced by interfaces().

Declaration
void EnterInterfaces(Dart2Parser.InterfacesContext context)
Parameters
Type Name Description
Dart2Parser.InterfacesContext context

The parse tree.

| Improve this Doc View Source

EnterIsOperator(Dart2Parser.IsOperatorContext)

Enter a parse tree produced by isOperator().

Declaration
void EnterIsOperator(Dart2Parser.IsOperatorContext context)
Parameters
Type Name Description
Dart2Parser.IsOperatorContext context

The parse tree.

| Improve this Doc View Source

EnterLabel(Dart2Parser.LabelContext)

Enter a parse tree produced by label().

Declaration
void EnterLabel(Dart2Parser.LabelContext context)
Parameters
Type Name Description
Dart2Parser.LabelContext context

The parse tree.

| Improve this Doc View Source

EnterLibraryDefinition(Dart2Parser.LibraryDefinitionContext)

Enter a parse tree produced by libraryDefinition().

Declaration
void EnterLibraryDefinition(Dart2Parser.LibraryDefinitionContext context)
Parameters
Type Name Description
Dart2Parser.LibraryDefinitionContext context

The parse tree.

| Improve this Doc View Source

EnterLibraryExport(Dart2Parser.LibraryExportContext)

Enter a parse tree produced by libraryExport().

Declaration
void EnterLibraryExport(Dart2Parser.LibraryExportContext context)
Parameters
Type Name Description
Dart2Parser.LibraryExportContext context

The parse tree.

| Improve this Doc View Source

EnterLibraryimport(Dart2Parser.LibraryimportContext)

Enter a parse tree produced by libraryimport().

Declaration
void EnterLibraryimport(Dart2Parser.LibraryimportContext context)
Parameters
Type Name Description
Dart2Parser.LibraryimportContext context

The parse tree.

| Improve this Doc View Source

EnterLibraryName(Dart2Parser.LibraryNameContext)

Enter a parse tree produced by libraryName().

Declaration
void EnterLibraryName(Dart2Parser.LibraryNameContext context)
Parameters
Type Name Description
Dart2Parser.LibraryNameContext context

The parse tree.

| Improve this Doc View Source

EnterListLiteral(Dart2Parser.ListLiteralContext)

Enter a parse tree produced by listLiteral().

Declaration
void EnterListLiteral(Dart2Parser.ListLiteralContext context)
Parameters
Type Name Description
Dart2Parser.ListLiteralContext context

The parse tree.

| Improve this Doc View Source

EnterLiteral(Dart2Parser.LiteralContext)

Enter a parse tree produced by literal().

Declaration
void EnterLiteral(Dart2Parser.LiteralContext context)
Parameters
Type Name Description
Dart2Parser.LiteralContext context

The parse tree.

| Improve this Doc View Source

EnterLocalFunctionDeclaration(Dart2Parser.LocalFunctionDeclarationContext)

Enter a parse tree produced by localFunctionDeclaration().

Declaration
void EnterLocalFunctionDeclaration(Dart2Parser.LocalFunctionDeclarationContext context)
Parameters
Type Name Description
Dart2Parser.LocalFunctionDeclarationContext context

The parse tree.

| Improve this Doc View Source

EnterLocalVariableDeclaration(Dart2Parser.LocalVariableDeclarationContext)

Enter a parse tree produced by localVariableDeclaration().

Declaration
void EnterLocalVariableDeclaration(Dart2Parser.LocalVariableDeclarationContext context)
Parameters
Type Name Description
Dart2Parser.LocalVariableDeclarationContext context

The parse tree.

| Improve this Doc View Source

EnterLogicalAndExpression(Dart2Parser.LogicalAndExpressionContext)

Enter a parse tree produced by logicalAndExpression().

Declaration
void EnterLogicalAndExpression(Dart2Parser.LogicalAndExpressionContext context)
Parameters
Type Name Description
Dart2Parser.LogicalAndExpressionContext context

The parse tree.

| Improve this Doc View Source

EnterLogicalOrExpression(Dart2Parser.LogicalOrExpressionContext)

Enter a parse tree produced by logicalOrExpression().

Declaration
void EnterLogicalOrExpression(Dart2Parser.LogicalOrExpressionContext context)
Parameters
Type Name Description
Dart2Parser.LogicalOrExpressionContext context

The parse tree.

| Improve this Doc View Source

EnterMapLiteral(Dart2Parser.MapLiteralContext)

Enter a parse tree produced by mapLiteral().

Declaration
void EnterMapLiteral(Dart2Parser.MapLiteralContext context)
Parameters
Type Name Description
Dart2Parser.MapLiteralContext context

The parse tree.

| Improve this Doc View Source

EnterMapLiteralEntry(Dart2Parser.MapLiteralEntryContext)

Enter a parse tree produced by mapLiteralEntry().

Declaration
void EnterMapLiteralEntry(Dart2Parser.MapLiteralEntryContext context)
Parameters
Type Name Description
Dart2Parser.MapLiteralEntryContext context

The parse tree.

| Improve this Doc View Source

EnterMetadata(Dart2Parser.MetadataContext)

Enter a parse tree produced by metadata().

Declaration
void EnterMetadata(Dart2Parser.MetadataContext context)
Parameters
Type Name Description
Dart2Parser.MetadataContext context

The parse tree.

| Improve this Doc View Source

EnterMethodSignature(Dart2Parser.MethodSignatureContext)

Enter a parse tree produced by methodSignature().

Declaration
void EnterMethodSignature(Dart2Parser.MethodSignatureContext context)
Parameters
Type Name Description
Dart2Parser.MethodSignatureContext context

The parse tree.

| Improve this Doc View Source

EnterMinusOperator(Dart2Parser.MinusOperatorContext)

Enter a parse tree produced by minusOperator().

Declaration
void EnterMinusOperator(Dart2Parser.MinusOperatorContext context)
Parameters
Type Name Description
Dart2Parser.MinusOperatorContext context

The parse tree.

| Improve this Doc View Source

EnterMixinApplication(Dart2Parser.MixinApplicationContext)

Enter a parse tree produced by mixinApplication().

Declaration
void EnterMixinApplication(Dart2Parser.MixinApplicationContext context)
Parameters
Type Name Description
Dart2Parser.MixinApplicationContext context

The parse tree.

| Improve this Doc View Source

EnterMixinApplicationClass(Dart2Parser.MixinApplicationClassContext)

Enter a parse tree produced by mixinApplicationClass().

Declaration
void EnterMixinApplicationClass(Dart2Parser.MixinApplicationClassContext context)
Parameters
Type Name Description
Dart2Parser.MixinApplicationClassContext context

The parse tree.

| Improve this Doc View Source

EnterMixins(Dart2Parser.MixinsContext)

Enter a parse tree produced by mixins().

Declaration
void EnterMixins(Dart2Parser.MixinsContext context)
Parameters
Type Name Description
Dart2Parser.MixinsContext context

The parse tree.

| Improve this Doc View Source

EnterMultiplicativeExpression(Dart2Parser.MultiplicativeExpressionContext)

Enter a parse tree produced by multiplicativeExpression().

Declaration
void EnterMultiplicativeExpression(Dart2Parser.MultiplicativeExpressionContext context)
Parameters
Type Name Description
Dart2Parser.MultiplicativeExpressionContext context

The parse tree.

| Improve this Doc View Source

EnterMultiplicativeOperator(Dart2Parser.MultiplicativeOperatorContext)

Enter a parse tree produced by multiplicativeOperator().

Declaration
void EnterMultiplicativeOperator(Dart2Parser.MultiplicativeOperatorContext context)
Parameters
Type Name Description
Dart2Parser.MultiplicativeOperatorContext context

The parse tree.

| Improve this Doc View Source

EnterNamedArgument(Dart2Parser.NamedArgumentContext)

Enter a parse tree produced by namedArgument().

Declaration
void EnterNamedArgument(Dart2Parser.NamedArgumentContext context)
Parameters
Type Name Description
Dart2Parser.NamedArgumentContext context

The parse tree.

| Improve this Doc View Source

EnterNamedFormalParameters(Dart2Parser.NamedFormalParametersContext)

Enter a parse tree produced by namedFormalParameters().

Declaration
void EnterNamedFormalParameters(Dart2Parser.NamedFormalParametersContext context)
Parameters
Type Name Description
Dart2Parser.NamedFormalParametersContext context

The parse tree.

| Improve this Doc View Source

EnterNayaExpression(Dart2Parser.NayaExpressionContext)

Enter a parse tree produced by nayaExpression().

Declaration
void EnterNayaExpression(Dart2Parser.NayaExpressionContext context)
Parameters
Type Name Description
Dart2Parser.NayaExpressionContext context

The parse tree.

| Improve this Doc View Source

EnterNegationOperator(Dart2Parser.NegationOperatorContext)

Enter a parse tree produced by negationOperator().

Declaration
void EnterNegationOperator(Dart2Parser.NegationOperatorContext context)
Parameters
Type Name Description
Dart2Parser.NegationOperatorContext context

The parse tree.

| Improve this Doc View Source

EnterNonLabledStatment(Dart2Parser.NonLabledStatmentContext)

Enter a parse tree produced by nonLabledStatment().

Declaration
void EnterNonLabledStatment(Dart2Parser.NonLabledStatmentContext context)
Parameters
Type Name Description
Dart2Parser.NonLabledStatmentContext context

The parse tree.

| Improve this Doc View Source

EnterNormalFormalParameter(Dart2Parser.NormalFormalParameterContext)

Enter a parse tree produced by normalFormalParameter().

Declaration
void EnterNormalFormalParameter(Dart2Parser.NormalFormalParameterContext context)
Parameters
Type Name Description
Dart2Parser.NormalFormalParameterContext context

The parse tree.

| Improve this Doc View Source

EnterNormalFormalParameters(Dart2Parser.NormalFormalParametersContext)

Enter a parse tree produced by normalFormalParameters().

Declaration
void EnterNormalFormalParameters(Dart2Parser.NormalFormalParametersContext context)
Parameters
Type Name Description
Dart2Parser.NormalFormalParametersContext context

The parse tree.

| Improve this Doc View Source

EnterNullLiteral(Dart2Parser.NullLiteralContext)

Enter a parse tree produced by nullLiteral().

Declaration
void EnterNullLiteral(Dart2Parser.NullLiteralContext context)
Parameters
Type Name Description
Dart2Parser.NullLiteralContext context

The parse tree.

| Improve this Doc View Source

EnterNumericLiteral(Dart2Parser.NumericLiteralContext)

Enter a parse tree produced by numericLiteral().

Declaration
void EnterNumericLiteral(Dart2Parser.NumericLiteralContext context)
Parameters
Type Name Description
Dart2Parser.NumericLiteralContext context

The parse tree.

| Improve this Doc View Source

EnterOnPart(Dart2Parser.OnPartContext)

Enter a parse tree produced by onPart().

Declaration
void EnterOnPart(Dart2Parser.OnPartContext context)
Parameters
Type Name Description
Dart2Parser.OnPartContext context

The parse tree.

| Improve this Doc View Source

EnterOperator_(Dart2Parser.Operator_Context)

Enter a parse tree produced by operator_().

Declaration
void EnterOperator_(Dart2Parser.Operator_Context context)
Parameters
Type Name Description
Dart2Parser.Operator_Context context

The parse tree.

| Improve this Doc View Source

EnterOperatorSignature(Dart2Parser.OperatorSignatureContext)

Enter a parse tree produced by operatorSignature().

Declaration
void EnterOperatorSignature(Dart2Parser.OperatorSignatureContext context)
Parameters
Type Name Description
Dart2Parser.OperatorSignatureContext context

The parse tree.

| Improve this Doc View Source

EnterOptionalFormalParameters(Dart2Parser.OptionalFormalParametersContext)

Enter a parse tree produced by optionalFormalParameters().

Declaration
void EnterOptionalFormalParameters(Dart2Parser.OptionalFormalParametersContext context)
Parameters
Type Name Description
Dart2Parser.OptionalFormalParametersContext context

The parse tree.

| Improve this Doc View Source

EnterOptionalPositionalFormalParameters(Dart2Parser.OptionalPositionalFormalParametersContext)

Enter a parse tree produced by optionalPositionalFormalParameters().

Declaration
void EnterOptionalPositionalFormalParameters(Dart2Parser.OptionalPositionalFormalParametersContext context)
Parameters
Type Name Description
Dart2Parser.OptionalPositionalFormalParametersContext context

The parse tree.

| Improve this Doc View Source

EnterPartDeclaration(Dart2Parser.PartDeclarationContext)

Enter a parse tree produced by partDeclaration().

Declaration
void EnterPartDeclaration(Dart2Parser.PartDeclarationContext context)
Parameters
Type Name Description
Dart2Parser.PartDeclarationContext context

The parse tree.

| Improve this Doc View Source

EnterPartDirective(Dart2Parser.PartDirectiveContext)

Enter a parse tree produced by partDirective().

Declaration
void EnterPartDirective(Dart2Parser.PartDirectiveContext context)
Parameters
Type Name Description
Dart2Parser.PartDirectiveContext context

The parse tree.

| Improve this Doc View Source

EnterPartHeader(Dart2Parser.PartHeaderContext)

Enter a parse tree produced by partHeader().

Declaration
void EnterPartHeader(Dart2Parser.PartHeaderContext context)
Parameters
Type Name Description
Dart2Parser.PartHeaderContext context

The parse tree.

| Improve this Doc View Source

EnterPostfixExpression(Dart2Parser.PostfixExpressionContext)

Enter a parse tree produced by postfixExpression().

Declaration
void EnterPostfixExpression(Dart2Parser.PostfixExpressionContext context)
Parameters
Type Name Description
Dart2Parser.PostfixExpressionContext context

The parse tree.

| Improve this Doc View Source

EnterPostfixOperator(Dart2Parser.PostfixOperatorContext)

Enter a parse tree produced by postfixOperator().

Declaration
void EnterPostfixOperator(Dart2Parser.PostfixOperatorContext context)
Parameters
Type Name Description
Dart2Parser.PostfixOperatorContext context

The parse tree.

| Improve this Doc View Source

EnterPrefixOperator(Dart2Parser.PrefixOperatorContext)

Enter a parse tree produced by prefixOperator().

Declaration
void EnterPrefixOperator(Dart2Parser.PrefixOperatorContext context)
Parameters
Type Name Description
Dart2Parser.PrefixOperatorContext context

The parse tree.

| Improve this Doc View Source

EnterPrimary(Dart2Parser.PrimaryContext)

Enter a parse tree produced by primary().

Declaration
void EnterPrimary(Dart2Parser.PrimaryContext context)
Parameters
Type Name Description
Dart2Parser.PrimaryContext context

The parse tree.

| Improve this Doc View Source

EnterQualified(Dart2Parser.QualifiedContext)

Enter a parse tree produced by qualified().

Declaration
void EnterQualified(Dart2Parser.QualifiedContext context)
Parameters
Type Name Description
Dart2Parser.QualifiedContext context

The parse tree.

| Improve this Doc View Source

EnterRedirectingFactoryConstructorSignature(Dart2Parser.RedirectingFactoryConstructorSignatureContext)

Enter a parse tree produced by redirectingFactoryConstructorSignature().

Declaration
void EnterRedirectingFactoryConstructorSignature(Dart2Parser.RedirectingFactoryConstructorSignatureContext context)
Parameters
Type Name Description
Dart2Parser.RedirectingFactoryConstructorSignatureContext context

The parse tree.

| Improve this Doc View Source

EnterRedirection(Dart2Parser.RedirectionContext)

Enter a parse tree produced by redirection().

Declaration
void EnterRedirection(Dart2Parser.RedirectionContext context)
Parameters
Type Name Description
Dart2Parser.RedirectionContext context

The parse tree.

| Improve this Doc View Source

EnterRelationalExpression(Dart2Parser.RelationalExpressionContext)

Enter a parse tree produced by relationalExpression().

Declaration
void EnterRelationalExpression(Dart2Parser.RelationalExpressionContext context)
Parameters
Type Name Description
Dart2Parser.RelationalExpressionContext context

The parse tree.

| Improve this Doc View Source

EnterRelationalOperator(Dart2Parser.RelationalOperatorContext)

Enter a parse tree produced by relationalOperator().

Declaration
void EnterRelationalOperator(Dart2Parser.RelationalOperatorContext context)
Parameters
Type Name Description
Dart2Parser.RelationalOperatorContext context

The parse tree.

| Improve this Doc View Source

EnterRethrowStatment(Dart2Parser.RethrowStatmentContext)

Enter a parse tree produced by rethrowStatment().

Declaration
void EnterRethrowStatment(Dart2Parser.RethrowStatmentContext context)
Parameters
Type Name Description
Dart2Parser.RethrowStatmentContext context

The parse tree.

| Improve this Doc View Source

EnterReturnStatement(Dart2Parser.ReturnStatementContext)

Enter a parse tree produced by returnStatement().

Declaration
void EnterReturnStatement(Dart2Parser.ReturnStatementContext context)
Parameters
Type Name Description
Dart2Parser.ReturnStatementContext context

The parse tree.

| Improve this Doc View Source

EnterReturnType(Dart2Parser.ReturnTypeContext)

Enter a parse tree produced by returnType().

Declaration
void EnterReturnType(Dart2Parser.ReturnTypeContext context)
Parameters
Type Name Description
Dart2Parser.ReturnTypeContext context

The parse tree.

| Improve this Doc View Source

EnterScriptTag(Dart2Parser.ScriptTagContext)

Enter a parse tree produced by scriptTag().

Declaration
void EnterScriptTag(Dart2Parser.ScriptTagContext context)
Parameters
Type Name Description
Dart2Parser.ScriptTagContext context

The parse tree.

| Improve this Doc View Source

EnterSelector(Dart2Parser.SelectorContext)

Enter a parse tree produced by selector().

Declaration
void EnterSelector(Dart2Parser.SelectorContext context)
Parameters
Type Name Description
Dart2Parser.SelectorContext context

The parse tree.

| Improve this Doc View Source

EnterSetterSignature(Dart2Parser.SetterSignatureContext)

Enter a parse tree produced by setterSignature().

Declaration
void EnterSetterSignature(Dart2Parser.SetterSignatureContext context)
Parameters
Type Name Description
Dart2Parser.SetterSignatureContext context

The parse tree.

| Improve this Doc View Source

EnterShiftExpression(Dart2Parser.ShiftExpressionContext)

Enter a parse tree produced by shiftExpression().

Declaration
void EnterShiftExpression(Dart2Parser.ShiftExpressionContext context)
Parameters
Type Name Description
Dart2Parser.ShiftExpressionContext context

The parse tree.

| Improve this Doc View Source

EnterShiftOperator(Dart2Parser.ShiftOperatorContext)

Enter a parse tree produced by shiftOperator().

Declaration
void EnterShiftOperator(Dart2Parser.ShiftOperatorContext context)
Parameters
Type Name Description
Dart2Parser.ShiftOperatorContext context

The parse tree.

| Improve this Doc View Source

EnterSimpleFormalParameter(Dart2Parser.SimpleFormalParameterContext)

Enter a parse tree produced by simpleFormalParameter().

Declaration
void EnterSimpleFormalParameter(Dart2Parser.SimpleFormalParameterContext context)
Parameters
Type Name Description
Dart2Parser.SimpleFormalParameterContext context

The parse tree.

| Improve this Doc View Source

EnterStatement(Dart2Parser.StatementContext)

Enter a parse tree produced by statement().

Declaration
void EnterStatement(Dart2Parser.StatementContext context)
Parameters
Type Name Description
Dart2Parser.StatementContext context

The parse tree.

| Improve this Doc View Source

EnterStatements(Dart2Parser.StatementsContext)

Enter a parse tree produced by statements().

Declaration
void EnterStatements(Dart2Parser.StatementsContext context)
Parameters
Type Name Description
Dart2Parser.StatementsContext context

The parse tree.

| Improve this Doc View Source

EnterStaticFinalDeclaration(Dart2Parser.StaticFinalDeclarationContext)

Enter a parse tree produced by staticFinalDeclaration().

Declaration
void EnterStaticFinalDeclaration(Dart2Parser.StaticFinalDeclarationContext context)
Parameters
Type Name Description
Dart2Parser.StaticFinalDeclarationContext context

The parse tree.

| Improve this Doc View Source

EnterStaticFinalDeclarationList(Dart2Parser.StaticFinalDeclarationListContext)

Enter a parse tree produced by staticFinalDeclarationList().

Declaration
void EnterStaticFinalDeclarationList(Dart2Parser.StaticFinalDeclarationListContext context)
Parameters
Type Name Description
Dart2Parser.StaticFinalDeclarationListContext context

The parse tree.

| Improve this Doc View Source

EnterStringInterpolation(Dart2Parser.StringInterpolationContext)

Enter a parse tree produced by stringInterpolation().

Declaration
void EnterStringInterpolation(Dart2Parser.StringInterpolationContext context)
Parameters
Type Name Description
Dart2Parser.StringInterpolationContext context

The parse tree.

| Improve this Doc View Source

EnterStringLiteral(Dart2Parser.StringLiteralContext)

Enter a parse tree produced by stringLiteral().

Declaration
void EnterStringLiteral(Dart2Parser.StringLiteralContext context)
Parameters
Type Name Description
Dart2Parser.StringLiteralContext context

The parse tree.

| Improve this Doc View Source

EnterSuperclass(Dart2Parser.SuperclassContext)

Enter a parse tree produced by superclass().

Declaration
void EnterSuperclass(Dart2Parser.SuperclassContext context)
Parameters
Type Name Description
Dart2Parser.SuperclassContext context

The parse tree.

| Improve this Doc View Source

EnterSwitchCase(Dart2Parser.SwitchCaseContext)

Enter a parse tree produced by switchCase().

Declaration
void EnterSwitchCase(Dart2Parser.SwitchCaseContext context)
Parameters
Type Name Description
Dart2Parser.SwitchCaseContext context

The parse tree.

| Improve this Doc View Source

EnterSwitchStatement(Dart2Parser.SwitchStatementContext)

Enter a parse tree produced by switchStatement().

Declaration
void EnterSwitchStatement(Dart2Parser.SwitchStatementContext context)
Parameters
Type Name Description
Dart2Parser.SwitchStatementContext context

The parse tree.

| Improve this Doc View Source

EnterSymbolLiteral(Dart2Parser.SymbolLiteralContext)

Enter a parse tree produced by symbolLiteral().

Declaration
void EnterSymbolLiteral(Dart2Parser.SymbolLiteralContext context)
Parameters
Type Name Description
Dart2Parser.SymbolLiteralContext context

The parse tree.

| Improve this Doc View Source

EnterThisExpression(Dart2Parser.ThisExpressionContext)

Enter a parse tree produced by thisExpression().

Declaration
void EnterThisExpression(Dart2Parser.ThisExpressionContext context)
Parameters
Type Name Description
Dart2Parser.ThisExpressionContext context

The parse tree.

| Improve this Doc View Source

EnterThrowExpression(Dart2Parser.ThrowExpressionContext)

Enter a parse tree produced by throwExpression().

Declaration
void EnterThrowExpression(Dart2Parser.ThrowExpressionContext context)
Parameters
Type Name Description
Dart2Parser.ThrowExpressionContext context

The parse tree.

| Improve this Doc View Source

EnterThrowExpressionWithoutCascade(Dart2Parser.ThrowExpressionWithoutCascadeContext)

Enter a parse tree produced by throwExpressionWithoutCascade().

Declaration
void EnterThrowExpressionWithoutCascade(Dart2Parser.ThrowExpressionWithoutCascadeContext context)
Parameters
Type Name Description
Dart2Parser.ThrowExpressionWithoutCascadeContext context

The parse tree.

| Improve this Doc View Source

EnterTildeOperator(Dart2Parser.TildeOperatorContext)

Enter a parse tree produced by tildeOperator().

Declaration
void EnterTildeOperator(Dart2Parser.TildeOperatorContext context)
Parameters
Type Name Description
Dart2Parser.TildeOperatorContext context

The parse tree.

| Improve this Doc View Source

EnterTopLevelDefinition(Dart2Parser.TopLevelDefinitionContext)

Enter a parse tree produced by topLevelDefinition().

Declaration
void EnterTopLevelDefinition(Dart2Parser.TopLevelDefinitionContext context)
Parameters
Type Name Description
Dart2Parser.TopLevelDefinitionContext context

The parse tree.

| Improve this Doc View Source

EnterTryStatement(Dart2Parser.TryStatementContext)

Enter a parse tree produced by tryStatement().

Declaration
void EnterTryStatement(Dart2Parser.TryStatementContext context)
Parameters
Type Name Description
Dart2Parser.TryStatementContext context

The parse tree.

| Improve this Doc View Source

EnterTypeAlias(Dart2Parser.TypeAliasContext)

Enter a parse tree produced by typeAlias().

Declaration
void EnterTypeAlias(Dart2Parser.TypeAliasContext context)
Parameters
Type Name Description
Dart2Parser.TypeAliasContext context

The parse tree.

| Improve this Doc View Source

EnterTypeAliasBody(Dart2Parser.TypeAliasBodyContext)

Enter a parse tree produced by typeAliasBody().

Declaration
void EnterTypeAliasBody(Dart2Parser.TypeAliasBodyContext context)
Parameters
Type Name Description
Dart2Parser.TypeAliasBodyContext context

The parse tree.

| Improve this Doc View Source

EnterTypeArguments(Dart2Parser.TypeArgumentsContext)

Enter a parse tree produced by typeArguments().

Declaration
void EnterTypeArguments(Dart2Parser.TypeArgumentsContext context)
Parameters
Type Name Description
Dart2Parser.TypeArgumentsContext context

The parse tree.

| Improve this Doc View Source

EnterTypeCast(Dart2Parser.TypeCastContext)

Enter a parse tree produced by typeCast().

Declaration
void EnterTypeCast(Dart2Parser.TypeCastContext context)
Parameters
Type Name Description
Dart2Parser.TypeCastContext context

The parse tree.

| Improve this Doc View Source

EnterTypeList(Dart2Parser.TypeListContext)

Enter a parse tree produced by typeList().

Declaration
void EnterTypeList(Dart2Parser.TypeListContext context)
Parameters
Type Name Description
Dart2Parser.TypeListContext context

The parse tree.

| Improve this Doc View Source

EnterTypeName(Dart2Parser.TypeNameContext)

Enter a parse tree produced by typeName().

Declaration
void EnterTypeName(Dart2Parser.TypeNameContext context)
Parameters
Type Name Description
Dart2Parser.TypeNameContext context

The parse tree.

| Improve this Doc View Source

EnterTypeParameter(Dart2Parser.TypeParameterContext)

Enter a parse tree produced by typeParameter().

Declaration
void EnterTypeParameter(Dart2Parser.TypeParameterContext context)
Parameters
Type Name Description
Dart2Parser.TypeParameterContext context

The parse tree.

| Improve this Doc View Source

EnterTypeParameters(Dart2Parser.TypeParametersContext)

Enter a parse tree produced by typeParameters().

Declaration
void EnterTypeParameters(Dart2Parser.TypeParametersContext context)
Parameters
Type Name Description
Dart2Parser.TypeParametersContext context

The parse tree.

| Improve this Doc View Source

EnterTypeTest(Dart2Parser.TypeTestContext)

Enter a parse tree produced by typeTest().

Declaration
void EnterTypeTest(Dart2Parser.TypeTestContext context)
Parameters
Type Name Description
Dart2Parser.TypeTestContext context

The parse tree.

| Improve this Doc View Source

EnterUnaryExpression(Dart2Parser.UnaryExpressionContext)

Enter a parse tree produced by unaryExpression().

Declaration
void EnterUnaryExpression(Dart2Parser.UnaryExpressionContext context)
Parameters
Type Name Description
Dart2Parser.UnaryExpressionContext context

The parse tree.

| Improve this Doc View Source

EnterUnconditionalAssignableSelector(Dart2Parser.UnconditionalAssignableSelectorContext)

Enter a parse tree produced by unconditionalAssignableSelector().

Declaration
void EnterUnconditionalAssignableSelector(Dart2Parser.UnconditionalAssignableSelectorContext context)
Parameters
Type Name Description
Dart2Parser.UnconditionalAssignableSelectorContext context

The parse tree.

| Improve this Doc View Source

EnterUri(Dart2Parser.UriContext)

Enter a parse tree produced by uri().

Declaration
void EnterUri(Dart2Parser.UriContext context)
Parameters
Type Name Description
Dart2Parser.UriContext context

The parse tree.

| Improve this Doc View Source

EnterUriTest(Dart2Parser.UriTestContext)

Enter a parse tree produced by uriTest().

Declaration
void EnterUriTest(Dart2Parser.UriTestContext context)
Parameters
Type Name Description
Dart2Parser.UriTestContext context

The parse tree.

| Improve this Doc View Source

EnterVariableDeclaration(Dart2Parser.VariableDeclarationContext)

Enter a parse tree produced by variableDeclaration().

Declaration
void EnterVariableDeclaration(Dart2Parser.VariableDeclarationContext context)
Parameters
Type Name Description
Dart2Parser.VariableDeclarationContext context

The parse tree.

| Improve this Doc View Source

EnterVarOrType(Dart2Parser.VarOrTypeContext)

Enter a parse tree produced by varOrType().

Declaration
void EnterVarOrType(Dart2Parser.VarOrTypeContext context)
Parameters
Type Name Description
Dart2Parser.VarOrTypeContext context

The parse tree.

| Improve this Doc View Source

EnterWhileStatement(Dart2Parser.WhileStatementContext)

Enter a parse tree produced by whileStatement().

Declaration
void EnterWhileStatement(Dart2Parser.WhileStatementContext context)
Parameters
Type Name Description
Dart2Parser.WhileStatementContext context

The parse tree.

| Improve this Doc View Source

EnterYieldEachStatement(Dart2Parser.YieldEachStatementContext)

Enter a parse tree produced by yieldEachStatement().

Declaration
void EnterYieldEachStatement(Dart2Parser.YieldEachStatementContext context)
Parameters
Type Name Description
Dart2Parser.YieldEachStatementContext context

The parse tree.

| Improve this Doc View Source

EnterYieldStatement(Dart2Parser.YieldStatementContext)

Enter a parse tree produced by yieldStatement().

Declaration
void EnterYieldStatement(Dart2Parser.YieldStatementContext context)
Parameters
Type Name Description
Dart2Parser.YieldStatementContext context

The parse tree.

| Improve this Doc View Source

ExitAdditiveExpression(Dart2Parser.AdditiveExpressionContext)

Exit a parse tree produced by additiveExpression().

Declaration
void ExitAdditiveExpression(Dart2Parser.AdditiveExpressionContext context)
Parameters
Type Name Description
Dart2Parser.AdditiveExpressionContext context

The parse tree.

| Improve this Doc View Source

ExitAdditiveOperator(Dart2Parser.AdditiveOperatorContext)

Exit a parse tree produced by additiveOperator().

Declaration
void ExitAdditiveOperator(Dart2Parser.AdditiveOperatorContext context)
Parameters
Type Name Description
Dart2Parser.AdditiveOperatorContext context

The parse tree.

| Improve this Doc View Source

ExitArgumentList(Dart2Parser.ArgumentListContext)

Exit a parse tree produced by argumentList().

Declaration
void ExitArgumentList(Dart2Parser.ArgumentListContext context)
Parameters
Type Name Description
Dart2Parser.ArgumentListContext context

The parse tree.

| Improve this Doc View Source

ExitArgumentPart(Dart2Parser.ArgumentPartContext)

Exit a parse tree produced by argumentPart().

Declaration
void ExitArgumentPart(Dart2Parser.ArgumentPartContext context)
Parameters
Type Name Description
Dart2Parser.ArgumentPartContext context

The parse tree.

| Improve this Doc View Source

ExitArguments(Dart2Parser.ArgumentsContext)

Exit a parse tree produced by arguments().

Declaration
void ExitArguments(Dart2Parser.ArgumentsContext context)
Parameters
Type Name Description
Dart2Parser.ArgumentsContext context

The parse tree.

| Improve this Doc View Source

ExitAsOperator(Dart2Parser.AsOperatorContext)

Exit a parse tree produced by asOperator().

Declaration
void ExitAsOperator(Dart2Parser.AsOperatorContext context)
Parameters
Type Name Description
Dart2Parser.AsOperatorContext context

The parse tree.

| Improve this Doc View Source

ExitAssertion(Dart2Parser.AssertionContext)

Exit a parse tree produced by assertion().

Declaration
void ExitAssertion(Dart2Parser.AssertionContext context)
Parameters
Type Name Description
Dart2Parser.AssertionContext context

The parse tree.

| Improve this Doc View Source

ExitAssertStatement(Dart2Parser.AssertStatementContext)

Exit a parse tree produced by assertStatement().

Declaration
void ExitAssertStatement(Dart2Parser.AssertStatementContext context)
Parameters
Type Name Description
Dart2Parser.AssertStatementContext context

The parse tree.

| Improve this Doc View Source

ExitAssignableExpression(Dart2Parser.AssignableExpressionContext)

Exit a parse tree produced by assignableExpression().

Declaration
void ExitAssignableExpression(Dart2Parser.AssignableExpressionContext context)
Parameters
Type Name Description
Dart2Parser.AssignableExpressionContext context

The parse tree.

| Improve this Doc View Source

ExitAssignableSelector(Dart2Parser.AssignableSelectorContext)

Exit a parse tree produced by assignableSelector().

Declaration
void ExitAssignableSelector(Dart2Parser.AssignableSelectorContext context)
Parameters
Type Name Description
Dart2Parser.AssignableSelectorContext context

The parse tree.

| Improve this Doc View Source

ExitAssignmentOperator(Dart2Parser.AssignmentOperatorContext)

Exit a parse tree produced by assignmentOperator().

Declaration
void ExitAssignmentOperator(Dart2Parser.AssignmentOperatorContext context)
Parameters
Type Name Description
Dart2Parser.AssignmentOperatorContext context

The parse tree.

| Improve this Doc View Source

ExitAwaitExpression(Dart2Parser.AwaitExpressionContext)

Exit a parse tree produced by awaitExpression().

Declaration
void ExitAwaitExpression(Dart2Parser.AwaitExpressionContext context)
Parameters
Type Name Description
Dart2Parser.AwaitExpressionContext context

The parse tree.

| Improve this Doc View Source

ExitBinaryOperator(Dart2Parser.BinaryOperatorContext)

Exit a parse tree produced by binaryOperator().

Declaration
void ExitBinaryOperator(Dart2Parser.BinaryOperatorContext context)
Parameters
Type Name Description
Dart2Parser.BinaryOperatorContext context

The parse tree.

| Improve this Doc View Source

ExitBitwiseAndExpression(Dart2Parser.BitwiseAndExpressionContext)

Exit a parse tree produced by bitwiseAndExpression().

Declaration
void ExitBitwiseAndExpression(Dart2Parser.BitwiseAndExpressionContext context)
Parameters
Type Name Description
Dart2Parser.BitwiseAndExpressionContext context

The parse tree.

| Improve this Doc View Source

ExitBitwiseOperator(Dart2Parser.BitwiseOperatorContext)

Exit a parse tree produced by bitwiseOperator().

Declaration
void ExitBitwiseOperator(Dart2Parser.BitwiseOperatorContext context)
Parameters
Type Name Description
Dart2Parser.BitwiseOperatorContext context

The parse tree.

| Improve this Doc View Source

ExitBitwiseOrExpression(Dart2Parser.BitwiseOrExpressionContext)

Exit a parse tree produced by bitwiseOrExpression().

Declaration
void ExitBitwiseOrExpression(Dart2Parser.BitwiseOrExpressionContext context)
Parameters
Type Name Description
Dart2Parser.BitwiseOrExpressionContext context

The parse tree.

| Improve this Doc View Source

ExitBitwiseXorExpression(Dart2Parser.BitwiseXorExpressionContext)

Exit a parse tree produced by bitwiseXorExpression().

Declaration
void ExitBitwiseXorExpression(Dart2Parser.BitwiseXorExpressionContext context)
Parameters
Type Name Description
Dart2Parser.BitwiseXorExpressionContext context

The parse tree.

| Improve this Doc View Source

ExitBlock(Dart2Parser.BlockContext)

Exit a parse tree produced by block().

Declaration
void ExitBlock(Dart2Parser.BlockContext context)
Parameters
Type Name Description
Dart2Parser.BlockContext context

The parse tree.

| Improve this Doc View Source

ExitBooleanLiteral(Dart2Parser.BooleanLiteralContext)

Exit a parse tree produced by booleanLiteral().

Declaration
void ExitBooleanLiteral(Dart2Parser.BooleanLiteralContext context)
Parameters
Type Name Description
Dart2Parser.BooleanLiteralContext context

The parse tree.

| Improve this Doc View Source

ExitBreakStatement(Dart2Parser.BreakStatementContext)

Exit a parse tree produced by breakStatement().

Declaration
void ExitBreakStatement(Dart2Parser.BreakStatementContext context)
Parameters
Type Name Description
Dart2Parser.BreakStatementContext context

The parse tree.

| Improve this Doc View Source

ExitCascadeSection(Dart2Parser.CascadeSectionContext)

Exit a parse tree produced by cascadeSection().

Declaration
void ExitCascadeSection(Dart2Parser.CascadeSectionContext context)
Parameters
Type Name Description
Dart2Parser.CascadeSectionContext context

The parse tree.

| Improve this Doc View Source

ExitCascadeSelector(Dart2Parser.CascadeSelectorContext)

Exit a parse tree produced by cascadeSelector().

Declaration
void ExitCascadeSelector(Dart2Parser.CascadeSelectorContext context)
Parameters
Type Name Description
Dart2Parser.CascadeSelectorContext context

The parse tree.

| Improve this Doc View Source

ExitCatchPart(Dart2Parser.CatchPartContext)

Exit a parse tree produced by catchPart().

Declaration
void ExitCatchPart(Dart2Parser.CatchPartContext context)
Parameters
Type Name Description
Dart2Parser.CatchPartContext context

The parse tree.

| Improve this Doc View Source

ExitClassDefinition(Dart2Parser.ClassDefinitionContext)

Exit a parse tree produced by classDefinition().

Declaration
void ExitClassDefinition(Dart2Parser.ClassDefinitionContext context)
Parameters
Type Name Description
Dart2Parser.ClassDefinitionContext context

The parse tree.

| Improve this Doc View Source

ExitClassMemberDefinition(Dart2Parser.ClassMemberDefinitionContext)

Exit a parse tree produced by classMemberDefinition().

Declaration
void ExitClassMemberDefinition(Dart2Parser.ClassMemberDefinitionContext context)
Parameters
Type Name Description
Dart2Parser.ClassMemberDefinitionContext context

The parse tree.

| Improve this Doc View Source

ExitCombinator(Dart2Parser.CombinatorContext)

Exit a parse tree produced by combinator().

Declaration
void ExitCombinator(Dart2Parser.CombinatorContext context)
Parameters
Type Name Description
Dart2Parser.CombinatorContext context

The parse tree.

| Improve this Doc View Source

ExitCompilationUnit(Dart2Parser.CompilationUnitContext)

Exit a parse tree produced by compilationUnit().

Declaration
void ExitCompilationUnit(Dart2Parser.CompilationUnitContext context)
Parameters
Type Name Description
Dart2Parser.CompilationUnitContext context

The parse tree.

| Improve this Doc View Source

ExitCompoundAssignmentOperator(Dart2Parser.CompoundAssignmentOperatorContext)

Exit a parse tree produced by compoundAssignmentOperator().

Declaration
void ExitCompoundAssignmentOperator(Dart2Parser.CompoundAssignmentOperatorContext context)
Parameters
Type Name Description
Dart2Parser.CompoundAssignmentOperatorContext context

The parse tree.

| Improve this Doc View Source

ExitConditionalExpression(Dart2Parser.ConditionalExpressionContext)

Exit a parse tree produced by conditionalExpression().

Declaration
void ExitConditionalExpression(Dart2Parser.ConditionalExpressionContext context)
Parameters
Type Name Description
Dart2Parser.ConditionalExpressionContext context

The parse tree.

| Improve this Doc View Source

ExitConfigurableUri(Dart2Parser.ConfigurableUriContext)

Exit a parse tree produced by configurableUri().

Declaration
void ExitConfigurableUri(Dart2Parser.ConfigurableUriContext context)
Parameters
Type Name Description
Dart2Parser.ConfigurableUriContext context

The parse tree.

| Improve this Doc View Source

ExitConfigurationUri(Dart2Parser.ConfigurationUriContext)

Exit a parse tree produced by configurationUri().

Declaration
void ExitConfigurationUri(Dart2Parser.ConfigurationUriContext context)
Parameters
Type Name Description
Dart2Parser.ConfigurationUriContext context

The parse tree.

| Improve this Doc View Source

ExitConstantConstructorSignature(Dart2Parser.ConstantConstructorSignatureContext)

Exit a parse tree produced by constantConstructorSignature().

Declaration
void ExitConstantConstructorSignature(Dart2Parser.ConstantConstructorSignatureContext context)
Parameters
Type Name Description
Dart2Parser.ConstantConstructorSignatureContext context

The parse tree.

| Improve this Doc View Source

ExitConstObjectExpression(Dart2Parser.ConstObjectExpressionContext)

Exit a parse tree produced by constObjectExpression().

Declaration
void ExitConstObjectExpression(Dart2Parser.ConstObjectExpressionContext context)
Parameters
Type Name Description
Dart2Parser.ConstObjectExpressionContext context

The parse tree.

| Improve this Doc View Source

ExitConstructorSignature(Dart2Parser.ConstructorSignatureContext)

Exit a parse tree produced by constructorSignature().

Declaration
void ExitConstructorSignature(Dart2Parser.ConstructorSignatureContext context)
Parameters
Type Name Description
Dart2Parser.ConstructorSignatureContext context

The parse tree.

| Improve this Doc View Source

ExitContinueStatement(Dart2Parser.ContinueStatementContext)

Exit a parse tree produced by continueStatement().

Declaration
void ExitContinueStatement(Dart2Parser.ContinueStatementContext context)
Parameters
Type Name Description
Dart2Parser.ContinueStatementContext context

The parse tree.

| Improve this Doc View Source

ExitDeclaration(Dart2Parser.DeclarationContext)

Exit a parse tree produced by declaration().

Declaration
void ExitDeclaration(Dart2Parser.DeclarationContext context)
Parameters
Type Name Description
Dart2Parser.DeclarationContext context

The parse tree.

| Improve this Doc View Source

ExitDeclaredIdentifier(Dart2Parser.DeclaredIdentifierContext)

Exit a parse tree produced by declaredIdentifier().

Declaration
void ExitDeclaredIdentifier(Dart2Parser.DeclaredIdentifierContext context)
Parameters
Type Name Description
Dart2Parser.DeclaredIdentifierContext context

The parse tree.

| Improve this Doc View Source

ExitDefaultCase(Dart2Parser.DefaultCaseContext)

Exit a parse tree produced by defaultCase().

Declaration
void ExitDefaultCase(Dart2Parser.DefaultCaseContext context)
Parameters
Type Name Description
Dart2Parser.DefaultCaseContext context

The parse tree.

| Improve this Doc View Source

ExitDefaultFormalParameter(Dart2Parser.DefaultFormalParameterContext)

Exit a parse tree produced by defaultFormalParameter().

Declaration
void ExitDefaultFormalParameter(Dart2Parser.DefaultFormalParameterContext context)
Parameters
Type Name Description
Dart2Parser.DefaultFormalParameterContext context

The parse tree.

| Improve this Doc View Source

ExitDefaultNamedParameter(Dart2Parser.DefaultNamedParameterContext)

Exit a parse tree produced by defaultNamedParameter().

Declaration
void ExitDefaultNamedParameter(Dart2Parser.DefaultNamedParameterContext context)
Parameters
Type Name Description
Dart2Parser.DefaultNamedParameterContext context

The parse tree.

| Improve this Doc View Source

ExitDoStatement(Dart2Parser.DoStatementContext)

Exit a parse tree produced by doStatement().

Declaration
void ExitDoStatement(Dart2Parser.DoStatementContext context)
Parameters
Type Name Description
Dart2Parser.DoStatementContext context

The parse tree.

| Improve this Doc View Source

ExitDottedIdentifierList(Dart2Parser.DottedIdentifierListContext)

Exit a parse tree produced by dottedIdentifierList().

Declaration
void ExitDottedIdentifierList(Dart2Parser.DottedIdentifierListContext context)
Parameters
Type Name Description
Dart2Parser.DottedIdentifierListContext context

The parse tree.

| Improve this Doc View Source

ExitDtype(Dart2Parser.DtypeContext)

Exit a parse tree produced by dtype().

Declaration
void ExitDtype(Dart2Parser.DtypeContext context)
Parameters
Type Name Description
Dart2Parser.DtypeContext context

The parse tree.

| Improve this Doc View Source

ExitEnumEntry(Dart2Parser.EnumEntryContext)

Exit a parse tree produced by enumEntry().

Declaration
void ExitEnumEntry(Dart2Parser.EnumEntryContext context)
Parameters
Type Name Description
Dart2Parser.EnumEntryContext context

The parse tree.

| Improve this Doc View Source

ExitEnumType(Dart2Parser.EnumTypeContext)

Exit a parse tree produced by enumType().

Declaration
void ExitEnumType(Dart2Parser.EnumTypeContext context)
Parameters
Type Name Description
Dart2Parser.EnumTypeContext context

The parse tree.

| Improve this Doc View Source

ExitEqualityExpression(Dart2Parser.EqualityExpressionContext)

Exit a parse tree produced by equalityExpression().

Declaration
void ExitEqualityExpression(Dart2Parser.EqualityExpressionContext context)
Parameters
Type Name Description
Dart2Parser.EqualityExpressionContext context

The parse tree.

| Improve this Doc View Source

ExitEqualityOperator(Dart2Parser.EqualityOperatorContext)

Exit a parse tree produced by equalityOperator().

Declaration
void ExitEqualityOperator(Dart2Parser.EqualityOperatorContext context)
Parameters
Type Name Description
Dart2Parser.EqualityOperatorContext context

The parse tree.

| Improve this Doc View Source

ExitExpression(Dart2Parser.ExpressionContext)

Exit a parse tree produced by expression().

Declaration
void ExitExpression(Dart2Parser.ExpressionContext context)
Parameters
Type Name Description
Dart2Parser.ExpressionContext context

The parse tree.

| Improve this Doc View Source

ExitExpressionList(Dart2Parser.ExpressionListContext)

Exit a parse tree produced by expressionList().

Declaration
void ExitExpressionList(Dart2Parser.ExpressionListContext context)
Parameters
Type Name Description
Dart2Parser.ExpressionListContext context

The parse tree.

| Improve this Doc View Source

ExitExpressionStatement(Dart2Parser.ExpressionStatementContext)

Exit a parse tree produced by expressionStatement().

Declaration
void ExitExpressionStatement(Dart2Parser.ExpressionStatementContext context)
Parameters
Type Name Description
Dart2Parser.ExpressionStatementContext context

The parse tree.

| Improve this Doc View Source

ExitExpressionWithoutCascade(Dart2Parser.ExpressionWithoutCascadeContext)

Exit a parse tree produced by expressionWithoutCascade().

Declaration
void ExitExpressionWithoutCascade(Dart2Parser.ExpressionWithoutCascadeContext context)
Parameters
Type Name Description
Dart2Parser.ExpressionWithoutCascadeContext context

The parse tree.

| Improve this Doc View Source

ExitFactoryConstructorSignature(Dart2Parser.FactoryConstructorSignatureContext)

Exit a parse tree produced by factoryConstructorSignature().

Declaration
void ExitFactoryConstructorSignature(Dart2Parser.FactoryConstructorSignatureContext context)
Parameters
Type Name Description
Dart2Parser.FactoryConstructorSignatureContext context

The parse tree.

| Improve this Doc View Source

ExitFieldFormalParameter(Dart2Parser.FieldFormalParameterContext)

Exit a parse tree produced by fieldFormalParameter().

Declaration
void ExitFieldFormalParameter(Dart2Parser.FieldFormalParameterContext context)
Parameters
Type Name Description
Dart2Parser.FieldFormalParameterContext context

The parse tree.

| Improve this Doc View Source

ExitFieldInitializer(Dart2Parser.FieldInitializerContext)

Exit a parse tree produced by fieldInitializer().

Declaration
void ExitFieldInitializer(Dart2Parser.FieldInitializerContext context)
Parameters
Type Name Description
Dart2Parser.FieldInitializerContext context

The parse tree.

| Improve this Doc View Source

ExitFinalConstVarOrType(Dart2Parser.FinalConstVarOrTypeContext)

Exit a parse tree produced by finalConstVarOrType().

Declaration
void ExitFinalConstVarOrType(Dart2Parser.FinalConstVarOrTypeContext context)
Parameters
Type Name Description
Dart2Parser.FinalConstVarOrTypeContext context

The parse tree.

| Improve this Doc View Source

ExitFinallyPart(Dart2Parser.FinallyPartContext)

Exit a parse tree produced by finallyPart().

Declaration
void ExitFinallyPart(Dart2Parser.FinallyPartContext context)
Parameters
Type Name Description
Dart2Parser.FinallyPartContext context

The parse tree.

| Improve this Doc View Source

ExitForInitializerStatement(Dart2Parser.ForInitializerStatementContext)

Exit a parse tree produced by forInitializerStatement().

Declaration
void ExitForInitializerStatement(Dart2Parser.ForInitializerStatementContext context)
Parameters
Type Name Description
Dart2Parser.ForInitializerStatementContext context

The parse tree.

| Improve this Doc View Source

ExitForLoopParts(Dart2Parser.ForLoopPartsContext)

Exit a parse tree produced by forLoopParts().

Declaration
void ExitForLoopParts(Dart2Parser.ForLoopPartsContext context)
Parameters
Type Name Description
Dart2Parser.ForLoopPartsContext context

The parse tree.

| Improve this Doc View Source

ExitFormalParameterList(Dart2Parser.FormalParameterListContext)

Exit a parse tree produced by formalParameterList().

Declaration
void ExitFormalParameterList(Dart2Parser.FormalParameterListContext context)
Parameters
Type Name Description
Dart2Parser.FormalParameterListContext context

The parse tree.

| Improve this Doc View Source

ExitFormalParameterPart(Dart2Parser.FormalParameterPartContext)

Exit a parse tree produced by formalParameterPart().

Declaration
void ExitFormalParameterPart(Dart2Parser.FormalParameterPartContext context)
Parameters
Type Name Description
Dart2Parser.FormalParameterPartContext context

The parse tree.

| Improve this Doc View Source

ExitForStatement(Dart2Parser.ForStatementContext)

Exit a parse tree produced by forStatement().

Declaration
void ExitForStatement(Dart2Parser.ForStatementContext context)
Parameters
Type Name Description
Dart2Parser.ForStatementContext context

The parse tree.

| Improve this Doc View Source

ExitFunctionBody(Dart2Parser.FunctionBodyContext)

Exit a parse tree produced by functionBody().

Declaration
void ExitFunctionBody(Dart2Parser.FunctionBodyContext context)
Parameters
Type Name Description
Dart2Parser.FunctionBodyContext context

The parse tree.

| Improve this Doc View Source

ExitFunctionExpression(Dart2Parser.FunctionExpressionContext)

Exit a parse tree produced by functionExpression().

Declaration
void ExitFunctionExpression(Dart2Parser.FunctionExpressionContext context)
Parameters
Type Name Description
Dart2Parser.FunctionExpressionContext context

The parse tree.

| Improve this Doc View Source

ExitFunctionFormalParameter(Dart2Parser.FunctionFormalParameterContext)

Exit a parse tree produced by functionFormalParameter().

Declaration
void ExitFunctionFormalParameter(Dart2Parser.FunctionFormalParameterContext context)
Parameters
Type Name Description
Dart2Parser.FunctionFormalParameterContext context

The parse tree.

| Improve this Doc View Source

ExitFunctionPrefix(Dart2Parser.FunctionPrefixContext)

Exit a parse tree produced by functionPrefix().

Declaration
void ExitFunctionPrefix(Dart2Parser.FunctionPrefixContext context)
Parameters
Type Name Description
Dart2Parser.FunctionPrefixContext context

The parse tree.

| Improve this Doc View Source

ExitFunctionSignature(Dart2Parser.FunctionSignatureContext)

Exit a parse tree produced by functionSignature().

Declaration
void ExitFunctionSignature(Dart2Parser.FunctionSignatureContext context)
Parameters
Type Name Description
Dart2Parser.FunctionSignatureContext context

The parse tree.

| Improve this Doc View Source

ExitFunctionTypeAlias(Dart2Parser.FunctionTypeAliasContext)

Exit a parse tree produced by functionTypeAlias().

Declaration
void ExitFunctionTypeAlias(Dart2Parser.FunctionTypeAliasContext context)
Parameters
Type Name Description
Dart2Parser.FunctionTypeAliasContext context

The parse tree.

| Improve this Doc View Source

ExitGetOrSet(Dart2Parser.GetOrSetContext)

Exit a parse tree produced by getOrSet().

Declaration
void ExitGetOrSet(Dart2Parser.GetOrSetContext context)
Parameters
Type Name Description
Dart2Parser.GetOrSetContext context

The parse tree.

| Improve this Doc View Source

ExitGetterSignature(Dart2Parser.GetterSignatureContext)

Exit a parse tree produced by getterSignature().

Declaration
void ExitGetterSignature(Dart2Parser.GetterSignatureContext context)
Parameters
Type Name Description
Dart2Parser.GetterSignatureContext context

The parse tree.

| Improve this Doc View Source

ExitIdentifier(Dart2Parser.IdentifierContext)

Exit a parse tree produced by identifier().

Declaration
void ExitIdentifier(Dart2Parser.IdentifierContext context)
Parameters
Type Name Description
Dart2Parser.IdentifierContext context

The parse tree.

| Improve this Doc View Source

ExitIdentifierList(Dart2Parser.IdentifierListContext)

Exit a parse tree produced by identifierList().

Declaration
void ExitIdentifierList(Dart2Parser.IdentifierListContext context)
Parameters
Type Name Description
Dart2Parser.IdentifierListContext context

The parse tree.

| Improve this Doc View Source

ExitIfNullExpression(Dart2Parser.IfNullExpressionContext)

Exit a parse tree produced by ifNullExpression().

Declaration
void ExitIfNullExpression(Dart2Parser.IfNullExpressionContext context)
Parameters
Type Name Description
Dart2Parser.IfNullExpressionContext context

The parse tree.

| Improve this Doc View Source

ExitIfStatement(Dart2Parser.IfStatementContext)

Exit a parse tree produced by ifStatement().

Declaration
void ExitIfStatement(Dart2Parser.IfStatementContext context)
Parameters
Type Name Description
Dart2Parser.IfStatementContext context

The parse tree.

| Improve this Doc View Source

ExitImportOrExport(Dart2Parser.ImportOrExportContext)

Exit a parse tree produced by importOrExport().

Declaration
void ExitImportOrExport(Dart2Parser.ImportOrExportContext context)
Parameters
Type Name Description
Dart2Parser.ImportOrExportContext context

The parse tree.

| Improve this Doc View Source

ExitImportSpecification(Dart2Parser.ImportSpecificationContext)

Exit a parse tree produced by importSpecification().

Declaration
void ExitImportSpecification(Dart2Parser.ImportSpecificationContext context)
Parameters
Type Name Description
Dart2Parser.ImportSpecificationContext context

The parse tree.

| Improve this Doc View Source

ExitIncrementOperator(Dart2Parser.IncrementOperatorContext)

Exit a parse tree produced by incrementOperator().

Declaration
void ExitIncrementOperator(Dart2Parser.IncrementOperatorContext context)
Parameters
Type Name Description
Dart2Parser.IncrementOperatorContext context

The parse tree.

| Improve this Doc View Source

ExitInitializedIdentifier(Dart2Parser.InitializedIdentifierContext)

Exit a parse tree produced by initializedIdentifier().

Declaration
void ExitInitializedIdentifier(Dart2Parser.InitializedIdentifierContext context)
Parameters
Type Name Description
Dart2Parser.InitializedIdentifierContext context

The parse tree.

| Improve this Doc View Source

ExitInitializedIdentifierList(Dart2Parser.InitializedIdentifierListContext)

Exit a parse tree produced by initializedIdentifierList().

Declaration
void ExitInitializedIdentifierList(Dart2Parser.InitializedIdentifierListContext context)
Parameters
Type Name Description
Dart2Parser.InitializedIdentifierListContext context

The parse tree.

| Improve this Doc View Source

ExitInitializedVariableDeclaration(Dart2Parser.InitializedVariableDeclarationContext)

Exit a parse tree produced by initializedVariableDeclaration().

Declaration
void ExitInitializedVariableDeclaration(Dart2Parser.InitializedVariableDeclarationContext context)
Parameters
Type Name Description
Dart2Parser.InitializedVariableDeclarationContext context

The parse tree.

| Improve this Doc View Source

ExitInitializerListEntry(Dart2Parser.InitializerListEntryContext)

Exit a parse tree produced by initializerListEntry().

Declaration
void ExitInitializerListEntry(Dart2Parser.InitializerListEntryContext context)
Parameters
Type Name Description
Dart2Parser.InitializerListEntryContext context

The parse tree.

| Improve this Doc View Source

ExitInitializers(Dart2Parser.InitializersContext)

Exit a parse tree produced by initializers().

Declaration
void ExitInitializers(Dart2Parser.InitializersContext context)
Parameters
Type Name Description
Dart2Parser.InitializersContext context

The parse tree.

| Improve this Doc View Source

ExitInterfaces(Dart2Parser.InterfacesContext)

Exit a parse tree produced by interfaces().

Declaration
void ExitInterfaces(Dart2Parser.InterfacesContext context)
Parameters
Type Name Description
Dart2Parser.InterfacesContext context

The parse tree.

| Improve this Doc View Source

ExitIsOperator(Dart2Parser.IsOperatorContext)

Exit a parse tree produced by isOperator().

Declaration
void ExitIsOperator(Dart2Parser.IsOperatorContext context)
Parameters
Type Name Description
Dart2Parser.IsOperatorContext context

The parse tree.

| Improve this Doc View Source

ExitLabel(Dart2Parser.LabelContext)

Exit a parse tree produced by label().

Declaration
void ExitLabel(Dart2Parser.LabelContext context)
Parameters
Type Name Description
Dart2Parser.LabelContext context

The parse tree.

| Improve this Doc View Source

ExitLibraryDefinition(Dart2Parser.LibraryDefinitionContext)

Exit a parse tree produced by libraryDefinition().

Declaration
void ExitLibraryDefinition(Dart2Parser.LibraryDefinitionContext context)
Parameters
Type Name Description
Dart2Parser.LibraryDefinitionContext context

The parse tree.

| Improve this Doc View Source

ExitLibraryExport(Dart2Parser.LibraryExportContext)

Exit a parse tree produced by libraryExport().

Declaration
void ExitLibraryExport(Dart2Parser.LibraryExportContext context)
Parameters
Type Name Description
Dart2Parser.LibraryExportContext context

The parse tree.

| Improve this Doc View Source

ExitLibraryimport(Dart2Parser.LibraryimportContext)

Exit a parse tree produced by libraryimport().

Declaration
void ExitLibraryimport(Dart2Parser.LibraryimportContext context)
Parameters
Type Name Description
Dart2Parser.LibraryimportContext context

The parse tree.

| Improve this Doc View Source

ExitLibraryName(Dart2Parser.LibraryNameContext)

Exit a parse tree produced by libraryName().

Declaration
void ExitLibraryName(Dart2Parser.LibraryNameContext context)
Parameters
Type Name Description
Dart2Parser.LibraryNameContext context

The parse tree.

| Improve this Doc View Source

ExitListLiteral(Dart2Parser.ListLiteralContext)

Exit a parse tree produced by listLiteral().

Declaration
void ExitListLiteral(Dart2Parser.ListLiteralContext context)
Parameters
Type Name Description
Dart2Parser.ListLiteralContext context

The parse tree.

| Improve this Doc View Source

ExitLiteral(Dart2Parser.LiteralContext)

Exit a parse tree produced by literal().

Declaration
void ExitLiteral(Dart2Parser.LiteralContext context)
Parameters
Type Name Description
Dart2Parser.LiteralContext context

The parse tree.

| Improve this Doc View Source

ExitLocalFunctionDeclaration(Dart2Parser.LocalFunctionDeclarationContext)

Exit a parse tree produced by localFunctionDeclaration().

Declaration
void ExitLocalFunctionDeclaration(Dart2Parser.LocalFunctionDeclarationContext context)
Parameters
Type Name Description
Dart2Parser.LocalFunctionDeclarationContext context

The parse tree.

| Improve this Doc View Source

ExitLocalVariableDeclaration(Dart2Parser.LocalVariableDeclarationContext)

Exit a parse tree produced by localVariableDeclaration().

Declaration
void ExitLocalVariableDeclaration(Dart2Parser.LocalVariableDeclarationContext context)
Parameters
Type Name Description
Dart2Parser.LocalVariableDeclarationContext context

The parse tree.

| Improve this Doc View Source

ExitLogicalAndExpression(Dart2Parser.LogicalAndExpressionContext)

Exit a parse tree produced by logicalAndExpression().

Declaration
void ExitLogicalAndExpression(Dart2Parser.LogicalAndExpressionContext context)
Parameters
Type Name Description
Dart2Parser.LogicalAndExpressionContext context

The parse tree.

| Improve this Doc View Source

ExitLogicalOrExpression(Dart2Parser.LogicalOrExpressionContext)

Exit a parse tree produced by logicalOrExpression().

Declaration
void ExitLogicalOrExpression(Dart2Parser.LogicalOrExpressionContext context)
Parameters
Type Name Description
Dart2Parser.LogicalOrExpressionContext context

The parse tree.

| Improve this Doc View Source

ExitMapLiteral(Dart2Parser.MapLiteralContext)

Exit a parse tree produced by mapLiteral().

Declaration
void ExitMapLiteral(Dart2Parser.MapLiteralContext context)
Parameters
Type Name Description
Dart2Parser.MapLiteralContext context

The parse tree.

| Improve this Doc View Source

ExitMapLiteralEntry(Dart2Parser.MapLiteralEntryContext)

Exit a parse tree produced by mapLiteralEntry().

Declaration
void ExitMapLiteralEntry(Dart2Parser.MapLiteralEntryContext context)
Parameters
Type Name Description
Dart2Parser.MapLiteralEntryContext context

The parse tree.

| Improve this Doc View Source

ExitMetadata(Dart2Parser.MetadataContext)

Exit a parse tree produced by metadata().

Declaration
void ExitMetadata(Dart2Parser.MetadataContext context)
Parameters
Type Name Description
Dart2Parser.MetadataContext context

The parse tree.

| Improve this Doc View Source

ExitMethodSignature(Dart2Parser.MethodSignatureContext)

Exit a parse tree produced by methodSignature().

Declaration
void ExitMethodSignature(Dart2Parser.MethodSignatureContext context)
Parameters
Type Name Description
Dart2Parser.MethodSignatureContext context

The parse tree.

| Improve this Doc View Source

ExitMinusOperator(Dart2Parser.MinusOperatorContext)

Exit a parse tree produced by minusOperator().

Declaration
void ExitMinusOperator(Dart2Parser.MinusOperatorContext context)
Parameters
Type Name Description
Dart2Parser.MinusOperatorContext context

The parse tree.

| Improve this Doc View Source

ExitMixinApplication(Dart2Parser.MixinApplicationContext)

Exit a parse tree produced by mixinApplication().

Declaration
void ExitMixinApplication(Dart2Parser.MixinApplicationContext context)
Parameters
Type Name Description
Dart2Parser.MixinApplicationContext context

The parse tree.

| Improve this Doc View Source

ExitMixinApplicationClass(Dart2Parser.MixinApplicationClassContext)

Exit a parse tree produced by mixinApplicationClass().

Declaration
void ExitMixinApplicationClass(Dart2Parser.MixinApplicationClassContext context)
Parameters
Type Name Description
Dart2Parser.MixinApplicationClassContext context

The parse tree.

| Improve this Doc View Source

ExitMixins(Dart2Parser.MixinsContext)

Exit a parse tree produced by mixins().

Declaration
void ExitMixins(Dart2Parser.MixinsContext context)
Parameters
Type Name Description
Dart2Parser.MixinsContext context

The parse tree.

| Improve this Doc View Source

ExitMultiplicativeExpression(Dart2Parser.MultiplicativeExpressionContext)

Exit a parse tree produced by multiplicativeExpression().

Declaration
void ExitMultiplicativeExpression(Dart2Parser.MultiplicativeExpressionContext context)
Parameters
Type Name Description
Dart2Parser.MultiplicativeExpressionContext context

The parse tree.

| Improve this Doc View Source

ExitMultiplicativeOperator(Dart2Parser.MultiplicativeOperatorContext)

Exit a parse tree produced by multiplicativeOperator().

Declaration
void ExitMultiplicativeOperator(Dart2Parser.MultiplicativeOperatorContext context)
Parameters
Type Name Description
Dart2Parser.MultiplicativeOperatorContext context

The parse tree.

| Improve this Doc View Source

ExitNamedArgument(Dart2Parser.NamedArgumentContext)

Exit a parse tree produced by namedArgument().

Declaration
void ExitNamedArgument(Dart2Parser.NamedArgumentContext context)
Parameters
Type Name Description
Dart2Parser.NamedArgumentContext context

The parse tree.

| Improve this Doc View Source

ExitNamedFormalParameters(Dart2Parser.NamedFormalParametersContext)

Exit a parse tree produced by namedFormalParameters().

Declaration
void ExitNamedFormalParameters(Dart2Parser.NamedFormalParametersContext context)
Parameters
Type Name Description
Dart2Parser.NamedFormalParametersContext context

The parse tree.

| Improve this Doc View Source

ExitNayaExpression(Dart2Parser.NayaExpressionContext)

Exit a parse tree produced by nayaExpression().

Declaration
void ExitNayaExpression(Dart2Parser.NayaExpressionContext context)
Parameters
Type Name Description
Dart2Parser.NayaExpressionContext context

The parse tree.

| Improve this Doc View Source

ExitNegationOperator(Dart2Parser.NegationOperatorContext)

Exit a parse tree produced by negationOperator().

Declaration
void ExitNegationOperator(Dart2Parser.NegationOperatorContext context)
Parameters
Type Name Description
Dart2Parser.NegationOperatorContext context

The parse tree.

| Improve this Doc View Source

ExitNonLabledStatment(Dart2Parser.NonLabledStatmentContext)

Exit a parse tree produced by nonLabledStatment().

Declaration
void ExitNonLabledStatment(Dart2Parser.NonLabledStatmentContext context)
Parameters
Type Name Description
Dart2Parser.NonLabledStatmentContext context

The parse tree.

| Improve this Doc View Source

ExitNormalFormalParameter(Dart2Parser.NormalFormalParameterContext)

Exit a parse tree produced by normalFormalParameter().

Declaration
void ExitNormalFormalParameter(Dart2Parser.NormalFormalParameterContext context)
Parameters
Type Name Description
Dart2Parser.NormalFormalParameterContext context

The parse tree.

| Improve this Doc View Source

ExitNormalFormalParameters(Dart2Parser.NormalFormalParametersContext)

Exit a parse tree produced by normalFormalParameters().

Declaration
void ExitNormalFormalParameters(Dart2Parser.NormalFormalParametersContext context)
Parameters
Type Name Description
Dart2Parser.NormalFormalParametersContext context

The parse tree.

| Improve this Doc View Source

ExitNullLiteral(Dart2Parser.NullLiteralContext)

Exit a parse tree produced by nullLiteral().

Declaration
void ExitNullLiteral(Dart2Parser.NullLiteralContext context)
Parameters
Type Name Description
Dart2Parser.NullLiteralContext context

The parse tree.

| Improve this Doc View Source

ExitNumericLiteral(Dart2Parser.NumericLiteralContext)

Exit a parse tree produced by numericLiteral().

Declaration
void ExitNumericLiteral(Dart2Parser.NumericLiteralContext context)
Parameters
Type Name Description
Dart2Parser.NumericLiteralContext context

The parse tree.

| Improve this Doc View Source

ExitOnPart(Dart2Parser.OnPartContext)

Exit a parse tree produced by onPart().

Declaration
void ExitOnPart(Dart2Parser.OnPartContext context)
Parameters
Type Name Description
Dart2Parser.OnPartContext context

The parse tree.

| Improve this Doc View Source

ExitOperator_(Dart2Parser.Operator_Context)

Exit a parse tree produced by operator_().

Declaration
void ExitOperator_(Dart2Parser.Operator_Context context)
Parameters
Type Name Description
Dart2Parser.Operator_Context context

The parse tree.

| Improve this Doc View Source

ExitOperatorSignature(Dart2Parser.OperatorSignatureContext)

Exit a parse tree produced by operatorSignature().

Declaration
void ExitOperatorSignature(Dart2Parser.OperatorSignatureContext context)
Parameters
Type Name Description
Dart2Parser.OperatorSignatureContext context

The parse tree.

| Improve this Doc View Source

ExitOptionalFormalParameters(Dart2Parser.OptionalFormalParametersContext)

Exit a parse tree produced by optionalFormalParameters().

Declaration
void ExitOptionalFormalParameters(Dart2Parser.OptionalFormalParametersContext context)
Parameters
Type Name Description
Dart2Parser.OptionalFormalParametersContext context

The parse tree.

| Improve this Doc View Source

ExitOptionalPositionalFormalParameters(Dart2Parser.OptionalPositionalFormalParametersContext)

Exit a parse tree produced by optionalPositionalFormalParameters().

Declaration
void ExitOptionalPositionalFormalParameters(Dart2Parser.OptionalPositionalFormalParametersContext context)
Parameters
Type Name Description
Dart2Parser.OptionalPositionalFormalParametersContext context

The parse tree.

| Improve this Doc View Source

ExitPartDeclaration(Dart2Parser.PartDeclarationContext)

Exit a parse tree produced by partDeclaration().

Declaration
void ExitPartDeclaration(Dart2Parser.PartDeclarationContext context)
Parameters
Type Name Description
Dart2Parser.PartDeclarationContext context

The parse tree.

| Improve this Doc View Source

ExitPartDirective(Dart2Parser.PartDirectiveContext)

Exit a parse tree produced by partDirective().

Declaration
void ExitPartDirective(Dart2Parser.PartDirectiveContext context)
Parameters
Type Name Description
Dart2Parser.PartDirectiveContext context

The parse tree.

| Improve this Doc View Source

ExitPartHeader(Dart2Parser.PartHeaderContext)

Exit a parse tree produced by partHeader().

Declaration
void ExitPartHeader(Dart2Parser.PartHeaderContext context)
Parameters
Type Name Description
Dart2Parser.PartHeaderContext context

The parse tree.

| Improve this Doc View Source

ExitPostfixExpression(Dart2Parser.PostfixExpressionContext)

Exit a parse tree produced by postfixExpression().

Declaration
void ExitPostfixExpression(Dart2Parser.PostfixExpressionContext context)
Parameters
Type Name Description
Dart2Parser.PostfixExpressionContext context

The parse tree.

| Improve this Doc View Source

ExitPostfixOperator(Dart2Parser.PostfixOperatorContext)

Exit a parse tree produced by postfixOperator().

Declaration
void ExitPostfixOperator(Dart2Parser.PostfixOperatorContext context)
Parameters
Type Name Description
Dart2Parser.PostfixOperatorContext context

The parse tree.

| Improve this Doc View Source

ExitPrefixOperator(Dart2Parser.PrefixOperatorContext)

Exit a parse tree produced by prefixOperator().

Declaration
void ExitPrefixOperator(Dart2Parser.PrefixOperatorContext context)
Parameters
Type Name Description
Dart2Parser.PrefixOperatorContext context

The parse tree.

| Improve this Doc View Source

ExitPrimary(Dart2Parser.PrimaryContext)

Exit a parse tree produced by primary().

Declaration
void ExitPrimary(Dart2Parser.PrimaryContext context)
Parameters
Type Name Description
Dart2Parser.PrimaryContext context

The parse tree.

| Improve this Doc View Source

ExitQualified(Dart2Parser.QualifiedContext)

Exit a parse tree produced by qualified().

Declaration
void ExitQualified(Dart2Parser.QualifiedContext context)
Parameters
Type Name Description
Dart2Parser.QualifiedContext context

The parse tree.

| Improve this Doc View Source

ExitRedirectingFactoryConstructorSignature(Dart2Parser.RedirectingFactoryConstructorSignatureContext)

Exit a parse tree produced by redirectingFactoryConstructorSignature().

Declaration
void ExitRedirectingFactoryConstructorSignature(Dart2Parser.RedirectingFactoryConstructorSignatureContext context)
Parameters
Type Name Description
Dart2Parser.RedirectingFactoryConstructorSignatureContext context

The parse tree.

| Improve this Doc View Source

ExitRedirection(Dart2Parser.RedirectionContext)

Exit a parse tree produced by redirection().

Declaration
void ExitRedirection(Dart2Parser.RedirectionContext context)
Parameters
Type Name Description
Dart2Parser.RedirectionContext context

The parse tree.

| Improve this Doc View Source

ExitRelationalExpression(Dart2Parser.RelationalExpressionContext)

Exit a parse tree produced by relationalExpression().

Declaration
void ExitRelationalExpression(Dart2Parser.RelationalExpressionContext context)
Parameters
Type Name Description
Dart2Parser.RelationalExpressionContext context

The parse tree.

| Improve this Doc View Source

ExitRelationalOperator(Dart2Parser.RelationalOperatorContext)

Exit a parse tree produced by relationalOperator().

Declaration
void ExitRelationalOperator(Dart2Parser.RelationalOperatorContext context)
Parameters
Type Name Description
Dart2Parser.RelationalOperatorContext context

The parse tree.

| Improve this Doc View Source

ExitRethrowStatment(Dart2Parser.RethrowStatmentContext)

Exit a parse tree produced by rethrowStatment().

Declaration
void ExitRethrowStatment(Dart2Parser.RethrowStatmentContext context)
Parameters
Type Name Description
Dart2Parser.RethrowStatmentContext context

The parse tree.

| Improve this Doc View Source

ExitReturnStatement(Dart2Parser.ReturnStatementContext)

Exit a parse tree produced by returnStatement().

Declaration
void ExitReturnStatement(Dart2Parser.ReturnStatementContext context)
Parameters
Type Name Description
Dart2Parser.ReturnStatementContext context

The parse tree.

| Improve this Doc View Source

ExitReturnType(Dart2Parser.ReturnTypeContext)

Exit a parse tree produced by returnType().

Declaration
void ExitReturnType(Dart2Parser.ReturnTypeContext context)
Parameters
Type Name Description
Dart2Parser.ReturnTypeContext context

The parse tree.

| Improve this Doc View Source

ExitScriptTag(Dart2Parser.ScriptTagContext)

Exit a parse tree produced by scriptTag().

Declaration
void ExitScriptTag(Dart2Parser.ScriptTagContext context)
Parameters
Type Name Description
Dart2Parser.ScriptTagContext context

The parse tree.

| Improve this Doc View Source

ExitSelector(Dart2Parser.SelectorContext)

Exit a parse tree produced by selector().

Declaration
void ExitSelector(Dart2Parser.SelectorContext context)
Parameters
Type Name Description
Dart2Parser.SelectorContext context

The parse tree.

| Improve this Doc View Source

ExitSetterSignature(Dart2Parser.SetterSignatureContext)

Exit a parse tree produced by setterSignature().

Declaration
void ExitSetterSignature(Dart2Parser.SetterSignatureContext context)
Parameters
Type Name Description
Dart2Parser.SetterSignatureContext context

The parse tree.

| Improve this Doc View Source

ExitShiftExpression(Dart2Parser.ShiftExpressionContext)

Exit a parse tree produced by shiftExpression().

Declaration
void ExitShiftExpression(Dart2Parser.ShiftExpressionContext context)
Parameters
Type Name Description
Dart2Parser.ShiftExpressionContext context

The parse tree.

| Improve this Doc View Source

ExitShiftOperator(Dart2Parser.ShiftOperatorContext)

Exit a parse tree produced by shiftOperator().

Declaration
void ExitShiftOperator(Dart2Parser.ShiftOperatorContext context)
Parameters
Type Name Description
Dart2Parser.ShiftOperatorContext context

The parse tree.

| Improve this Doc View Source

ExitSimpleFormalParameter(Dart2Parser.SimpleFormalParameterContext)

Exit a parse tree produced by simpleFormalParameter().

Declaration
void ExitSimpleFormalParameter(Dart2Parser.SimpleFormalParameterContext context)
Parameters
Type Name Description
Dart2Parser.SimpleFormalParameterContext context

The parse tree.

| Improve this Doc View Source

ExitStatement(Dart2Parser.StatementContext)

Exit a parse tree produced by statement().

Declaration
void ExitStatement(Dart2Parser.StatementContext context)
Parameters
Type Name Description
Dart2Parser.StatementContext context

The parse tree.

| Improve this Doc View Source

ExitStatements(Dart2Parser.StatementsContext)

Exit a parse tree produced by statements().

Declaration
void ExitStatements(Dart2Parser.StatementsContext context)
Parameters
Type Name Description
Dart2Parser.StatementsContext context

The parse tree.

| Improve this Doc View Source

ExitStaticFinalDeclaration(Dart2Parser.StaticFinalDeclarationContext)

Exit a parse tree produced by staticFinalDeclaration().

Declaration
void ExitStaticFinalDeclaration(Dart2Parser.StaticFinalDeclarationContext context)
Parameters
Type Name Description
Dart2Parser.StaticFinalDeclarationContext context

The parse tree.

| Improve this Doc View Source

ExitStaticFinalDeclarationList(Dart2Parser.StaticFinalDeclarationListContext)

Exit a parse tree produced by staticFinalDeclarationList().

Declaration
void ExitStaticFinalDeclarationList(Dart2Parser.StaticFinalDeclarationListContext context)
Parameters
Type Name Description
Dart2Parser.StaticFinalDeclarationListContext context

The parse tree.

| Improve this Doc View Source

ExitStringInterpolation(Dart2Parser.StringInterpolationContext)

Exit a parse tree produced by stringInterpolation().

Declaration
void ExitStringInterpolation(Dart2Parser.StringInterpolationContext context)
Parameters
Type Name Description
Dart2Parser.StringInterpolationContext context

The parse tree.

| Improve this Doc View Source

ExitStringLiteral(Dart2Parser.StringLiteralContext)

Exit a parse tree produced by stringLiteral().

Declaration
void ExitStringLiteral(Dart2Parser.StringLiteralContext context)
Parameters
Type Name Description
Dart2Parser.StringLiteralContext context

The parse tree.

| Improve this Doc View Source

ExitSuperclass(Dart2Parser.SuperclassContext)

Exit a parse tree produced by superclass().

Declaration
void ExitSuperclass(Dart2Parser.SuperclassContext context)
Parameters
Type Name Description
Dart2Parser.SuperclassContext context

The parse tree.

| Improve this Doc View Source

ExitSwitchCase(Dart2Parser.SwitchCaseContext)

Exit a parse tree produced by switchCase().

Declaration
void ExitSwitchCase(Dart2Parser.SwitchCaseContext context)
Parameters
Type Name Description
Dart2Parser.SwitchCaseContext context

The parse tree.

| Improve this Doc View Source

ExitSwitchStatement(Dart2Parser.SwitchStatementContext)

Exit a parse tree produced by switchStatement().

Declaration
void ExitSwitchStatement(Dart2Parser.SwitchStatementContext context)
Parameters
Type Name Description
Dart2Parser.SwitchStatementContext context

The parse tree.

| Improve this Doc View Source

ExitSymbolLiteral(Dart2Parser.SymbolLiteralContext)

Exit a parse tree produced by symbolLiteral().

Declaration
void ExitSymbolLiteral(Dart2Parser.SymbolLiteralContext context)
Parameters
Type Name Description
Dart2Parser.SymbolLiteralContext context

The parse tree.

| Improve this Doc View Source

ExitThisExpression(Dart2Parser.ThisExpressionContext)

Exit a parse tree produced by thisExpression().

Declaration
void ExitThisExpression(Dart2Parser.ThisExpressionContext context)
Parameters
Type Name Description
Dart2Parser.ThisExpressionContext context

The parse tree.

| Improve this Doc View Source

ExitThrowExpression(Dart2Parser.ThrowExpressionContext)

Exit a parse tree produced by throwExpression().

Declaration
void ExitThrowExpression(Dart2Parser.ThrowExpressionContext context)
Parameters
Type Name Description
Dart2Parser.ThrowExpressionContext context

The parse tree.

| Improve this Doc View Source

ExitThrowExpressionWithoutCascade(Dart2Parser.ThrowExpressionWithoutCascadeContext)

Exit a parse tree produced by throwExpressionWithoutCascade().

Declaration
void ExitThrowExpressionWithoutCascade(Dart2Parser.ThrowExpressionWithoutCascadeContext context)
Parameters
Type Name Description
Dart2Parser.ThrowExpressionWithoutCascadeContext context

The parse tree.

| Improve this Doc View Source

ExitTildeOperator(Dart2Parser.TildeOperatorContext)

Exit a parse tree produced by tildeOperator().

Declaration
void ExitTildeOperator(Dart2Parser.TildeOperatorContext context)
Parameters
Type Name Description
Dart2Parser.TildeOperatorContext context

The parse tree.

| Improve this Doc View Source

ExitTopLevelDefinition(Dart2Parser.TopLevelDefinitionContext)

Exit a parse tree produced by topLevelDefinition().

Declaration
void ExitTopLevelDefinition(Dart2Parser.TopLevelDefinitionContext context)
Parameters
Type Name Description
Dart2Parser.TopLevelDefinitionContext context

The parse tree.

| Improve this Doc View Source

ExitTryStatement(Dart2Parser.TryStatementContext)

Exit a parse tree produced by tryStatement().

Declaration
void ExitTryStatement(Dart2Parser.TryStatementContext context)
Parameters
Type Name Description
Dart2Parser.TryStatementContext context

The parse tree.

| Improve this Doc View Source

ExitTypeAlias(Dart2Parser.TypeAliasContext)

Exit a parse tree produced by typeAlias().

Declaration
void ExitTypeAlias(Dart2Parser.TypeAliasContext context)
Parameters
Type Name Description
Dart2Parser.TypeAliasContext context

The parse tree.

| Improve this Doc View Source

ExitTypeAliasBody(Dart2Parser.TypeAliasBodyContext)

Exit a parse tree produced by typeAliasBody().

Declaration
void ExitTypeAliasBody(Dart2Parser.TypeAliasBodyContext context)
Parameters
Type Name Description
Dart2Parser.TypeAliasBodyContext context

The parse tree.

| Improve this Doc View Source

ExitTypeArguments(Dart2Parser.TypeArgumentsContext)

Exit a parse tree produced by typeArguments().

Declaration
void ExitTypeArguments(Dart2Parser.TypeArgumentsContext context)
Parameters
Type Name Description
Dart2Parser.TypeArgumentsContext context

The parse tree.

| Improve this Doc View Source

ExitTypeCast(Dart2Parser.TypeCastContext)

Exit a parse tree produced by typeCast().

Declaration
void ExitTypeCast(Dart2Parser.TypeCastContext context)
Parameters
Type Name Description
Dart2Parser.TypeCastContext context

The parse tree.

| Improve this Doc View Source

ExitTypeList(Dart2Parser.TypeListContext)

Exit a parse tree produced by typeList().

Declaration
void ExitTypeList(Dart2Parser.TypeListContext context)
Parameters
Type Name Description
Dart2Parser.TypeListContext context

The parse tree.

| Improve this Doc View Source

ExitTypeName(Dart2Parser.TypeNameContext)

Exit a parse tree produced by typeName().

Declaration
void ExitTypeName(Dart2Parser.TypeNameContext context)
Parameters
Type Name Description
Dart2Parser.TypeNameContext context

The parse tree.

| Improve this Doc View Source

ExitTypeParameter(Dart2Parser.TypeParameterContext)

Exit a parse tree produced by typeParameter().

Declaration
void ExitTypeParameter(Dart2Parser.TypeParameterContext context)
Parameters
Type Name Description
Dart2Parser.TypeParameterContext context

The parse tree.

| Improve this Doc View Source

ExitTypeParameters(Dart2Parser.TypeParametersContext)

Exit a parse tree produced by typeParameters().

Declaration
void ExitTypeParameters(Dart2Parser.TypeParametersContext context)
Parameters
Type Name Description
Dart2Parser.TypeParametersContext context

The parse tree.

| Improve this Doc View Source

ExitTypeTest(Dart2Parser.TypeTestContext)

Exit a parse tree produced by typeTest().

Declaration
void ExitTypeTest(Dart2Parser.TypeTestContext context)
Parameters
Type Name Description
Dart2Parser.TypeTestContext context

The parse tree.

| Improve this Doc View Source

ExitUnaryExpression(Dart2Parser.UnaryExpressionContext)

Exit a parse tree produced by unaryExpression().

Declaration
void ExitUnaryExpression(Dart2Parser.UnaryExpressionContext context)
Parameters
Type Name Description
Dart2Parser.UnaryExpressionContext context

The parse tree.

| Improve this Doc View Source

ExitUnconditionalAssignableSelector(Dart2Parser.UnconditionalAssignableSelectorContext)

Exit a parse tree produced by unconditionalAssignableSelector().

Declaration
void ExitUnconditionalAssignableSelector(Dart2Parser.UnconditionalAssignableSelectorContext context)
Parameters
Type Name Description
Dart2Parser.UnconditionalAssignableSelectorContext context

The parse tree.

| Improve this Doc View Source

ExitUri(Dart2Parser.UriContext)

Exit a parse tree produced by uri().

Declaration
void ExitUri(Dart2Parser.UriContext context)
Parameters
Type Name Description
Dart2Parser.UriContext context

The parse tree.

| Improve this Doc View Source

ExitUriTest(Dart2Parser.UriTestContext)

Exit a parse tree produced by uriTest().

Declaration
void ExitUriTest(Dart2Parser.UriTestContext context)
Parameters
Type Name Description
Dart2Parser.UriTestContext context

The parse tree.

| Improve this Doc View Source

ExitVariableDeclaration(Dart2Parser.VariableDeclarationContext)

Exit a parse tree produced by variableDeclaration().

Declaration
void ExitVariableDeclaration(Dart2Parser.VariableDeclarationContext context)
Parameters
Type Name Description
Dart2Parser.VariableDeclarationContext context

The parse tree.

| Improve this Doc View Source

ExitVarOrType(Dart2Parser.VarOrTypeContext)

Exit a parse tree produced by varOrType().

Declaration
void ExitVarOrType(Dart2Parser.VarOrTypeContext context)
Parameters
Type Name Description
Dart2Parser.VarOrTypeContext context

The parse tree.

| Improve this Doc View Source

ExitWhileStatement(Dart2Parser.WhileStatementContext)

Exit a parse tree produced by whileStatement().

Declaration
void ExitWhileStatement(Dart2Parser.WhileStatementContext context)
Parameters
Type Name Description
Dart2Parser.WhileStatementContext context

The parse tree.

| Improve this Doc View Source

ExitYieldEachStatement(Dart2Parser.YieldEachStatementContext)

Exit a parse tree produced by yieldEachStatement().

Declaration
void ExitYieldEachStatement(Dart2Parser.YieldEachStatementContext context)
Parameters
Type Name Description
Dart2Parser.YieldEachStatementContext context

The parse tree.

| Improve this Doc View Source

ExitYieldStatement(Dart2Parser.YieldStatementContext)

Exit a parse tree produced by yieldStatement().

Declaration
void ExitYieldStatement(Dart2Parser.YieldStatementContext context)
Parameters
Type Name Description
Dart2Parser.YieldStatementContext context

The parse tree.

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