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