Class Dart2BaseVisitor<Result>
This class provides an empty implementation of IDart2Visitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.
Inheritance
Namespace: GCore.Antlr.Grammers.Dart2
Assembly: Dart2.dll
Syntax
public class Dart2BaseVisitor<Result> : AbstractParseTreeVisitor<Result>, IDart2Visitor<Result>, IParseTreeVisitor<Result>
Type Parameters
Name | Description |
---|---|
Result | The return type of the visit operation. |
Methods
| Improve this Doc View SourceVisitAdditiveExpression(Dart2Parser.AdditiveExpressionContext)
Visit a parse tree produced by additiveExpression().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAdditiveExpression(Dart2Parser.AdditiveExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.AdditiveExpressionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAdditiveOperator(Dart2Parser.AdditiveOperatorContext)
Visit a parse tree produced by additiveOperator().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAdditiveOperator(Dart2Parser.AdditiveOperatorContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.AdditiveOperatorContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitArgumentList(Dart2Parser.ArgumentListContext)
Visit a parse tree produced by argumentList().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitArgumentList(Dart2Parser.ArgumentListContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ArgumentListContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitArgumentPart(Dart2Parser.ArgumentPartContext)
Visit a parse tree produced by argumentPart().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitArgumentPart(Dart2Parser.ArgumentPartContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ArgumentPartContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitArguments(Dart2Parser.ArgumentsContext)
Visit a parse tree produced by arguments().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitArguments(Dart2Parser.ArgumentsContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ArgumentsContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAsOperator(Dart2Parser.AsOperatorContext)
Visit a parse tree produced by asOperator().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAsOperator(Dart2Parser.AsOperatorContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.AsOperatorContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAssertion(Dart2Parser.AssertionContext)
Visit a parse tree produced by assertion().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAssertion(Dart2Parser.AssertionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.AssertionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAssertStatement(Dart2Parser.AssertStatementContext)
Visit a parse tree produced by assertStatement().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAssertStatement(Dart2Parser.AssertStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.AssertStatementContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAssignableExpression(Dart2Parser.AssignableExpressionContext)
Visit a parse tree produced by assignableExpression().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAssignableExpression(Dart2Parser.AssignableExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.AssignableExpressionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAssignableSelector(Dart2Parser.AssignableSelectorContext)
Visit a parse tree produced by assignableSelector().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAssignableSelector(Dart2Parser.AssignableSelectorContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.AssignableSelectorContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAssignmentOperator(Dart2Parser.AssignmentOperatorContext)
Visit a parse tree produced by assignmentOperator().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAssignmentOperator(Dart2Parser.AssignmentOperatorContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.AssignmentOperatorContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAwaitExpression(Dart2Parser.AwaitExpressionContext)
Visit a parse tree produced by awaitExpression().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAwaitExpression(Dart2Parser.AwaitExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.AwaitExpressionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitBinaryOperator(Dart2Parser.BinaryOperatorContext)
Visit a parse tree produced by binaryOperator().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitBinaryOperator(Dart2Parser.BinaryOperatorContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.BinaryOperatorContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitBitwiseAndExpression(Dart2Parser.BitwiseAndExpressionContext)
Visit a parse tree produced by bitwiseAndExpression().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitBitwiseAndExpression(Dart2Parser.BitwiseAndExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.BitwiseAndExpressionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitBitwiseOperator(Dart2Parser.BitwiseOperatorContext)
Visit a parse tree produced by bitwiseOperator().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitBitwiseOperator(Dart2Parser.BitwiseOperatorContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.BitwiseOperatorContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitBitwiseOrExpression(Dart2Parser.BitwiseOrExpressionContext)
Visit a parse tree produced by bitwiseOrExpression().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitBitwiseOrExpression(Dart2Parser.BitwiseOrExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.BitwiseOrExpressionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitBitwiseXorExpression(Dart2Parser.BitwiseXorExpressionContext)
Visit a parse tree produced by bitwiseXorExpression().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitBitwiseXorExpression(Dart2Parser.BitwiseXorExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.BitwiseXorExpressionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitBlock(Dart2Parser.BlockContext)
Visit a parse tree produced by block().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitBlock(Dart2Parser.BlockContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.BlockContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitBooleanLiteral(Dart2Parser.BooleanLiteralContext)
Visit a parse tree produced by booleanLiteral().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitBooleanLiteral(Dart2Parser.BooleanLiteralContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.BooleanLiteralContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitBreakStatement(Dart2Parser.BreakStatementContext)
Visit a parse tree produced by breakStatement().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitBreakStatement(Dart2Parser.BreakStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.BreakStatementContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitCascadeSection(Dart2Parser.CascadeSectionContext)
Visit a parse tree produced by cascadeSection().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitCascadeSection(Dart2Parser.CascadeSectionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.CascadeSectionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitCascadeSelector(Dart2Parser.CascadeSelectorContext)
Visit a parse tree produced by cascadeSelector().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitCascadeSelector(Dart2Parser.CascadeSelectorContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.CascadeSelectorContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitCatchPart(Dart2Parser.CatchPartContext)
Visit a parse tree produced by catchPart().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitCatchPart(Dart2Parser.CatchPartContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.CatchPartContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitClassDefinition(Dart2Parser.ClassDefinitionContext)
Visit a parse tree produced by classDefinition().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitClassDefinition(Dart2Parser.ClassDefinitionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ClassDefinitionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitClassMemberDefinition(Dart2Parser.ClassMemberDefinitionContext)
Visit a parse tree produced by classMemberDefinition().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitClassMemberDefinition(Dart2Parser.ClassMemberDefinitionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ClassMemberDefinitionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitCombinator(Dart2Parser.CombinatorContext)
Visit a parse tree produced by combinator().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitCombinator(Dart2Parser.CombinatorContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.CombinatorContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitCompilationUnit(Dart2Parser.CompilationUnitContext)
Visit a parse tree produced by compilationUnit().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitCompilationUnit(Dart2Parser.CompilationUnitContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.CompilationUnitContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitCompoundAssignmentOperator(Dart2Parser.CompoundAssignmentOperatorContext)
Visit a parse tree produced by compoundAssignmentOperator().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitCompoundAssignmentOperator(Dart2Parser.CompoundAssignmentOperatorContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.CompoundAssignmentOperatorContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitConditionalExpression(Dart2Parser.ConditionalExpressionContext)
Visit a parse tree produced by conditionalExpression().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitConditionalExpression(Dart2Parser.ConditionalExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ConditionalExpressionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitConfigurableUri(Dart2Parser.ConfigurableUriContext)
Visit a parse tree produced by configurableUri().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitConfigurableUri(Dart2Parser.ConfigurableUriContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ConfigurableUriContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitConfigurationUri(Dart2Parser.ConfigurationUriContext)
Visit a parse tree produced by configurationUri().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitConfigurationUri(Dart2Parser.ConfigurationUriContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ConfigurationUriContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitConstantConstructorSignature(Dart2Parser.ConstantConstructorSignatureContext)
Visit a parse tree produced by constantConstructorSignature().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitConstantConstructorSignature(Dart2Parser.ConstantConstructorSignatureContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ConstantConstructorSignatureContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitConstObjectExpression(Dart2Parser.ConstObjectExpressionContext)
Visit a parse tree produced by constObjectExpression().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitConstObjectExpression(Dart2Parser.ConstObjectExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ConstObjectExpressionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitConstructorSignature(Dart2Parser.ConstructorSignatureContext)
Visit a parse tree produced by constructorSignature().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitConstructorSignature(Dart2Parser.ConstructorSignatureContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ConstructorSignatureContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitContinueStatement(Dart2Parser.ContinueStatementContext)
Visit a parse tree produced by continueStatement().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitContinueStatement(Dart2Parser.ContinueStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ContinueStatementContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitDeclaration(Dart2Parser.DeclarationContext)
Visit a parse tree produced by declaration().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitDeclaration(Dart2Parser.DeclarationContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.DeclarationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitDeclaredIdentifier(Dart2Parser.DeclaredIdentifierContext)
Visit a parse tree produced by declaredIdentifier().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitDeclaredIdentifier(Dart2Parser.DeclaredIdentifierContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.DeclaredIdentifierContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitDefaultCase(Dart2Parser.DefaultCaseContext)
Visit a parse tree produced by defaultCase().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitDefaultCase(Dart2Parser.DefaultCaseContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.DefaultCaseContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitDefaultFormalParameter(Dart2Parser.DefaultFormalParameterContext)
Visit a parse tree produced by defaultFormalParameter().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitDefaultFormalParameter(Dart2Parser.DefaultFormalParameterContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.DefaultFormalParameterContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitDefaultNamedParameter(Dart2Parser.DefaultNamedParameterContext)
Visit a parse tree produced by defaultNamedParameter().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitDefaultNamedParameter(Dart2Parser.DefaultNamedParameterContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.DefaultNamedParameterContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitDoStatement(Dart2Parser.DoStatementContext)
Visit a parse tree produced by doStatement().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitDoStatement(Dart2Parser.DoStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.DoStatementContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitDottedIdentifierList(Dart2Parser.DottedIdentifierListContext)
Visit a parse tree produced by dottedIdentifierList().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitDottedIdentifierList(Dart2Parser.DottedIdentifierListContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.DottedIdentifierListContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitDtype(Dart2Parser.DtypeContext)
Visit a parse tree produced by dtype().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitDtype(Dart2Parser.DtypeContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.DtypeContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitEnumEntry(Dart2Parser.EnumEntryContext)
Visit a parse tree produced by enumEntry().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitEnumEntry(Dart2Parser.EnumEntryContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.EnumEntryContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitEnumType(Dart2Parser.EnumTypeContext)
Visit a parse tree produced by enumType().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitEnumType(Dart2Parser.EnumTypeContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.EnumTypeContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitEqualityExpression(Dart2Parser.EqualityExpressionContext)
Visit a parse tree produced by equalityExpression().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitEqualityExpression(Dart2Parser.EqualityExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.EqualityExpressionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitEqualityOperator(Dart2Parser.EqualityOperatorContext)
Visit a parse tree produced by equalityOperator().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitEqualityOperator(Dart2Parser.EqualityOperatorContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.EqualityOperatorContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitExpression(Dart2Parser.ExpressionContext)
Visit a parse tree produced by expression().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitExpression(Dart2Parser.ExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ExpressionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitExpressionList(Dart2Parser.ExpressionListContext)
Visit a parse tree produced by expressionList().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitExpressionList(Dart2Parser.ExpressionListContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ExpressionListContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitExpressionStatement(Dart2Parser.ExpressionStatementContext)
Visit a parse tree produced by expressionStatement().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitExpressionStatement(Dart2Parser.ExpressionStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ExpressionStatementContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitExpressionWithoutCascade(Dart2Parser.ExpressionWithoutCascadeContext)
Visit a parse tree produced by expressionWithoutCascade().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitExpressionWithoutCascade(Dart2Parser.ExpressionWithoutCascadeContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ExpressionWithoutCascadeContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitFactoryConstructorSignature(Dart2Parser.FactoryConstructorSignatureContext)
Visit a parse tree produced by factoryConstructorSignature().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitFactoryConstructorSignature(Dart2Parser.FactoryConstructorSignatureContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.FactoryConstructorSignatureContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitFieldFormalParameter(Dart2Parser.FieldFormalParameterContext)
Visit a parse tree produced by fieldFormalParameter().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitFieldFormalParameter(Dart2Parser.FieldFormalParameterContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.FieldFormalParameterContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitFieldInitializer(Dart2Parser.FieldInitializerContext)
Visit a parse tree produced by fieldInitializer().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitFieldInitializer(Dart2Parser.FieldInitializerContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.FieldInitializerContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitFinalConstVarOrType(Dart2Parser.FinalConstVarOrTypeContext)
Visit a parse tree produced by finalConstVarOrType().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitFinalConstVarOrType(Dart2Parser.FinalConstVarOrTypeContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.FinalConstVarOrTypeContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitFinallyPart(Dart2Parser.FinallyPartContext)
Visit a parse tree produced by finallyPart().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitFinallyPart(Dart2Parser.FinallyPartContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.FinallyPartContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitForInitializerStatement(Dart2Parser.ForInitializerStatementContext)
Visit a parse tree produced by forInitializerStatement().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitForInitializerStatement(Dart2Parser.ForInitializerStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ForInitializerStatementContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitForLoopParts(Dart2Parser.ForLoopPartsContext)
Visit a parse tree produced by forLoopParts().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitForLoopParts(Dart2Parser.ForLoopPartsContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ForLoopPartsContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitFormalParameterList(Dart2Parser.FormalParameterListContext)
Visit a parse tree produced by formalParameterList().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitFormalParameterList(Dart2Parser.FormalParameterListContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.FormalParameterListContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitFormalParameterPart(Dart2Parser.FormalParameterPartContext)
Visit a parse tree produced by formalParameterPart().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitFormalParameterPart(Dart2Parser.FormalParameterPartContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.FormalParameterPartContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitForStatement(Dart2Parser.ForStatementContext)
Visit a parse tree produced by forStatement().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitForStatement(Dart2Parser.ForStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ForStatementContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitFunctionBody(Dart2Parser.FunctionBodyContext)
Visit a parse tree produced by functionBody().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitFunctionBody(Dart2Parser.FunctionBodyContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.FunctionBodyContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitFunctionExpression(Dart2Parser.FunctionExpressionContext)
Visit a parse tree produced by functionExpression().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitFunctionExpression(Dart2Parser.FunctionExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.FunctionExpressionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitFunctionFormalParameter(Dart2Parser.FunctionFormalParameterContext)
Visit a parse tree produced by functionFormalParameter().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitFunctionFormalParameter(Dart2Parser.FunctionFormalParameterContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.FunctionFormalParameterContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitFunctionPrefix(Dart2Parser.FunctionPrefixContext)
Visit a parse tree produced by functionPrefix().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitFunctionPrefix(Dart2Parser.FunctionPrefixContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.FunctionPrefixContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitFunctionSignature(Dart2Parser.FunctionSignatureContext)
Visit a parse tree produced by functionSignature().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitFunctionSignature(Dart2Parser.FunctionSignatureContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.FunctionSignatureContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitFunctionTypeAlias(Dart2Parser.FunctionTypeAliasContext)
Visit a parse tree produced by functionTypeAlias().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitFunctionTypeAlias(Dart2Parser.FunctionTypeAliasContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.FunctionTypeAliasContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitGetOrSet(Dart2Parser.GetOrSetContext)
Visit a parse tree produced by getOrSet().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitGetOrSet(Dart2Parser.GetOrSetContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.GetOrSetContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitGetterSignature(Dart2Parser.GetterSignatureContext)
Visit a parse tree produced by getterSignature().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitGetterSignature(Dart2Parser.GetterSignatureContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.GetterSignatureContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitIdentifier(Dart2Parser.IdentifierContext)
Visit a parse tree produced by identifier().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitIdentifier(Dart2Parser.IdentifierContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.IdentifierContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitIdentifierList(Dart2Parser.IdentifierListContext)
Visit a parse tree produced by identifierList().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitIdentifierList(Dart2Parser.IdentifierListContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.IdentifierListContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitIfNullExpression(Dart2Parser.IfNullExpressionContext)
Visit a parse tree produced by ifNullExpression().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitIfNullExpression(Dart2Parser.IfNullExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.IfNullExpressionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitIfStatement(Dart2Parser.IfStatementContext)
Visit a parse tree produced by ifStatement().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitIfStatement(Dart2Parser.IfStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.IfStatementContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitImportOrExport(Dart2Parser.ImportOrExportContext)
Visit a parse tree produced by importOrExport().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitImportOrExport(Dart2Parser.ImportOrExportContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ImportOrExportContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitImportSpecification(Dart2Parser.ImportSpecificationContext)
Visit a parse tree produced by importSpecification().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitImportSpecification(Dart2Parser.ImportSpecificationContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ImportSpecificationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitIncrementOperator(Dart2Parser.IncrementOperatorContext)
Visit a parse tree produced by incrementOperator().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitIncrementOperator(Dart2Parser.IncrementOperatorContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.IncrementOperatorContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitInitializedIdentifier(Dart2Parser.InitializedIdentifierContext)
Visit a parse tree produced by initializedIdentifier().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitInitializedIdentifier(Dart2Parser.InitializedIdentifierContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.InitializedIdentifierContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitInitializedIdentifierList(Dart2Parser.InitializedIdentifierListContext)
Visit a parse tree produced by initializedIdentifierList().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitInitializedIdentifierList(Dart2Parser.InitializedIdentifierListContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.InitializedIdentifierListContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitInitializedVariableDeclaration(Dart2Parser.InitializedVariableDeclarationContext)
Visit a parse tree produced by initializedVariableDeclaration().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitInitializedVariableDeclaration(Dart2Parser.InitializedVariableDeclarationContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.InitializedVariableDeclarationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitInitializerListEntry(Dart2Parser.InitializerListEntryContext)
Visit a parse tree produced by initializerListEntry().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitInitializerListEntry(Dart2Parser.InitializerListEntryContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.InitializerListEntryContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitInitializers(Dart2Parser.InitializersContext)
Visit a parse tree produced by initializers().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitInitializers(Dart2Parser.InitializersContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.InitializersContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitInterfaces(Dart2Parser.InterfacesContext)
Visit a parse tree produced by interfaces().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitInterfaces(Dart2Parser.InterfacesContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.InterfacesContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitIsOperator(Dart2Parser.IsOperatorContext)
Visit a parse tree produced by isOperator().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitIsOperator(Dart2Parser.IsOperatorContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.IsOperatorContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitLabel(Dart2Parser.LabelContext)
Visit a parse tree produced by label().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitLabel(Dart2Parser.LabelContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.LabelContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitLibraryDefinition(Dart2Parser.LibraryDefinitionContext)
Visit a parse tree produced by libraryDefinition().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitLibraryDefinition(Dart2Parser.LibraryDefinitionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.LibraryDefinitionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitLibraryExport(Dart2Parser.LibraryExportContext)
Visit a parse tree produced by libraryExport().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitLibraryExport(Dart2Parser.LibraryExportContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.LibraryExportContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitLibraryimport(Dart2Parser.LibraryimportContext)
Visit a parse tree produced by libraryimport().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitLibraryimport(Dart2Parser.LibraryimportContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.LibraryimportContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitLibraryName(Dart2Parser.LibraryNameContext)
Visit a parse tree produced by libraryName().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitLibraryName(Dart2Parser.LibraryNameContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.LibraryNameContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitListLiteral(Dart2Parser.ListLiteralContext)
Visit a parse tree produced by listLiteral().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitListLiteral(Dart2Parser.ListLiteralContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ListLiteralContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitLiteral(Dart2Parser.LiteralContext)
Visit a parse tree produced by literal().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitLiteral(Dart2Parser.LiteralContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.LiteralContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitLocalFunctionDeclaration(Dart2Parser.LocalFunctionDeclarationContext)
Visit a parse tree produced by localFunctionDeclaration().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitLocalFunctionDeclaration(Dart2Parser.LocalFunctionDeclarationContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.LocalFunctionDeclarationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitLocalVariableDeclaration(Dart2Parser.LocalVariableDeclarationContext)
Visit a parse tree produced by localVariableDeclaration().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitLocalVariableDeclaration(Dart2Parser.LocalVariableDeclarationContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.LocalVariableDeclarationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitLogicalAndExpression(Dart2Parser.LogicalAndExpressionContext)
Visit a parse tree produced by logicalAndExpression().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitLogicalAndExpression(Dart2Parser.LogicalAndExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.LogicalAndExpressionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitLogicalOrExpression(Dart2Parser.LogicalOrExpressionContext)
Visit a parse tree produced by logicalOrExpression().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitLogicalOrExpression(Dart2Parser.LogicalOrExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.LogicalOrExpressionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitMapLiteral(Dart2Parser.MapLiteralContext)
Visit a parse tree produced by mapLiteral().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitMapLiteral(Dart2Parser.MapLiteralContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.MapLiteralContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitMapLiteralEntry(Dart2Parser.MapLiteralEntryContext)
Visit a parse tree produced by mapLiteralEntry().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitMapLiteralEntry(Dart2Parser.MapLiteralEntryContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.MapLiteralEntryContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitMetadata(Dart2Parser.MetadataContext)
Visit a parse tree produced by metadata().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitMetadata(Dart2Parser.MetadataContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.MetadataContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitMethodSignature(Dart2Parser.MethodSignatureContext)
Visit a parse tree produced by methodSignature().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitMethodSignature(Dart2Parser.MethodSignatureContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.MethodSignatureContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitMinusOperator(Dart2Parser.MinusOperatorContext)
Visit a parse tree produced by minusOperator().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitMinusOperator(Dart2Parser.MinusOperatorContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.MinusOperatorContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitMixinApplication(Dart2Parser.MixinApplicationContext)
Visit a parse tree produced by mixinApplication().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitMixinApplication(Dart2Parser.MixinApplicationContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.MixinApplicationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitMixinApplicationClass(Dart2Parser.MixinApplicationClassContext)
Visit a parse tree produced by mixinApplicationClass().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitMixinApplicationClass(Dart2Parser.MixinApplicationClassContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.MixinApplicationClassContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitMixins(Dart2Parser.MixinsContext)
Visit a parse tree produced by mixins().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitMixins(Dart2Parser.MixinsContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.MixinsContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitMultiplicativeExpression(Dart2Parser.MultiplicativeExpressionContext)
Visit a parse tree produced by multiplicativeExpression().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitMultiplicativeExpression(Dart2Parser.MultiplicativeExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.MultiplicativeExpressionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitMultiplicativeOperator(Dart2Parser.MultiplicativeOperatorContext)
Visit a parse tree produced by multiplicativeOperator().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitMultiplicativeOperator(Dart2Parser.MultiplicativeOperatorContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.MultiplicativeOperatorContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitNamedArgument(Dart2Parser.NamedArgumentContext)
Visit a parse tree produced by namedArgument().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitNamedArgument(Dart2Parser.NamedArgumentContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.NamedArgumentContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitNamedFormalParameters(Dart2Parser.NamedFormalParametersContext)
Visit a parse tree produced by namedFormalParameters().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitNamedFormalParameters(Dart2Parser.NamedFormalParametersContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.NamedFormalParametersContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitNayaExpression(Dart2Parser.NayaExpressionContext)
Visit a parse tree produced by nayaExpression().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitNayaExpression(Dart2Parser.NayaExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.NayaExpressionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitNegationOperator(Dart2Parser.NegationOperatorContext)
Visit a parse tree produced by negationOperator().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitNegationOperator(Dart2Parser.NegationOperatorContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.NegationOperatorContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitNonLabledStatment(Dart2Parser.NonLabledStatmentContext)
Visit a parse tree produced by nonLabledStatment().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitNonLabledStatment(Dart2Parser.NonLabledStatmentContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.NonLabledStatmentContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitNormalFormalParameter(Dart2Parser.NormalFormalParameterContext)
Visit a parse tree produced by normalFormalParameter().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitNormalFormalParameter(Dart2Parser.NormalFormalParameterContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.NormalFormalParameterContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitNormalFormalParameters(Dart2Parser.NormalFormalParametersContext)
Visit a parse tree produced by normalFormalParameters().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitNormalFormalParameters(Dart2Parser.NormalFormalParametersContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.NormalFormalParametersContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitNullLiteral(Dart2Parser.NullLiteralContext)
Visit a parse tree produced by nullLiteral().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitNullLiteral(Dart2Parser.NullLiteralContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.NullLiteralContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitNumericLiteral(Dart2Parser.NumericLiteralContext)
Visit a parse tree produced by numericLiteral().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitNumericLiteral(Dart2Parser.NumericLiteralContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.NumericLiteralContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitOnPart(Dart2Parser.OnPartContext)
Visit a parse tree produced by onPart().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitOnPart(Dart2Parser.OnPartContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.OnPartContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitOperator_(Dart2Parser.Operator_Context)
Visit a parse tree produced by operator_().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitOperator_(Dart2Parser.Operator_Context context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.Operator_Context | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitOperatorSignature(Dart2Parser.OperatorSignatureContext)
Visit a parse tree produced by operatorSignature().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitOperatorSignature(Dart2Parser.OperatorSignatureContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.OperatorSignatureContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitOptionalFormalParameters(Dart2Parser.OptionalFormalParametersContext)
Visit a parse tree produced by optionalFormalParameters().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitOptionalFormalParameters(Dart2Parser.OptionalFormalParametersContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.OptionalFormalParametersContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitOptionalPositionalFormalParameters(Dart2Parser.OptionalPositionalFormalParametersContext)
Visit a parse tree produced by optionalPositionalFormalParameters().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitOptionalPositionalFormalParameters(Dart2Parser.OptionalPositionalFormalParametersContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.OptionalPositionalFormalParametersContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitPartDeclaration(Dart2Parser.PartDeclarationContext)
Visit a parse tree produced by partDeclaration().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitPartDeclaration(Dart2Parser.PartDeclarationContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.PartDeclarationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitPartDirective(Dart2Parser.PartDirectiveContext)
Visit a parse tree produced by partDirective().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitPartDirective(Dart2Parser.PartDirectiveContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.PartDirectiveContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitPartHeader(Dart2Parser.PartHeaderContext)
Visit a parse tree produced by partHeader().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitPartHeader(Dart2Parser.PartHeaderContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.PartHeaderContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitPostfixExpression(Dart2Parser.PostfixExpressionContext)
Visit a parse tree produced by postfixExpression().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitPostfixExpression(Dart2Parser.PostfixExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.PostfixExpressionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitPostfixOperator(Dart2Parser.PostfixOperatorContext)
Visit a parse tree produced by postfixOperator().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitPostfixOperator(Dart2Parser.PostfixOperatorContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.PostfixOperatorContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitPrefixOperator(Dart2Parser.PrefixOperatorContext)
Visit a parse tree produced by prefixOperator().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitPrefixOperator(Dart2Parser.PrefixOperatorContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.PrefixOperatorContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitPrimary(Dart2Parser.PrimaryContext)
Visit a parse tree produced by primary().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitPrimary(Dart2Parser.PrimaryContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.PrimaryContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitQualified(Dart2Parser.QualifiedContext)
Visit a parse tree produced by qualified().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitQualified(Dart2Parser.QualifiedContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.QualifiedContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitRedirectingFactoryConstructorSignature(Dart2Parser.RedirectingFactoryConstructorSignatureContext)
Visit a parse tree produced by redirectingFactoryConstructorSignature().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitRedirectingFactoryConstructorSignature(Dart2Parser.RedirectingFactoryConstructorSignatureContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.RedirectingFactoryConstructorSignatureContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitRedirection(Dart2Parser.RedirectionContext)
Visit a parse tree produced by redirection().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitRedirection(Dart2Parser.RedirectionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.RedirectionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitRelationalExpression(Dart2Parser.RelationalExpressionContext)
Visit a parse tree produced by relationalExpression().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitRelationalExpression(Dart2Parser.RelationalExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.RelationalExpressionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitRelationalOperator(Dart2Parser.RelationalOperatorContext)
Visit a parse tree produced by relationalOperator().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitRelationalOperator(Dart2Parser.RelationalOperatorContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.RelationalOperatorContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitRethrowStatment(Dart2Parser.RethrowStatmentContext)
Visit a parse tree produced by rethrowStatment().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitRethrowStatment(Dart2Parser.RethrowStatmentContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.RethrowStatmentContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitReturnStatement(Dart2Parser.ReturnStatementContext)
Visit a parse tree produced by returnStatement().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitReturnStatement(Dart2Parser.ReturnStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ReturnStatementContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitReturnType(Dart2Parser.ReturnTypeContext)
Visit a parse tree produced by returnType().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitReturnType(Dart2Parser.ReturnTypeContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ReturnTypeContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitScriptTag(Dart2Parser.ScriptTagContext)
Visit a parse tree produced by scriptTag().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitScriptTag(Dart2Parser.ScriptTagContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ScriptTagContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitSelector(Dart2Parser.SelectorContext)
Visit a parse tree produced by selector().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitSelector(Dart2Parser.SelectorContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.SelectorContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitSetterSignature(Dart2Parser.SetterSignatureContext)
Visit a parse tree produced by setterSignature().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitSetterSignature(Dart2Parser.SetterSignatureContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.SetterSignatureContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitShiftExpression(Dart2Parser.ShiftExpressionContext)
Visit a parse tree produced by shiftExpression().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitShiftExpression(Dart2Parser.ShiftExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ShiftExpressionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitShiftOperator(Dart2Parser.ShiftOperatorContext)
Visit a parse tree produced by shiftOperator().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitShiftOperator(Dart2Parser.ShiftOperatorContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ShiftOperatorContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitSimpleFormalParameter(Dart2Parser.SimpleFormalParameterContext)
Visit a parse tree produced by simpleFormalParameter().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitSimpleFormalParameter(Dart2Parser.SimpleFormalParameterContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.SimpleFormalParameterContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitStatement(Dart2Parser.StatementContext)
Visit a parse tree produced by statement().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitStatement(Dart2Parser.StatementContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.StatementContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitStatements(Dart2Parser.StatementsContext)
Visit a parse tree produced by statements().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitStatements(Dart2Parser.StatementsContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.StatementsContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitStaticFinalDeclaration(Dart2Parser.StaticFinalDeclarationContext)
Visit a parse tree produced by staticFinalDeclaration().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitStaticFinalDeclaration(Dart2Parser.StaticFinalDeclarationContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.StaticFinalDeclarationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitStaticFinalDeclarationList(Dart2Parser.StaticFinalDeclarationListContext)
Visit a parse tree produced by staticFinalDeclarationList().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitStaticFinalDeclarationList(Dart2Parser.StaticFinalDeclarationListContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.StaticFinalDeclarationListContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitStringInterpolation(Dart2Parser.StringInterpolationContext)
Visit a parse tree produced by stringInterpolation().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitStringInterpolation(Dart2Parser.StringInterpolationContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.StringInterpolationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitStringLiteral(Dart2Parser.StringLiteralContext)
Visit a parse tree produced by stringLiteral().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitStringLiteral(Dart2Parser.StringLiteralContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.StringLiteralContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitSuperclass(Dart2Parser.SuperclassContext)
Visit a parse tree produced by superclass().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitSuperclass(Dart2Parser.SuperclassContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.SuperclassContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitSwitchCase(Dart2Parser.SwitchCaseContext)
Visit a parse tree produced by switchCase().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitSwitchCase(Dart2Parser.SwitchCaseContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.SwitchCaseContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitSwitchStatement(Dart2Parser.SwitchStatementContext)
Visit a parse tree produced by switchStatement().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitSwitchStatement(Dart2Parser.SwitchStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.SwitchStatementContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitSymbolLiteral(Dart2Parser.SymbolLiteralContext)
Visit a parse tree produced by symbolLiteral().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitSymbolLiteral(Dart2Parser.SymbolLiteralContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.SymbolLiteralContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitThisExpression(Dart2Parser.ThisExpressionContext)
Visit a parse tree produced by thisExpression().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitThisExpression(Dart2Parser.ThisExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ThisExpressionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitThrowExpression(Dart2Parser.ThrowExpressionContext)
Visit a parse tree produced by throwExpression().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitThrowExpression(Dart2Parser.ThrowExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ThrowExpressionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitThrowExpressionWithoutCascade(Dart2Parser.ThrowExpressionWithoutCascadeContext)
Visit a parse tree produced by throwExpressionWithoutCascade().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitThrowExpressionWithoutCascade(Dart2Parser.ThrowExpressionWithoutCascadeContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.ThrowExpressionWithoutCascadeContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitTildeOperator(Dart2Parser.TildeOperatorContext)
Visit a parse tree produced by tildeOperator().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitTildeOperator(Dart2Parser.TildeOperatorContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.TildeOperatorContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitTopLevelDefinition(Dart2Parser.TopLevelDefinitionContext)
Visit a parse tree produced by topLevelDefinition().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitTopLevelDefinition(Dart2Parser.TopLevelDefinitionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.TopLevelDefinitionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitTryStatement(Dart2Parser.TryStatementContext)
Visit a parse tree produced by tryStatement().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitTryStatement(Dart2Parser.TryStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.TryStatementContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitTypeAlias(Dart2Parser.TypeAliasContext)
Visit a parse tree produced by typeAlias().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitTypeAlias(Dart2Parser.TypeAliasContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.TypeAliasContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitTypeAliasBody(Dart2Parser.TypeAliasBodyContext)
Visit a parse tree produced by typeAliasBody().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitTypeAliasBody(Dart2Parser.TypeAliasBodyContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.TypeAliasBodyContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitTypeArguments(Dart2Parser.TypeArgumentsContext)
Visit a parse tree produced by typeArguments().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitTypeArguments(Dart2Parser.TypeArgumentsContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.TypeArgumentsContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitTypeCast(Dart2Parser.TypeCastContext)
Visit a parse tree produced by typeCast().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitTypeCast(Dart2Parser.TypeCastContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.TypeCastContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitTypeList(Dart2Parser.TypeListContext)
Visit a parse tree produced by typeList().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitTypeList(Dart2Parser.TypeListContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.TypeListContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitTypeName(Dart2Parser.TypeNameContext)
Visit a parse tree produced by typeName().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitTypeName(Dart2Parser.TypeNameContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.TypeNameContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitTypeParameter(Dart2Parser.TypeParameterContext)
Visit a parse tree produced by typeParameter().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitTypeParameter(Dart2Parser.TypeParameterContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.TypeParameterContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitTypeParameters(Dart2Parser.TypeParametersContext)
Visit a parse tree produced by typeParameters().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitTypeParameters(Dart2Parser.TypeParametersContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.TypeParametersContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitTypeTest(Dart2Parser.TypeTestContext)
Visit a parse tree produced by typeTest().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitTypeTest(Dart2Parser.TypeTestContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.TypeTestContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitUnaryExpression(Dart2Parser.UnaryExpressionContext)
Visit a parse tree produced by unaryExpression().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitUnaryExpression(Dart2Parser.UnaryExpressionContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.UnaryExpressionContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitUnconditionalAssignableSelector(Dart2Parser.UnconditionalAssignableSelectorContext)
Visit a parse tree produced by unconditionalAssignableSelector().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitUnconditionalAssignableSelector(Dart2Parser.UnconditionalAssignableSelectorContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.UnconditionalAssignableSelectorContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitUri(Dart2Parser.UriContext)
Visit a parse tree produced by uri().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitUri(Dart2Parser.UriContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.UriContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitUriTest(Dart2Parser.UriTestContext)
Visit a parse tree produced by uriTest().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitUriTest(Dart2Parser.UriTestContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.UriTestContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitVariableDeclaration(Dart2Parser.VariableDeclarationContext)
Visit a parse tree produced by variableDeclaration().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitVariableDeclaration(Dart2Parser.VariableDeclarationContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.VariableDeclarationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitVarOrType(Dart2Parser.VarOrTypeContext)
Visit a parse tree produced by varOrType().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitVarOrType(Dart2Parser.VarOrTypeContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.VarOrTypeContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitWhileStatement(Dart2Parser.WhileStatementContext)
Visit a parse tree produced by whileStatement().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitWhileStatement(Dart2Parser.WhileStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.WhileStatementContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitYieldEachStatement(Dart2Parser.YieldEachStatementContext)
Visit a parse tree produced by yieldEachStatement().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitYieldEachStatement(Dart2Parser.YieldEachStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.YieldEachStatementContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitYieldStatement(Dart2Parser.YieldStatementContext)
Visit a parse tree produced by yieldStatement().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitYieldStatement(Dart2Parser.YieldStatementContext context)
Parameters
Type | Name | Description |
---|---|---|
Dart2Parser.YieldStatementContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |