Class Dart2BaseListener
- java.lang.Object
-
- net.sourceforge.pmd.lang.dart.antlr4.Dart2BaseListener
-
- All Implemented Interfaces:
Dart2Listener,org.antlr.v4.runtime.tree.ParseTreeListener
public class Dart2BaseListener extends java.lang.Object implements Dart2Listener
This class provides an empty implementation ofDart2Listener, which can be extended to create a listener which only needs to handle a subset of the available methods.
-
-
Constructor Summary
Constructors Constructor Description Dart2BaseListener()
-
Method Summary
-
-
-
Method Detail
-
enterCompilationUnit
public void enterCompilationUnit(Dart2Parser.CompilationUnitContext ctx)
Enter a parse tree produced byDart2Parser.compilationUnit().The default implementation does nothing.
- Specified by:
enterCompilationUnitin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitCompilationUnit
public void exitCompilationUnit(Dart2Parser.CompilationUnitContext ctx)
Exit a parse tree produced byDart2Parser.compilationUnit().The default implementation does nothing.
- Specified by:
exitCompilationUnitin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterVariableDeclaration
public void enterVariableDeclaration(Dart2Parser.VariableDeclarationContext ctx)
Enter a parse tree produced byDart2Parser.variableDeclaration().The default implementation does nothing.
- Specified by:
enterVariableDeclarationin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitVariableDeclaration
public void exitVariableDeclaration(Dart2Parser.VariableDeclarationContext ctx)
Exit a parse tree produced byDart2Parser.variableDeclaration().The default implementation does nothing.
- Specified by:
exitVariableDeclarationin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterDeclaredIdentifier
public void enterDeclaredIdentifier(Dart2Parser.DeclaredIdentifierContext ctx)
Enter a parse tree produced byDart2Parser.declaredIdentifier().The default implementation does nothing.
- Specified by:
enterDeclaredIdentifierin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitDeclaredIdentifier
public void exitDeclaredIdentifier(Dart2Parser.DeclaredIdentifierContext ctx)
Exit a parse tree produced byDart2Parser.declaredIdentifier().The default implementation does nothing.
- Specified by:
exitDeclaredIdentifierin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterFinalConstVarOrType
public void enterFinalConstVarOrType(Dart2Parser.FinalConstVarOrTypeContext ctx)
Enter a parse tree produced byDart2Parser.finalConstVarOrType().The default implementation does nothing.
- Specified by:
enterFinalConstVarOrTypein interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitFinalConstVarOrType
public void exitFinalConstVarOrType(Dart2Parser.FinalConstVarOrTypeContext ctx)
Exit a parse tree produced byDart2Parser.finalConstVarOrType().The default implementation does nothing.
- Specified by:
exitFinalConstVarOrTypein interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterVarOrType
public void enterVarOrType(Dart2Parser.VarOrTypeContext ctx)
Enter a parse tree produced byDart2Parser.varOrType().The default implementation does nothing.
- Specified by:
enterVarOrTypein interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitVarOrType
public void exitVarOrType(Dart2Parser.VarOrTypeContext ctx)
Exit a parse tree produced byDart2Parser.varOrType().The default implementation does nothing.
- Specified by:
exitVarOrTypein interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterInitializedVariableDeclaration
public void enterInitializedVariableDeclaration(Dart2Parser.InitializedVariableDeclarationContext ctx)
Enter a parse tree produced byDart2Parser.initializedVariableDeclaration().The default implementation does nothing.
- Specified by:
enterInitializedVariableDeclarationin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitInitializedVariableDeclaration
public void exitInitializedVariableDeclaration(Dart2Parser.InitializedVariableDeclarationContext ctx)
Exit a parse tree produced byDart2Parser.initializedVariableDeclaration().The default implementation does nothing.
- Specified by:
exitInitializedVariableDeclarationin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterInitializedIdentifier
public void enterInitializedIdentifier(Dart2Parser.InitializedIdentifierContext ctx)
Enter a parse tree produced byDart2Parser.initializedIdentifier().The default implementation does nothing.
- Specified by:
enterInitializedIdentifierin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitInitializedIdentifier
public void exitInitializedIdentifier(Dart2Parser.InitializedIdentifierContext ctx)
Exit a parse tree produced byDart2Parser.initializedIdentifier().The default implementation does nothing.
- Specified by:
exitInitializedIdentifierin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterInitializedIdentifierList
public void enterInitializedIdentifierList(Dart2Parser.InitializedIdentifierListContext ctx)
Enter a parse tree produced byDart2Parser.initializedIdentifierList().The default implementation does nothing.
- Specified by:
enterInitializedIdentifierListin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitInitializedIdentifierList
public void exitInitializedIdentifierList(Dart2Parser.InitializedIdentifierListContext ctx)
Exit a parse tree produced byDart2Parser.initializedIdentifierList().The default implementation does nothing.
- Specified by:
exitInitializedIdentifierListin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterFunctionSignature
public void enterFunctionSignature(Dart2Parser.FunctionSignatureContext ctx)
Enter a parse tree produced byDart2Parser.functionSignature().The default implementation does nothing.
- Specified by:
enterFunctionSignaturein interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitFunctionSignature
public void exitFunctionSignature(Dart2Parser.FunctionSignatureContext ctx)
Exit a parse tree produced byDart2Parser.functionSignature().The default implementation does nothing.
- Specified by:
exitFunctionSignaturein interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterFormalParameterPart
public void enterFormalParameterPart(Dart2Parser.FormalParameterPartContext ctx)
Enter a parse tree produced byDart2Parser.formalParameterPart().The default implementation does nothing.
- Specified by:
enterFormalParameterPartin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitFormalParameterPart
public void exitFormalParameterPart(Dart2Parser.FormalParameterPartContext ctx)
Exit a parse tree produced byDart2Parser.formalParameterPart().The default implementation does nothing.
- Specified by:
exitFormalParameterPartin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterReturnType
public void enterReturnType(Dart2Parser.ReturnTypeContext ctx)
Enter a parse tree produced byDart2Parser.returnType().The default implementation does nothing.
- Specified by:
enterReturnTypein interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitReturnType
public void exitReturnType(Dart2Parser.ReturnTypeContext ctx)
Exit a parse tree produced byDart2Parser.returnType().The default implementation does nothing.
- Specified by:
exitReturnTypein interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterFunctionBody
public void enterFunctionBody(Dart2Parser.FunctionBodyContext ctx)
Enter a parse tree produced byDart2Parser.functionBody().The default implementation does nothing.
- Specified by:
enterFunctionBodyin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitFunctionBody
public void exitFunctionBody(Dart2Parser.FunctionBodyContext ctx)
Exit a parse tree produced byDart2Parser.functionBody().The default implementation does nothing.
- Specified by:
exitFunctionBodyin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterBlock
public void enterBlock(Dart2Parser.BlockContext ctx)
Enter a parse tree produced byDart2Parser.block().The default implementation does nothing.
- Specified by:
enterBlockin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitBlock
public void exitBlock(Dart2Parser.BlockContext ctx)
Exit a parse tree produced byDart2Parser.block().The default implementation does nothing.
- Specified by:
exitBlockin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterFormalParameterList
public void enterFormalParameterList(Dart2Parser.FormalParameterListContext ctx)
Enter a parse tree produced byDart2Parser.formalParameterList().The default implementation does nothing.
- Specified by:
enterFormalParameterListin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitFormalParameterList
public void exitFormalParameterList(Dart2Parser.FormalParameterListContext ctx)
Exit a parse tree produced byDart2Parser.formalParameterList().The default implementation does nothing.
- Specified by:
exitFormalParameterListin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterNormalFormalParameters
public void enterNormalFormalParameters(Dart2Parser.NormalFormalParametersContext ctx)
Enter a parse tree produced byDart2Parser.normalFormalParameters().The default implementation does nothing.
- Specified by:
enterNormalFormalParametersin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitNormalFormalParameters
public void exitNormalFormalParameters(Dart2Parser.NormalFormalParametersContext ctx)
Exit a parse tree produced byDart2Parser.normalFormalParameters().The default implementation does nothing.
- Specified by:
exitNormalFormalParametersin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterOptionalFormalParameters
public void enterOptionalFormalParameters(Dart2Parser.OptionalFormalParametersContext ctx)
Enter a parse tree produced byDart2Parser.optionalFormalParameters().The default implementation does nothing.
- Specified by:
enterOptionalFormalParametersin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitOptionalFormalParameters
public void exitOptionalFormalParameters(Dart2Parser.OptionalFormalParametersContext ctx)
Exit a parse tree produced byDart2Parser.optionalFormalParameters().The default implementation does nothing.
- Specified by:
exitOptionalFormalParametersin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterOptionalPositionalFormalParameters
public void enterOptionalPositionalFormalParameters(Dart2Parser.OptionalPositionalFormalParametersContext ctx)
Enter a parse tree produced byDart2Parser.optionalPositionalFormalParameters().The default implementation does nothing.
- Specified by:
enterOptionalPositionalFormalParametersin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitOptionalPositionalFormalParameters
public void exitOptionalPositionalFormalParameters(Dart2Parser.OptionalPositionalFormalParametersContext ctx)
Exit a parse tree produced byDart2Parser.optionalPositionalFormalParameters().The default implementation does nothing.
- Specified by:
exitOptionalPositionalFormalParametersin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterNamedFormalParameters
public void enterNamedFormalParameters(Dart2Parser.NamedFormalParametersContext ctx)
Enter a parse tree produced byDart2Parser.namedFormalParameters().The default implementation does nothing.
- Specified by:
enterNamedFormalParametersin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitNamedFormalParameters
public void exitNamedFormalParameters(Dart2Parser.NamedFormalParametersContext ctx)
Exit a parse tree produced byDart2Parser.namedFormalParameters().The default implementation does nothing.
- Specified by:
exitNamedFormalParametersin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterNormalFormalParameter
public void enterNormalFormalParameter(Dart2Parser.NormalFormalParameterContext ctx)
Enter a parse tree produced byDart2Parser.normalFormalParameter().The default implementation does nothing.
- Specified by:
enterNormalFormalParameterin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitNormalFormalParameter
public void exitNormalFormalParameter(Dart2Parser.NormalFormalParameterContext ctx)
Exit a parse tree produced byDart2Parser.normalFormalParameter().The default implementation does nothing.
- Specified by:
exitNormalFormalParameterin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterFunctionFormalParameter
public void enterFunctionFormalParameter(Dart2Parser.FunctionFormalParameterContext ctx)
Enter a parse tree produced byDart2Parser.functionFormalParameter().The default implementation does nothing.
- Specified by:
enterFunctionFormalParameterin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitFunctionFormalParameter
public void exitFunctionFormalParameter(Dart2Parser.FunctionFormalParameterContext ctx)
Exit a parse tree produced byDart2Parser.functionFormalParameter().The default implementation does nothing.
- Specified by:
exitFunctionFormalParameterin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterSimpleFormalParameter
public void enterSimpleFormalParameter(Dart2Parser.SimpleFormalParameterContext ctx)
Enter a parse tree produced byDart2Parser.simpleFormalParameter().The default implementation does nothing.
- Specified by:
enterSimpleFormalParameterin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitSimpleFormalParameter
public void exitSimpleFormalParameter(Dart2Parser.SimpleFormalParameterContext ctx)
Exit a parse tree produced byDart2Parser.simpleFormalParameter().The default implementation does nothing.
- Specified by:
exitSimpleFormalParameterin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterFieldFormalParameter
public void enterFieldFormalParameter(Dart2Parser.FieldFormalParameterContext ctx)
Enter a parse tree produced byDart2Parser.fieldFormalParameter().The default implementation does nothing.
- Specified by:
enterFieldFormalParameterin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitFieldFormalParameter
public void exitFieldFormalParameter(Dart2Parser.FieldFormalParameterContext ctx)
Exit a parse tree produced byDart2Parser.fieldFormalParameter().The default implementation does nothing.
- Specified by:
exitFieldFormalParameterin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterDefaultFormalParameter
public void enterDefaultFormalParameter(Dart2Parser.DefaultFormalParameterContext ctx)
Enter a parse tree produced byDart2Parser.defaultFormalParameter().The default implementation does nothing.
- Specified by:
enterDefaultFormalParameterin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitDefaultFormalParameter
public void exitDefaultFormalParameter(Dart2Parser.DefaultFormalParameterContext ctx)
Exit a parse tree produced byDart2Parser.defaultFormalParameter().The default implementation does nothing.
- Specified by:
exitDefaultFormalParameterin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterDefaultNamedParameter
public void enterDefaultNamedParameter(Dart2Parser.DefaultNamedParameterContext ctx)
Enter a parse tree produced byDart2Parser.defaultNamedParameter().The default implementation does nothing.
- Specified by:
enterDefaultNamedParameterin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitDefaultNamedParameter
public void exitDefaultNamedParameter(Dart2Parser.DefaultNamedParameterContext ctx)
Exit a parse tree produced byDart2Parser.defaultNamedParameter().The default implementation does nothing.
- Specified by:
exitDefaultNamedParameterin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterClassDefinition
public void enterClassDefinition(Dart2Parser.ClassDefinitionContext ctx)
Enter a parse tree produced byDart2Parser.classDefinition().The default implementation does nothing.
- Specified by:
enterClassDefinitionin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitClassDefinition
public void exitClassDefinition(Dart2Parser.ClassDefinitionContext ctx)
Exit a parse tree produced byDart2Parser.classDefinition().The default implementation does nothing.
- Specified by:
exitClassDefinitionin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterMixins
public void enterMixins(Dart2Parser.MixinsContext ctx)
Enter a parse tree produced byDart2Parser.mixins().The default implementation does nothing.
- Specified by:
enterMixinsin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitMixins
public void exitMixins(Dart2Parser.MixinsContext ctx)
Exit a parse tree produced byDart2Parser.mixins().The default implementation does nothing.
- Specified by:
exitMixinsin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterClassMemberDefinition
public void enterClassMemberDefinition(Dart2Parser.ClassMemberDefinitionContext ctx)
Enter a parse tree produced byDart2Parser.classMemberDefinition().The default implementation does nothing.
- Specified by:
enterClassMemberDefinitionin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitClassMemberDefinition
public void exitClassMemberDefinition(Dart2Parser.ClassMemberDefinitionContext ctx)
Exit a parse tree produced byDart2Parser.classMemberDefinition().The default implementation does nothing.
- Specified by:
exitClassMemberDefinitionin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterMethodSignature
public void enterMethodSignature(Dart2Parser.MethodSignatureContext ctx)
Enter a parse tree produced byDart2Parser.methodSignature().The default implementation does nothing.
- Specified by:
enterMethodSignaturein interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitMethodSignature
public void exitMethodSignature(Dart2Parser.MethodSignatureContext ctx)
Exit a parse tree produced byDart2Parser.methodSignature().The default implementation does nothing.
- Specified by:
exitMethodSignaturein interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterDeclaration
public void enterDeclaration(Dart2Parser.DeclarationContext ctx)
Enter a parse tree produced byDart2Parser.declaration().The default implementation does nothing.
- Specified by:
enterDeclarationin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitDeclaration
public void exitDeclaration(Dart2Parser.DeclarationContext ctx)
Exit a parse tree produced byDart2Parser.declaration().The default implementation does nothing.
- Specified by:
exitDeclarationin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterStaticFinalDeclarationList
public void enterStaticFinalDeclarationList(Dart2Parser.StaticFinalDeclarationListContext ctx)
Enter a parse tree produced byDart2Parser.staticFinalDeclarationList().The default implementation does nothing.
- Specified by:
enterStaticFinalDeclarationListin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitStaticFinalDeclarationList
public void exitStaticFinalDeclarationList(Dart2Parser.StaticFinalDeclarationListContext ctx)
Exit a parse tree produced byDart2Parser.staticFinalDeclarationList().The default implementation does nothing.
- Specified by:
exitStaticFinalDeclarationListin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterStaticFinalDeclaration
public void enterStaticFinalDeclaration(Dart2Parser.StaticFinalDeclarationContext ctx)
Enter a parse tree produced byDart2Parser.staticFinalDeclaration().The default implementation does nothing.
- Specified by:
enterStaticFinalDeclarationin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitStaticFinalDeclaration
public void exitStaticFinalDeclaration(Dart2Parser.StaticFinalDeclarationContext ctx)
Exit a parse tree produced byDart2Parser.staticFinalDeclaration().The default implementation does nothing.
- Specified by:
exitStaticFinalDeclarationin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterOperatorSignature
public void enterOperatorSignature(Dart2Parser.OperatorSignatureContext ctx)
Enter a parse tree produced byDart2Parser.operatorSignature().The default implementation does nothing.
- Specified by:
enterOperatorSignaturein interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitOperatorSignature
public void exitOperatorSignature(Dart2Parser.OperatorSignatureContext ctx)
Exit a parse tree produced byDart2Parser.operatorSignature().The default implementation does nothing.
- Specified by:
exitOperatorSignaturein interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterOperator
public void enterOperator(Dart2Parser.OperatorContext ctx)
Enter a parse tree produced byDart2Parser.operator().The default implementation does nothing.
- Specified by:
enterOperatorin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitOperator
public void exitOperator(Dart2Parser.OperatorContext ctx)
Exit a parse tree produced byDart2Parser.operator().The default implementation does nothing.
- Specified by:
exitOperatorin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterBinaryOperator
public void enterBinaryOperator(Dart2Parser.BinaryOperatorContext ctx)
Enter a parse tree produced byDart2Parser.binaryOperator().The default implementation does nothing.
- Specified by:
enterBinaryOperatorin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitBinaryOperator
public void exitBinaryOperator(Dart2Parser.BinaryOperatorContext ctx)
Exit a parse tree produced byDart2Parser.binaryOperator().The default implementation does nothing.
- Specified by:
exitBinaryOperatorin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterGetterSignature
public void enterGetterSignature(Dart2Parser.GetterSignatureContext ctx)
Enter a parse tree produced byDart2Parser.getterSignature().The default implementation does nothing.
- Specified by:
enterGetterSignaturein interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitGetterSignature
public void exitGetterSignature(Dart2Parser.GetterSignatureContext ctx)
Exit a parse tree produced byDart2Parser.getterSignature().The default implementation does nothing.
- Specified by:
exitGetterSignaturein interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterSetterSignature
public void enterSetterSignature(Dart2Parser.SetterSignatureContext ctx)
Enter a parse tree produced byDart2Parser.setterSignature().The default implementation does nothing.
- Specified by:
enterSetterSignaturein interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitSetterSignature
public void exitSetterSignature(Dart2Parser.SetterSignatureContext ctx)
Exit a parse tree produced byDart2Parser.setterSignature().The default implementation does nothing.
- Specified by:
exitSetterSignaturein interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterConstructorSignature
public void enterConstructorSignature(Dart2Parser.ConstructorSignatureContext ctx)
Enter a parse tree produced byDart2Parser.constructorSignature().The default implementation does nothing.
- Specified by:
enterConstructorSignaturein interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitConstructorSignature
public void exitConstructorSignature(Dart2Parser.ConstructorSignatureContext ctx)
Exit a parse tree produced byDart2Parser.constructorSignature().The default implementation does nothing.
- Specified by:
exitConstructorSignaturein interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterRedirection
public void enterRedirection(Dart2Parser.RedirectionContext ctx)
Enter a parse tree produced byDart2Parser.redirection().The default implementation does nothing.
- Specified by:
enterRedirectionin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitRedirection
public void exitRedirection(Dart2Parser.RedirectionContext ctx)
Exit a parse tree produced byDart2Parser.redirection().The default implementation does nothing.
- Specified by:
exitRedirectionin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterInitializers
public void enterInitializers(Dart2Parser.InitializersContext ctx)
Enter a parse tree produced byDart2Parser.initializers().The default implementation does nothing.
- Specified by:
enterInitializersin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitInitializers
public void exitInitializers(Dart2Parser.InitializersContext ctx)
Exit a parse tree produced byDart2Parser.initializers().The default implementation does nothing.
- Specified by:
exitInitializersin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterInitializerListEntry
public void enterInitializerListEntry(Dart2Parser.InitializerListEntryContext ctx)
Enter a parse tree produced byDart2Parser.initializerListEntry().The default implementation does nothing.
- Specified by:
enterInitializerListEntryin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitInitializerListEntry
public void exitInitializerListEntry(Dart2Parser.InitializerListEntryContext ctx)
Exit a parse tree produced byDart2Parser.initializerListEntry().The default implementation does nothing.
- Specified by:
exitInitializerListEntryin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterFieldInitializer
public void enterFieldInitializer(Dart2Parser.FieldInitializerContext ctx)
Enter a parse tree produced byDart2Parser.fieldInitializer().The default implementation does nothing.
- Specified by:
enterFieldInitializerin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitFieldInitializer
public void exitFieldInitializer(Dart2Parser.FieldInitializerContext ctx)
Exit a parse tree produced byDart2Parser.fieldInitializer().The default implementation does nothing.
- Specified by:
exitFieldInitializerin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterFactoryConstructorSignature
public void enterFactoryConstructorSignature(Dart2Parser.FactoryConstructorSignatureContext ctx)
Enter a parse tree produced byDart2Parser.factoryConstructorSignature().The default implementation does nothing.
- Specified by:
enterFactoryConstructorSignaturein interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitFactoryConstructorSignature
public void exitFactoryConstructorSignature(Dart2Parser.FactoryConstructorSignatureContext ctx)
Exit a parse tree produced byDart2Parser.factoryConstructorSignature().The default implementation does nothing.
- Specified by:
exitFactoryConstructorSignaturein interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterRedirectingFactoryConstructorSignature
public void enterRedirectingFactoryConstructorSignature(Dart2Parser.RedirectingFactoryConstructorSignatureContext ctx)
Enter a parse tree produced byDart2Parser.redirectingFactoryConstructorSignature().The default implementation does nothing.
- Specified by:
enterRedirectingFactoryConstructorSignaturein interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitRedirectingFactoryConstructorSignature
public void exitRedirectingFactoryConstructorSignature(Dart2Parser.RedirectingFactoryConstructorSignatureContext ctx)
Exit a parse tree produced byDart2Parser.redirectingFactoryConstructorSignature().The default implementation does nothing.
- Specified by:
exitRedirectingFactoryConstructorSignaturein interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterConstantConstructorSignature
public void enterConstantConstructorSignature(Dart2Parser.ConstantConstructorSignatureContext ctx)
Enter a parse tree produced byDart2Parser.constantConstructorSignature().The default implementation does nothing.
- Specified by:
enterConstantConstructorSignaturein interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitConstantConstructorSignature
public void exitConstantConstructorSignature(Dart2Parser.ConstantConstructorSignatureContext ctx)
Exit a parse tree produced byDart2Parser.constantConstructorSignature().The default implementation does nothing.
- Specified by:
exitConstantConstructorSignaturein interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterSuperclass
public void enterSuperclass(Dart2Parser.SuperclassContext ctx)
Enter a parse tree produced byDart2Parser.superclass().The default implementation does nothing.
- Specified by:
enterSuperclassin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitSuperclass
public void exitSuperclass(Dart2Parser.SuperclassContext ctx)
Exit a parse tree produced byDart2Parser.superclass().The default implementation does nothing.
- Specified by:
exitSuperclassin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterInterfaces
public void enterInterfaces(Dart2Parser.InterfacesContext ctx)
Enter a parse tree produced byDart2Parser.interfaces().The default implementation does nothing.
- Specified by:
enterInterfacesin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitInterfaces
public void exitInterfaces(Dart2Parser.InterfacesContext ctx)
Exit a parse tree produced byDart2Parser.interfaces().The default implementation does nothing.
- Specified by:
exitInterfacesin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterMixinApplicationClass
public void enterMixinApplicationClass(Dart2Parser.MixinApplicationClassContext ctx)
Enter a parse tree produced byDart2Parser.mixinApplicationClass().The default implementation does nothing.
- Specified by:
enterMixinApplicationClassin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitMixinApplicationClass
public void exitMixinApplicationClass(Dart2Parser.MixinApplicationClassContext ctx)
Exit a parse tree produced byDart2Parser.mixinApplicationClass().The default implementation does nothing.
- Specified by:
exitMixinApplicationClassin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterMixinApplication
public void enterMixinApplication(Dart2Parser.MixinApplicationContext ctx)
Enter a parse tree produced byDart2Parser.mixinApplication().The default implementation does nothing.
- Specified by:
enterMixinApplicationin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitMixinApplication
public void exitMixinApplication(Dart2Parser.MixinApplicationContext ctx)
Exit a parse tree produced byDart2Parser.mixinApplication().The default implementation does nothing.
- Specified by:
exitMixinApplicationin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterEnumType
public void enterEnumType(Dart2Parser.EnumTypeContext ctx)
Enter a parse tree produced byDart2Parser.enumType().The default implementation does nothing.
- Specified by:
enterEnumTypein interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitEnumType
public void exitEnumType(Dart2Parser.EnumTypeContext ctx)
Exit a parse tree produced byDart2Parser.enumType().The default implementation does nothing.
- Specified by:
exitEnumTypein interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterEnumEntry
public void enterEnumEntry(Dart2Parser.EnumEntryContext ctx)
Enter a parse tree produced byDart2Parser.enumEntry().The default implementation does nothing.
- Specified by:
enterEnumEntryin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitEnumEntry
public void exitEnumEntry(Dart2Parser.EnumEntryContext ctx)
Exit a parse tree produced byDart2Parser.enumEntry().The default implementation does nothing.
- Specified by:
exitEnumEntryin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterTypeParameter
public void enterTypeParameter(Dart2Parser.TypeParameterContext ctx)
Enter a parse tree produced byDart2Parser.typeParameter().The default implementation does nothing.
- Specified by:
enterTypeParameterin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitTypeParameter
public void exitTypeParameter(Dart2Parser.TypeParameterContext ctx)
Exit a parse tree produced byDart2Parser.typeParameter().The default implementation does nothing.
- Specified by:
exitTypeParameterin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterTypeParameters
public void enterTypeParameters(Dart2Parser.TypeParametersContext ctx)
Enter a parse tree produced byDart2Parser.typeParameters().The default implementation does nothing.
- Specified by:
enterTypeParametersin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitTypeParameters
public void exitTypeParameters(Dart2Parser.TypeParametersContext ctx)
Exit a parse tree produced byDart2Parser.typeParameters().The default implementation does nothing.
- Specified by:
exitTypeParametersin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterMetadata
public void enterMetadata(Dart2Parser.MetadataContext ctx)
Enter a parse tree produced byDart2Parser.metadata().The default implementation does nothing.
- Specified by:
enterMetadatain interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitMetadata
public void exitMetadata(Dart2Parser.MetadataContext ctx)
Exit a parse tree produced byDart2Parser.metadata().The default implementation does nothing.
- Specified by:
exitMetadatain interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterExpression
public void enterExpression(Dart2Parser.ExpressionContext ctx)
Enter a parse tree produced byDart2Parser.expression().The default implementation does nothing.
- Specified by:
enterExpressionin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitExpression
public void exitExpression(Dart2Parser.ExpressionContext ctx)
Exit a parse tree produced byDart2Parser.expression().The default implementation does nothing.
- Specified by:
exitExpressionin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterExpressionWithoutCascade
public void enterExpressionWithoutCascade(Dart2Parser.ExpressionWithoutCascadeContext ctx)
Enter a parse tree produced byDart2Parser.expressionWithoutCascade().The default implementation does nothing.
- Specified by:
enterExpressionWithoutCascadein interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitExpressionWithoutCascade
public void exitExpressionWithoutCascade(Dart2Parser.ExpressionWithoutCascadeContext ctx)
Exit a parse tree produced byDart2Parser.expressionWithoutCascade().The default implementation does nothing.
- Specified by:
exitExpressionWithoutCascadein interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterExpressionList
public void enterExpressionList(Dart2Parser.ExpressionListContext ctx)
Enter a parse tree produced byDart2Parser.expressionList().The default implementation does nothing.
- Specified by:
enterExpressionListin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitExpressionList
public void exitExpressionList(Dart2Parser.ExpressionListContext ctx)
Exit a parse tree produced byDart2Parser.expressionList().The default implementation does nothing.
- Specified by:
exitExpressionListin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterPrimary
public void enterPrimary(Dart2Parser.PrimaryContext ctx)
Enter a parse tree produced byDart2Parser.primary().The default implementation does nothing.
- Specified by:
enterPrimaryin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitPrimary
public void exitPrimary(Dart2Parser.PrimaryContext ctx)
Exit a parse tree produced byDart2Parser.primary().The default implementation does nothing.
- Specified by:
exitPrimaryin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterLiteral
public void enterLiteral(Dart2Parser.LiteralContext ctx)
Enter a parse tree produced byDart2Parser.literal().The default implementation does nothing.
- Specified by:
enterLiteralin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitLiteral
public void exitLiteral(Dart2Parser.LiteralContext ctx)
Exit a parse tree produced byDart2Parser.literal().The default implementation does nothing.
- Specified by:
exitLiteralin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterNullLiteral
public void enterNullLiteral(Dart2Parser.NullLiteralContext ctx)
Enter a parse tree produced byDart2Parser.nullLiteral().The default implementation does nothing.
- Specified by:
enterNullLiteralin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitNullLiteral
public void exitNullLiteral(Dart2Parser.NullLiteralContext ctx)
Exit a parse tree produced byDart2Parser.nullLiteral().The default implementation does nothing.
- Specified by:
exitNullLiteralin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterNumericLiteral
public void enterNumericLiteral(Dart2Parser.NumericLiteralContext ctx)
Enter a parse tree produced byDart2Parser.numericLiteral().The default implementation does nothing.
- Specified by:
enterNumericLiteralin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitNumericLiteral
public void exitNumericLiteral(Dart2Parser.NumericLiteralContext ctx)
Exit a parse tree produced byDart2Parser.numericLiteral().The default implementation does nothing.
- Specified by:
exitNumericLiteralin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterBooleanLiteral
public void enterBooleanLiteral(Dart2Parser.BooleanLiteralContext ctx)
Enter a parse tree produced byDart2Parser.booleanLiteral().The default implementation does nothing.
- Specified by:
enterBooleanLiteralin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitBooleanLiteral
public void exitBooleanLiteral(Dart2Parser.BooleanLiteralContext ctx)
Exit a parse tree produced byDart2Parser.booleanLiteral().The default implementation does nothing.
- Specified by:
exitBooleanLiteralin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterStringLiteral
public void enterStringLiteral(Dart2Parser.StringLiteralContext ctx)
Enter a parse tree produced byDart2Parser.stringLiteral().The default implementation does nothing.
- Specified by:
enterStringLiteralin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitStringLiteral
public void exitStringLiteral(Dart2Parser.StringLiteralContext ctx)
Exit a parse tree produced byDart2Parser.stringLiteral().The default implementation does nothing.
- Specified by:
exitStringLiteralin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterStringInterpolation
public void enterStringInterpolation(Dart2Parser.StringInterpolationContext ctx)
Enter a parse tree produced byDart2Parser.stringInterpolation().The default implementation does nothing.
- Specified by:
enterStringInterpolationin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitStringInterpolation
public void exitStringInterpolation(Dart2Parser.StringInterpolationContext ctx)
Exit a parse tree produced byDart2Parser.stringInterpolation().The default implementation does nothing.
- Specified by:
exitStringInterpolationin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterSymbolLiteral
public void enterSymbolLiteral(Dart2Parser.SymbolLiteralContext ctx)
Enter a parse tree produced byDart2Parser.symbolLiteral().The default implementation does nothing.
- Specified by:
enterSymbolLiteralin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitSymbolLiteral
public void exitSymbolLiteral(Dart2Parser.SymbolLiteralContext ctx)
Exit a parse tree produced byDart2Parser.symbolLiteral().The default implementation does nothing.
- Specified by:
exitSymbolLiteralin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterListLiteral
public void enterListLiteral(Dart2Parser.ListLiteralContext ctx)
Enter a parse tree produced byDart2Parser.listLiteral().The default implementation does nothing.
- Specified by:
enterListLiteralin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitListLiteral
public void exitListLiteral(Dart2Parser.ListLiteralContext ctx)
Exit a parse tree produced byDart2Parser.listLiteral().The default implementation does nothing.
- Specified by:
exitListLiteralin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterMapLiteral
public void enterMapLiteral(Dart2Parser.MapLiteralContext ctx)
Enter a parse tree produced byDart2Parser.mapLiteral().The default implementation does nothing.
- Specified by:
enterMapLiteralin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitMapLiteral
public void exitMapLiteral(Dart2Parser.MapLiteralContext ctx)
Exit a parse tree produced byDart2Parser.mapLiteral().The default implementation does nothing.
- Specified by:
exitMapLiteralin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterMapLiteralEntry
public void enterMapLiteralEntry(Dart2Parser.MapLiteralEntryContext ctx)
Enter a parse tree produced byDart2Parser.mapLiteralEntry().The default implementation does nothing.
- Specified by:
enterMapLiteralEntryin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitMapLiteralEntry
public void exitMapLiteralEntry(Dart2Parser.MapLiteralEntryContext ctx)
Exit a parse tree produced byDart2Parser.mapLiteralEntry().The default implementation does nothing.
- Specified by:
exitMapLiteralEntryin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterThrowExpression
public void enterThrowExpression(Dart2Parser.ThrowExpressionContext ctx)
Enter a parse tree produced byDart2Parser.throwExpression().The default implementation does nothing.
- Specified by:
enterThrowExpressionin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitThrowExpression
public void exitThrowExpression(Dart2Parser.ThrowExpressionContext ctx)
Exit a parse tree produced byDart2Parser.throwExpression().The default implementation does nothing.
- Specified by:
exitThrowExpressionin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterThrowExpressionWithoutCascade
public void enterThrowExpressionWithoutCascade(Dart2Parser.ThrowExpressionWithoutCascadeContext ctx)
Enter a parse tree produced byDart2Parser.throwExpressionWithoutCascade().The default implementation does nothing.
- Specified by:
enterThrowExpressionWithoutCascadein interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitThrowExpressionWithoutCascade
public void exitThrowExpressionWithoutCascade(Dart2Parser.ThrowExpressionWithoutCascadeContext ctx)
Exit a parse tree produced byDart2Parser.throwExpressionWithoutCascade().The default implementation does nothing.
- Specified by:
exitThrowExpressionWithoutCascadein interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterFunctionExpression
public void enterFunctionExpression(Dart2Parser.FunctionExpressionContext ctx)
Enter a parse tree produced byDart2Parser.functionExpression().The default implementation does nothing.
- Specified by:
enterFunctionExpressionin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitFunctionExpression
public void exitFunctionExpression(Dart2Parser.FunctionExpressionContext ctx)
Exit a parse tree produced byDart2Parser.functionExpression().The default implementation does nothing.
- Specified by:
exitFunctionExpressionin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterThisExpression
public void enterThisExpression(Dart2Parser.ThisExpressionContext ctx)
Enter a parse tree produced byDart2Parser.thisExpression().The default implementation does nothing.
- Specified by:
enterThisExpressionin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitThisExpression
public void exitThisExpression(Dart2Parser.ThisExpressionContext ctx)
Exit a parse tree produced byDart2Parser.thisExpression().The default implementation does nothing.
- Specified by:
exitThisExpressionin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterNewExpression
public void enterNewExpression(Dart2Parser.NewExpressionContext ctx)
Enter a parse tree produced byDart2Parser.newExpression().The default implementation does nothing.
- Specified by:
enterNewExpressionin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitNewExpression
public void exitNewExpression(Dart2Parser.NewExpressionContext ctx)
Exit a parse tree produced byDart2Parser.newExpression().The default implementation does nothing.
- Specified by:
exitNewExpressionin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterConstObjectExpression
public void enterConstObjectExpression(Dart2Parser.ConstObjectExpressionContext ctx)
Enter a parse tree produced byDart2Parser.constObjectExpression().The default implementation does nothing.
- Specified by:
enterConstObjectExpressionin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitConstObjectExpression
public void exitConstObjectExpression(Dart2Parser.ConstObjectExpressionContext ctx)
Exit a parse tree produced byDart2Parser.constObjectExpression().The default implementation does nothing.
- Specified by:
exitConstObjectExpressionin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterArguments
public void enterArguments(Dart2Parser.ArgumentsContext ctx)
Enter a parse tree produced byDart2Parser.arguments().The default implementation does nothing.
- Specified by:
enterArgumentsin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitArguments
public void exitArguments(Dart2Parser.ArgumentsContext ctx)
Exit a parse tree produced byDart2Parser.arguments().The default implementation does nothing.
- Specified by:
exitArgumentsin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterArgumentList
public void enterArgumentList(Dart2Parser.ArgumentListContext ctx)
Enter a parse tree produced byDart2Parser.argumentList().The default implementation does nothing.
- Specified by:
enterArgumentListin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitArgumentList
public void exitArgumentList(Dart2Parser.ArgumentListContext ctx)
Exit a parse tree produced byDart2Parser.argumentList().The default implementation does nothing.
- Specified by:
exitArgumentListin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterNamedArgument
public void enterNamedArgument(Dart2Parser.NamedArgumentContext ctx)
Enter a parse tree produced byDart2Parser.namedArgument().The default implementation does nothing.
- Specified by:
enterNamedArgumentin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitNamedArgument
public void exitNamedArgument(Dart2Parser.NamedArgumentContext ctx)
Exit a parse tree produced byDart2Parser.namedArgument().The default implementation does nothing.
- Specified by:
exitNamedArgumentin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterCascadeSection
public void enterCascadeSection(Dart2Parser.CascadeSectionContext ctx)
Enter a parse tree produced byDart2Parser.cascadeSection().The default implementation does nothing.
- Specified by:
enterCascadeSectionin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitCascadeSection
public void exitCascadeSection(Dart2Parser.CascadeSectionContext ctx)
Exit a parse tree produced byDart2Parser.cascadeSection().The default implementation does nothing.
- Specified by:
exitCascadeSectionin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterCascadeSelector
public void enterCascadeSelector(Dart2Parser.CascadeSelectorContext ctx)
Enter a parse tree produced byDart2Parser.cascadeSelector().The default implementation does nothing.
- Specified by:
enterCascadeSelectorin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitCascadeSelector
public void exitCascadeSelector(Dart2Parser.CascadeSelectorContext ctx)
Exit a parse tree produced byDart2Parser.cascadeSelector().The default implementation does nothing.
- Specified by:
exitCascadeSelectorin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterArgumentPart
public void enterArgumentPart(Dart2Parser.ArgumentPartContext ctx)
Enter a parse tree produced byDart2Parser.argumentPart().The default implementation does nothing.
- Specified by:
enterArgumentPartin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitArgumentPart
public void exitArgumentPart(Dart2Parser.ArgumentPartContext ctx)
Exit a parse tree produced byDart2Parser.argumentPart().The default implementation does nothing.
- Specified by:
exitArgumentPartin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterAssignmentOperator
public void enterAssignmentOperator(Dart2Parser.AssignmentOperatorContext ctx)
Enter a parse tree produced byDart2Parser.assignmentOperator().The default implementation does nothing.
- Specified by:
enterAssignmentOperatorin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitAssignmentOperator
public void exitAssignmentOperator(Dart2Parser.AssignmentOperatorContext ctx)
Exit a parse tree produced byDart2Parser.assignmentOperator().The default implementation does nothing.
- Specified by:
exitAssignmentOperatorin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterCompoundAssignmentOperator
public void enterCompoundAssignmentOperator(Dart2Parser.CompoundAssignmentOperatorContext ctx)
Enter a parse tree produced byDart2Parser.compoundAssignmentOperator().The default implementation does nothing.
- Specified by:
enterCompoundAssignmentOperatorin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitCompoundAssignmentOperator
public void exitCompoundAssignmentOperator(Dart2Parser.CompoundAssignmentOperatorContext ctx)
Exit a parse tree produced byDart2Parser.compoundAssignmentOperator().The default implementation does nothing.
- Specified by:
exitCompoundAssignmentOperatorin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterConditionalExpression
public void enterConditionalExpression(Dart2Parser.ConditionalExpressionContext ctx)
Enter a parse tree produced byDart2Parser.conditionalExpression().The default implementation does nothing.
- Specified by:
enterConditionalExpressionin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitConditionalExpression
public void exitConditionalExpression(Dart2Parser.ConditionalExpressionContext ctx)
Exit a parse tree produced byDart2Parser.conditionalExpression().The default implementation does nothing.
- Specified by:
exitConditionalExpressionin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterIfNullExpression
public void enterIfNullExpression(Dart2Parser.IfNullExpressionContext ctx)
Enter a parse tree produced byDart2Parser.ifNullExpression().The default implementation does nothing.
- Specified by:
enterIfNullExpressionin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitIfNullExpression
public void exitIfNullExpression(Dart2Parser.IfNullExpressionContext ctx)
Exit a parse tree produced byDart2Parser.ifNullExpression().The default implementation does nothing.
- Specified by:
exitIfNullExpressionin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterLogicalOrExpression
public void enterLogicalOrExpression(Dart2Parser.LogicalOrExpressionContext ctx)
Enter a parse tree produced byDart2Parser.logicalOrExpression().The default implementation does nothing.
- Specified by:
enterLogicalOrExpressionin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitLogicalOrExpression
public void exitLogicalOrExpression(Dart2Parser.LogicalOrExpressionContext ctx)
Exit a parse tree produced byDart2Parser.logicalOrExpression().The default implementation does nothing.
- Specified by:
exitLogicalOrExpressionin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterLogicalAndExpression
public void enterLogicalAndExpression(Dart2Parser.LogicalAndExpressionContext ctx)
Enter a parse tree produced byDart2Parser.logicalAndExpression().The default implementation does nothing.
- Specified by:
enterLogicalAndExpressionin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitLogicalAndExpression
public void exitLogicalAndExpression(Dart2Parser.LogicalAndExpressionContext ctx)
Exit a parse tree produced byDart2Parser.logicalAndExpression().The default implementation does nothing.
- Specified by:
exitLogicalAndExpressionin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterEqualityExpression
public void enterEqualityExpression(Dart2Parser.EqualityExpressionContext ctx)
Enter a parse tree produced byDart2Parser.equalityExpression().The default implementation does nothing.
- Specified by:
enterEqualityExpressionin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitEqualityExpression
public void exitEqualityExpression(Dart2Parser.EqualityExpressionContext ctx)
Exit a parse tree produced byDart2Parser.equalityExpression().The default implementation does nothing.
- Specified by:
exitEqualityExpressionin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterEqualityOperator
public void enterEqualityOperator(Dart2Parser.EqualityOperatorContext ctx)
Enter a parse tree produced byDart2Parser.equalityOperator().The default implementation does nothing.
- Specified by:
enterEqualityOperatorin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitEqualityOperator
public void exitEqualityOperator(Dart2Parser.EqualityOperatorContext ctx)
Exit a parse tree produced byDart2Parser.equalityOperator().The default implementation does nothing.
- Specified by:
exitEqualityOperatorin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterRelationalExpression
public void enterRelationalExpression(Dart2Parser.RelationalExpressionContext ctx)
Enter a parse tree produced byDart2Parser.relationalExpression().The default implementation does nothing.
- Specified by:
enterRelationalExpressionin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitRelationalExpression
public void exitRelationalExpression(Dart2Parser.RelationalExpressionContext ctx)
Exit a parse tree produced byDart2Parser.relationalExpression().The default implementation does nothing.
- Specified by:
exitRelationalExpressionin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterRelationalOperator
public void enterRelationalOperator(Dart2Parser.RelationalOperatorContext ctx)
Enter a parse tree produced byDart2Parser.relationalOperator().The default implementation does nothing.
- Specified by:
enterRelationalOperatorin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitRelationalOperator
public void exitRelationalOperator(Dart2Parser.RelationalOperatorContext ctx)
Exit a parse tree produced byDart2Parser.relationalOperator().The default implementation does nothing.
- Specified by:
exitRelationalOperatorin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterBitwiseOrExpression
public void enterBitwiseOrExpression(Dart2Parser.BitwiseOrExpressionContext ctx)
Enter a parse tree produced byDart2Parser.bitwiseOrExpression().The default implementation does nothing.
- Specified by:
enterBitwiseOrExpressionin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitBitwiseOrExpression
public void exitBitwiseOrExpression(Dart2Parser.BitwiseOrExpressionContext ctx)
Exit a parse tree produced byDart2Parser.bitwiseOrExpression().The default implementation does nothing.
- Specified by:
exitBitwiseOrExpressionin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterBitwiseXorExpression
public void enterBitwiseXorExpression(Dart2Parser.BitwiseXorExpressionContext ctx)
Enter a parse tree produced byDart2Parser.bitwiseXorExpression().The default implementation does nothing.
- Specified by:
enterBitwiseXorExpressionin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitBitwiseXorExpression
public void exitBitwiseXorExpression(Dart2Parser.BitwiseXorExpressionContext ctx)
Exit a parse tree produced byDart2Parser.bitwiseXorExpression().The default implementation does nothing.
- Specified by:
exitBitwiseXorExpressionin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterBitwiseAndExpression
public void enterBitwiseAndExpression(Dart2Parser.BitwiseAndExpressionContext ctx)
Enter a parse tree produced byDart2Parser.bitwiseAndExpression().The default implementation does nothing.
- Specified by:
enterBitwiseAndExpressionin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitBitwiseAndExpression
public void exitBitwiseAndExpression(Dart2Parser.BitwiseAndExpressionContext ctx)
Exit a parse tree produced byDart2Parser.bitwiseAndExpression().The default implementation does nothing.
- Specified by:
exitBitwiseAndExpressionin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterBitwiseOperator
public void enterBitwiseOperator(Dart2Parser.BitwiseOperatorContext ctx)
Enter a parse tree produced byDart2Parser.bitwiseOperator().The default implementation does nothing.
- Specified by:
enterBitwiseOperatorin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitBitwiseOperator
public void exitBitwiseOperator(Dart2Parser.BitwiseOperatorContext ctx)
Exit a parse tree produced byDart2Parser.bitwiseOperator().The default implementation does nothing.
- Specified by:
exitBitwiseOperatorin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterShiftExpression
public void enterShiftExpression(Dart2Parser.ShiftExpressionContext ctx)
Enter a parse tree produced byDart2Parser.shiftExpression().The default implementation does nothing.
- Specified by:
enterShiftExpressionin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitShiftExpression
public void exitShiftExpression(Dart2Parser.ShiftExpressionContext ctx)
Exit a parse tree produced byDart2Parser.shiftExpression().The default implementation does nothing.
- Specified by:
exitShiftExpressionin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterShiftOperator
public void enterShiftOperator(Dart2Parser.ShiftOperatorContext ctx)
Enter a parse tree produced byDart2Parser.shiftOperator().The default implementation does nothing.
- Specified by:
enterShiftOperatorin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitShiftOperator
public void exitShiftOperator(Dart2Parser.ShiftOperatorContext ctx)
Exit a parse tree produced byDart2Parser.shiftOperator().The default implementation does nothing.
- Specified by:
exitShiftOperatorin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterAdditiveExpression
public void enterAdditiveExpression(Dart2Parser.AdditiveExpressionContext ctx)
Enter a parse tree produced byDart2Parser.additiveExpression().The default implementation does nothing.
- Specified by:
enterAdditiveExpressionin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitAdditiveExpression
public void exitAdditiveExpression(Dart2Parser.AdditiveExpressionContext ctx)
Exit a parse tree produced byDart2Parser.additiveExpression().The default implementation does nothing.
- Specified by:
exitAdditiveExpressionin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterAdditiveOperator
public void enterAdditiveOperator(Dart2Parser.AdditiveOperatorContext ctx)
Enter a parse tree produced byDart2Parser.additiveOperator().The default implementation does nothing.
- Specified by:
enterAdditiveOperatorin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitAdditiveOperator
public void exitAdditiveOperator(Dart2Parser.AdditiveOperatorContext ctx)
Exit a parse tree produced byDart2Parser.additiveOperator().The default implementation does nothing.
- Specified by:
exitAdditiveOperatorin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterMultiplicativeExpression
public void enterMultiplicativeExpression(Dart2Parser.MultiplicativeExpressionContext ctx)
Enter a parse tree produced byDart2Parser.multiplicativeExpression().The default implementation does nothing.
- Specified by:
enterMultiplicativeExpressionin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitMultiplicativeExpression
public void exitMultiplicativeExpression(Dart2Parser.MultiplicativeExpressionContext ctx)
Exit a parse tree produced byDart2Parser.multiplicativeExpression().The default implementation does nothing.
- Specified by:
exitMultiplicativeExpressionin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterMultiplicativeOperator
public void enterMultiplicativeOperator(Dart2Parser.MultiplicativeOperatorContext ctx)
Enter a parse tree produced byDart2Parser.multiplicativeOperator().The default implementation does nothing.
- Specified by:
enterMultiplicativeOperatorin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitMultiplicativeOperator
public void exitMultiplicativeOperator(Dart2Parser.MultiplicativeOperatorContext ctx)
Exit a parse tree produced byDart2Parser.multiplicativeOperator().The default implementation does nothing.
- Specified by:
exitMultiplicativeOperatorin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterUnaryExpression
public void enterUnaryExpression(Dart2Parser.UnaryExpressionContext ctx)
Enter a parse tree produced byDart2Parser.unaryExpression().The default implementation does nothing.
- Specified by:
enterUnaryExpressionin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitUnaryExpression
public void exitUnaryExpression(Dart2Parser.UnaryExpressionContext ctx)
Exit a parse tree produced byDart2Parser.unaryExpression().The default implementation does nothing.
- Specified by:
exitUnaryExpressionin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterPrefixOperator
public void enterPrefixOperator(Dart2Parser.PrefixOperatorContext ctx)
Enter a parse tree produced byDart2Parser.prefixOperator().The default implementation does nothing.
- Specified by:
enterPrefixOperatorin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitPrefixOperator
public void exitPrefixOperator(Dart2Parser.PrefixOperatorContext ctx)
Exit a parse tree produced byDart2Parser.prefixOperator().The default implementation does nothing.
- Specified by:
exitPrefixOperatorin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterMinusOperator
public void enterMinusOperator(Dart2Parser.MinusOperatorContext ctx)
Enter a parse tree produced byDart2Parser.minusOperator().The default implementation does nothing.
- Specified by:
enterMinusOperatorin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitMinusOperator
public void exitMinusOperator(Dart2Parser.MinusOperatorContext ctx)
Exit a parse tree produced byDart2Parser.minusOperator().The default implementation does nothing.
- Specified by:
exitMinusOperatorin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterNegationOperator
public void enterNegationOperator(Dart2Parser.NegationOperatorContext ctx)
Enter a parse tree produced byDart2Parser.negationOperator().The default implementation does nothing.
- Specified by:
enterNegationOperatorin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitNegationOperator
public void exitNegationOperator(Dart2Parser.NegationOperatorContext ctx)
Exit a parse tree produced byDart2Parser.negationOperator().The default implementation does nothing.
- Specified by:
exitNegationOperatorin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterTildeOperator
public void enterTildeOperator(Dart2Parser.TildeOperatorContext ctx)
Enter a parse tree produced byDart2Parser.tildeOperator().The default implementation does nothing.
- Specified by:
enterTildeOperatorin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitTildeOperator
public void exitTildeOperator(Dart2Parser.TildeOperatorContext ctx)
Exit a parse tree produced byDart2Parser.tildeOperator().The default implementation does nothing.
- Specified by:
exitTildeOperatorin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterAwaitExpression
public void enterAwaitExpression(Dart2Parser.AwaitExpressionContext ctx)
Enter a parse tree produced byDart2Parser.awaitExpression().The default implementation does nothing.
- Specified by:
enterAwaitExpressionin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitAwaitExpression
public void exitAwaitExpression(Dart2Parser.AwaitExpressionContext ctx)
Exit a parse tree produced byDart2Parser.awaitExpression().The default implementation does nothing.
- Specified by:
exitAwaitExpressionin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterPostfixExpression
public void enterPostfixExpression(Dart2Parser.PostfixExpressionContext ctx)
Enter a parse tree produced byDart2Parser.postfixExpression().The default implementation does nothing.
- Specified by:
enterPostfixExpressionin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitPostfixExpression
public void exitPostfixExpression(Dart2Parser.PostfixExpressionContext ctx)
Exit a parse tree produced byDart2Parser.postfixExpression().The default implementation does nothing.
- Specified by:
exitPostfixExpressionin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterPostfixOperator
public void enterPostfixOperator(Dart2Parser.PostfixOperatorContext ctx)
Enter a parse tree produced byDart2Parser.postfixOperator().The default implementation does nothing.
- Specified by:
enterPostfixOperatorin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitPostfixOperator
public void exitPostfixOperator(Dart2Parser.PostfixOperatorContext ctx)
Exit a parse tree produced byDart2Parser.postfixOperator().The default implementation does nothing.
- Specified by:
exitPostfixOperatorin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterSelector
public void enterSelector(Dart2Parser.SelectorContext ctx)
Enter a parse tree produced byDart2Parser.selector().The default implementation does nothing.
- Specified by:
enterSelectorin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitSelector
public void exitSelector(Dart2Parser.SelectorContext ctx)
Exit a parse tree produced byDart2Parser.selector().The default implementation does nothing.
- Specified by:
exitSelectorin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterIncrementOperator
public void enterIncrementOperator(Dart2Parser.IncrementOperatorContext ctx)
Enter a parse tree produced byDart2Parser.incrementOperator().The default implementation does nothing.
- Specified by:
enterIncrementOperatorin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitIncrementOperator
public void exitIncrementOperator(Dart2Parser.IncrementOperatorContext ctx)
Exit a parse tree produced byDart2Parser.incrementOperator().The default implementation does nothing.
- Specified by:
exitIncrementOperatorin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterAssignableExpression
public void enterAssignableExpression(Dart2Parser.AssignableExpressionContext ctx)
Enter a parse tree produced byDart2Parser.assignableExpression().The default implementation does nothing.
- Specified by:
enterAssignableExpressionin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitAssignableExpression
public void exitAssignableExpression(Dart2Parser.AssignableExpressionContext ctx)
Exit a parse tree produced byDart2Parser.assignableExpression().The default implementation does nothing.
- Specified by:
exitAssignableExpressionin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterUnconditionalAssignableSelector
public void enterUnconditionalAssignableSelector(Dart2Parser.UnconditionalAssignableSelectorContext ctx)
Enter a parse tree produced byDart2Parser.unconditionalAssignableSelector().The default implementation does nothing.
- Specified by:
enterUnconditionalAssignableSelectorin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitUnconditionalAssignableSelector
public void exitUnconditionalAssignableSelector(Dart2Parser.UnconditionalAssignableSelectorContext ctx)
Exit a parse tree produced byDart2Parser.unconditionalAssignableSelector().The default implementation does nothing.
- Specified by:
exitUnconditionalAssignableSelectorin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterAssignableSelector
public void enterAssignableSelector(Dart2Parser.AssignableSelectorContext ctx)
Enter a parse tree produced byDart2Parser.assignableSelector().The default implementation does nothing.
- Specified by:
enterAssignableSelectorin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitAssignableSelector
public void exitAssignableSelector(Dart2Parser.AssignableSelectorContext ctx)
Exit a parse tree produced byDart2Parser.assignableSelector().The default implementation does nothing.
- Specified by:
exitAssignableSelectorin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterIdentifier
public void enterIdentifier(Dart2Parser.IdentifierContext ctx)
Enter a parse tree produced byDart2Parser.identifier().The default implementation does nothing.
- Specified by:
enterIdentifierin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitIdentifier
public void exitIdentifier(Dart2Parser.IdentifierContext ctx)
Exit a parse tree produced byDart2Parser.identifier().The default implementation does nothing.
- Specified by:
exitIdentifierin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterQualified
public void enterQualified(Dart2Parser.QualifiedContext ctx)
Enter a parse tree produced byDart2Parser.qualified().The default implementation does nothing.
- Specified by:
enterQualifiedin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitQualified
public void exitQualified(Dart2Parser.QualifiedContext ctx)
Exit a parse tree produced byDart2Parser.qualified().The default implementation does nothing.
- Specified by:
exitQualifiedin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterTypeTest
public void enterTypeTest(Dart2Parser.TypeTestContext ctx)
Enter a parse tree produced byDart2Parser.typeTest().The default implementation does nothing.
- Specified by:
enterTypeTestin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitTypeTest
public void exitTypeTest(Dart2Parser.TypeTestContext ctx)
Exit a parse tree produced byDart2Parser.typeTest().The default implementation does nothing.
- Specified by:
exitTypeTestin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterIsOperator
public void enterIsOperator(Dart2Parser.IsOperatorContext ctx)
Enter a parse tree produced byDart2Parser.isOperator().The default implementation does nothing.
- Specified by:
enterIsOperatorin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitIsOperator
public void exitIsOperator(Dart2Parser.IsOperatorContext ctx)
Exit a parse tree produced byDart2Parser.isOperator().The default implementation does nothing.
- Specified by:
exitIsOperatorin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterTypeCast
public void enterTypeCast(Dart2Parser.TypeCastContext ctx)
Enter a parse tree produced byDart2Parser.typeCast().The default implementation does nothing.
- Specified by:
enterTypeCastin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitTypeCast
public void exitTypeCast(Dart2Parser.TypeCastContext ctx)
Exit a parse tree produced byDart2Parser.typeCast().The default implementation does nothing.
- Specified by:
exitTypeCastin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterAsOperator
public void enterAsOperator(Dart2Parser.AsOperatorContext ctx)
Enter a parse tree produced byDart2Parser.asOperator().The default implementation does nothing.
- Specified by:
enterAsOperatorin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitAsOperator
public void exitAsOperator(Dart2Parser.AsOperatorContext ctx)
Exit a parse tree produced byDart2Parser.asOperator().The default implementation does nothing.
- Specified by:
exitAsOperatorin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterStatements
public void enterStatements(Dart2Parser.StatementsContext ctx)
Enter a parse tree produced byDart2Parser.statements().The default implementation does nothing.
- Specified by:
enterStatementsin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitStatements
public void exitStatements(Dart2Parser.StatementsContext ctx)
Exit a parse tree produced byDart2Parser.statements().The default implementation does nothing.
- Specified by:
exitStatementsin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterStatement
public void enterStatement(Dart2Parser.StatementContext ctx)
Enter a parse tree produced byDart2Parser.statement().The default implementation does nothing.
- Specified by:
enterStatementin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitStatement
public void exitStatement(Dart2Parser.StatementContext ctx)
Exit a parse tree produced byDart2Parser.statement().The default implementation does nothing.
- Specified by:
exitStatementin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterNonLabledStatment
public void enterNonLabledStatment(Dart2Parser.NonLabledStatmentContext ctx)
Enter a parse tree produced byDart2Parser.nonLabledStatment().The default implementation does nothing.
- Specified by:
enterNonLabledStatmentin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitNonLabledStatment
public void exitNonLabledStatment(Dart2Parser.NonLabledStatmentContext ctx)
Exit a parse tree produced byDart2Parser.nonLabledStatment().The default implementation does nothing.
- Specified by:
exitNonLabledStatmentin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterExpressionStatement
public void enterExpressionStatement(Dart2Parser.ExpressionStatementContext ctx)
Enter a parse tree produced byDart2Parser.expressionStatement().The default implementation does nothing.
- Specified by:
enterExpressionStatementin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitExpressionStatement
public void exitExpressionStatement(Dart2Parser.ExpressionStatementContext ctx)
Exit a parse tree produced byDart2Parser.expressionStatement().The default implementation does nothing.
- Specified by:
exitExpressionStatementin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterLocalVariableDeclaration
public void enterLocalVariableDeclaration(Dart2Parser.LocalVariableDeclarationContext ctx)
Enter a parse tree produced byDart2Parser.localVariableDeclaration().The default implementation does nothing.
- Specified by:
enterLocalVariableDeclarationin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitLocalVariableDeclaration
public void exitLocalVariableDeclaration(Dart2Parser.LocalVariableDeclarationContext ctx)
Exit a parse tree produced byDart2Parser.localVariableDeclaration().The default implementation does nothing.
- Specified by:
exitLocalVariableDeclarationin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterLocalFunctionDeclaration
public void enterLocalFunctionDeclaration(Dart2Parser.LocalFunctionDeclarationContext ctx)
Enter a parse tree produced byDart2Parser.localFunctionDeclaration().The default implementation does nothing.
- Specified by:
enterLocalFunctionDeclarationin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitLocalFunctionDeclaration
public void exitLocalFunctionDeclaration(Dart2Parser.LocalFunctionDeclarationContext ctx)
Exit a parse tree produced byDart2Parser.localFunctionDeclaration().The default implementation does nothing.
- Specified by:
exitLocalFunctionDeclarationin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterIfStatement
public void enterIfStatement(Dart2Parser.IfStatementContext ctx)
Enter a parse tree produced byDart2Parser.ifStatement().The default implementation does nothing.
- Specified by:
enterIfStatementin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitIfStatement
public void exitIfStatement(Dart2Parser.IfStatementContext ctx)
Exit a parse tree produced byDart2Parser.ifStatement().The default implementation does nothing.
- Specified by:
exitIfStatementin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterForStatement
public void enterForStatement(Dart2Parser.ForStatementContext ctx)
Enter a parse tree produced byDart2Parser.forStatement().The default implementation does nothing.
- Specified by:
enterForStatementin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitForStatement
public void exitForStatement(Dart2Parser.ForStatementContext ctx)
Exit a parse tree produced byDart2Parser.forStatement().The default implementation does nothing.
- Specified by:
exitForStatementin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterForLoopParts
public void enterForLoopParts(Dart2Parser.ForLoopPartsContext ctx)
Enter a parse tree produced byDart2Parser.forLoopParts().The default implementation does nothing.
- Specified by:
enterForLoopPartsin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitForLoopParts
public void exitForLoopParts(Dart2Parser.ForLoopPartsContext ctx)
Exit a parse tree produced byDart2Parser.forLoopParts().The default implementation does nothing.
- Specified by:
exitForLoopPartsin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterForInitializerStatement
public void enterForInitializerStatement(Dart2Parser.ForInitializerStatementContext ctx)
Enter a parse tree produced byDart2Parser.forInitializerStatement().The default implementation does nothing.
- Specified by:
enterForInitializerStatementin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitForInitializerStatement
public void exitForInitializerStatement(Dart2Parser.ForInitializerStatementContext ctx)
Exit a parse tree produced byDart2Parser.forInitializerStatement().The default implementation does nothing.
- Specified by:
exitForInitializerStatementin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterWhileStatement
public void enterWhileStatement(Dart2Parser.WhileStatementContext ctx)
Enter a parse tree produced byDart2Parser.whileStatement().The default implementation does nothing.
- Specified by:
enterWhileStatementin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitWhileStatement
public void exitWhileStatement(Dart2Parser.WhileStatementContext ctx)
Exit a parse tree produced byDart2Parser.whileStatement().The default implementation does nothing.
- Specified by:
exitWhileStatementin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterDoStatement
public void enterDoStatement(Dart2Parser.DoStatementContext ctx)
Enter a parse tree produced byDart2Parser.doStatement().The default implementation does nothing.
- Specified by:
enterDoStatementin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitDoStatement
public void exitDoStatement(Dart2Parser.DoStatementContext ctx)
Exit a parse tree produced byDart2Parser.doStatement().The default implementation does nothing.
- Specified by:
exitDoStatementin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterSwitchStatement
public void enterSwitchStatement(Dart2Parser.SwitchStatementContext ctx)
Enter a parse tree produced byDart2Parser.switchStatement().The default implementation does nothing.
- Specified by:
enterSwitchStatementin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitSwitchStatement
public void exitSwitchStatement(Dart2Parser.SwitchStatementContext ctx)
Exit a parse tree produced byDart2Parser.switchStatement().The default implementation does nothing.
- Specified by:
exitSwitchStatementin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterSwitchCase
public void enterSwitchCase(Dart2Parser.SwitchCaseContext ctx)
Enter a parse tree produced byDart2Parser.switchCase().The default implementation does nothing.
- Specified by:
enterSwitchCasein interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitSwitchCase
public void exitSwitchCase(Dart2Parser.SwitchCaseContext ctx)
Exit a parse tree produced byDart2Parser.switchCase().The default implementation does nothing.
- Specified by:
exitSwitchCasein interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterDefaultCase
public void enterDefaultCase(Dart2Parser.DefaultCaseContext ctx)
Enter a parse tree produced byDart2Parser.defaultCase().The default implementation does nothing.
- Specified by:
enterDefaultCasein interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitDefaultCase
public void exitDefaultCase(Dart2Parser.DefaultCaseContext ctx)
Exit a parse tree produced byDart2Parser.defaultCase().The default implementation does nothing.
- Specified by:
exitDefaultCasein interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterRethrowStatment
public void enterRethrowStatment(Dart2Parser.RethrowStatmentContext ctx)
Enter a parse tree produced byDart2Parser.rethrowStatment().The default implementation does nothing.
- Specified by:
enterRethrowStatmentin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitRethrowStatment
public void exitRethrowStatment(Dart2Parser.RethrowStatmentContext ctx)
Exit a parse tree produced byDart2Parser.rethrowStatment().The default implementation does nothing.
- Specified by:
exitRethrowStatmentin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterTryStatement
public void enterTryStatement(Dart2Parser.TryStatementContext ctx)
Enter a parse tree produced byDart2Parser.tryStatement().The default implementation does nothing.
- Specified by:
enterTryStatementin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitTryStatement
public void exitTryStatement(Dart2Parser.TryStatementContext ctx)
Exit a parse tree produced byDart2Parser.tryStatement().The default implementation does nothing.
- Specified by:
exitTryStatementin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterOnPart
public void enterOnPart(Dart2Parser.OnPartContext ctx)
Enter a parse tree produced byDart2Parser.onPart().The default implementation does nothing.
- Specified by:
enterOnPartin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitOnPart
public void exitOnPart(Dart2Parser.OnPartContext ctx)
Exit a parse tree produced byDart2Parser.onPart().The default implementation does nothing.
- Specified by:
exitOnPartin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterCatchPart
public void enterCatchPart(Dart2Parser.CatchPartContext ctx)
Enter a parse tree produced byDart2Parser.catchPart().The default implementation does nothing.
- Specified by:
enterCatchPartin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitCatchPart
public void exitCatchPart(Dart2Parser.CatchPartContext ctx)
Exit a parse tree produced byDart2Parser.catchPart().The default implementation does nothing.
- Specified by:
exitCatchPartin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterFinallyPart
public void enterFinallyPart(Dart2Parser.FinallyPartContext ctx)
Enter a parse tree produced byDart2Parser.finallyPart().The default implementation does nothing.
- Specified by:
enterFinallyPartin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitFinallyPart
public void exitFinallyPart(Dart2Parser.FinallyPartContext ctx)
Exit a parse tree produced byDart2Parser.finallyPart().The default implementation does nothing.
- Specified by:
exitFinallyPartin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterReturnStatement
public void enterReturnStatement(Dart2Parser.ReturnStatementContext ctx)
Enter a parse tree produced byDart2Parser.returnStatement().The default implementation does nothing.
- Specified by:
enterReturnStatementin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitReturnStatement
public void exitReturnStatement(Dart2Parser.ReturnStatementContext ctx)
Exit a parse tree produced byDart2Parser.returnStatement().The default implementation does nothing.
- Specified by:
exitReturnStatementin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterLabel
public void enterLabel(Dart2Parser.LabelContext ctx)
Enter a parse tree produced byDart2Parser.label().The default implementation does nothing.
- Specified by:
enterLabelin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitLabel
public void exitLabel(Dart2Parser.LabelContext ctx)
Exit a parse tree produced byDart2Parser.label().The default implementation does nothing.
- Specified by:
exitLabelin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterBreakStatement
public void enterBreakStatement(Dart2Parser.BreakStatementContext ctx)
Enter a parse tree produced byDart2Parser.breakStatement().The default implementation does nothing.
- Specified by:
enterBreakStatementin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitBreakStatement
public void exitBreakStatement(Dart2Parser.BreakStatementContext ctx)
Exit a parse tree produced byDart2Parser.breakStatement().The default implementation does nothing.
- Specified by:
exitBreakStatementin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterContinueStatement
public void enterContinueStatement(Dart2Parser.ContinueStatementContext ctx)
Enter a parse tree produced byDart2Parser.continueStatement().The default implementation does nothing.
- Specified by:
enterContinueStatementin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitContinueStatement
public void exitContinueStatement(Dart2Parser.ContinueStatementContext ctx)
Exit a parse tree produced byDart2Parser.continueStatement().The default implementation does nothing.
- Specified by:
exitContinueStatementin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterYieldStatement
public void enterYieldStatement(Dart2Parser.YieldStatementContext ctx)
Enter a parse tree produced byDart2Parser.yieldStatement().The default implementation does nothing.
- Specified by:
enterYieldStatementin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitYieldStatement
public void exitYieldStatement(Dart2Parser.YieldStatementContext ctx)
Exit a parse tree produced byDart2Parser.yieldStatement().The default implementation does nothing.
- Specified by:
exitYieldStatementin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterYieldEachStatement
public void enterYieldEachStatement(Dart2Parser.YieldEachStatementContext ctx)
Enter a parse tree produced byDart2Parser.yieldEachStatement().The default implementation does nothing.
- Specified by:
enterYieldEachStatementin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitYieldEachStatement
public void exitYieldEachStatement(Dart2Parser.YieldEachStatementContext ctx)
Exit a parse tree produced byDart2Parser.yieldEachStatement().The default implementation does nothing.
- Specified by:
exitYieldEachStatementin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterAssertStatement
public void enterAssertStatement(Dart2Parser.AssertStatementContext ctx)
Enter a parse tree produced byDart2Parser.assertStatement().The default implementation does nothing.
- Specified by:
enterAssertStatementin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitAssertStatement
public void exitAssertStatement(Dart2Parser.AssertStatementContext ctx)
Exit a parse tree produced byDart2Parser.assertStatement().The default implementation does nothing.
- Specified by:
exitAssertStatementin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterAssertion
public void enterAssertion(Dart2Parser.AssertionContext ctx)
Enter a parse tree produced byDart2Parser.assertion().The default implementation does nothing.
- Specified by:
enterAssertionin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitAssertion
public void exitAssertion(Dart2Parser.AssertionContext ctx)
Exit a parse tree produced byDart2Parser.assertion().The default implementation does nothing.
- Specified by:
exitAssertionin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterTopLevelDefinition
public void enterTopLevelDefinition(Dart2Parser.TopLevelDefinitionContext ctx)
Enter a parse tree produced byDart2Parser.topLevelDefinition().The default implementation does nothing.
- Specified by:
enterTopLevelDefinitionin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitTopLevelDefinition
public void exitTopLevelDefinition(Dart2Parser.TopLevelDefinitionContext ctx)
Exit a parse tree produced byDart2Parser.topLevelDefinition().The default implementation does nothing.
- Specified by:
exitTopLevelDefinitionin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterGetOrSet
public void enterGetOrSet(Dart2Parser.GetOrSetContext ctx)
Enter a parse tree produced byDart2Parser.getOrSet().The default implementation does nothing.
- Specified by:
enterGetOrSetin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitGetOrSet
public void exitGetOrSet(Dart2Parser.GetOrSetContext ctx)
Exit a parse tree produced byDart2Parser.getOrSet().The default implementation does nothing.
- Specified by:
exitGetOrSetin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterLibraryDefinition
public void enterLibraryDefinition(Dart2Parser.LibraryDefinitionContext ctx)
Enter a parse tree produced byDart2Parser.libraryDefinition().The default implementation does nothing.
- Specified by:
enterLibraryDefinitionin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitLibraryDefinition
public void exitLibraryDefinition(Dart2Parser.LibraryDefinitionContext ctx)
Exit a parse tree produced byDart2Parser.libraryDefinition().The default implementation does nothing.
- Specified by:
exitLibraryDefinitionin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterScriptTag
public void enterScriptTag(Dart2Parser.ScriptTagContext ctx)
Enter a parse tree produced byDart2Parser.scriptTag().The default implementation does nothing.
- Specified by:
enterScriptTagin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitScriptTag
public void exitScriptTag(Dart2Parser.ScriptTagContext ctx)
Exit a parse tree produced byDart2Parser.scriptTag().The default implementation does nothing.
- Specified by:
exitScriptTagin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterLibraryName
public void enterLibraryName(Dart2Parser.LibraryNameContext ctx)
Enter a parse tree produced byDart2Parser.libraryName().The default implementation does nothing.
- Specified by:
enterLibraryNamein interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitLibraryName
public void exitLibraryName(Dart2Parser.LibraryNameContext ctx)
Exit a parse tree produced byDart2Parser.libraryName().The default implementation does nothing.
- Specified by:
exitLibraryNamein interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterImportOrExport
public void enterImportOrExport(Dart2Parser.ImportOrExportContext ctx)
Enter a parse tree produced byDart2Parser.importOrExport().The default implementation does nothing.
- Specified by:
enterImportOrExportin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitImportOrExport
public void exitImportOrExport(Dart2Parser.ImportOrExportContext ctx)
Exit a parse tree produced byDart2Parser.importOrExport().The default implementation does nothing.
- Specified by:
exitImportOrExportin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterDottedIdentifierList
public void enterDottedIdentifierList(Dart2Parser.DottedIdentifierListContext ctx)
Enter a parse tree produced byDart2Parser.dottedIdentifierList().The default implementation does nothing.
- Specified by:
enterDottedIdentifierListin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitDottedIdentifierList
public void exitDottedIdentifierList(Dart2Parser.DottedIdentifierListContext ctx)
Exit a parse tree produced byDart2Parser.dottedIdentifierList().The default implementation does nothing.
- Specified by:
exitDottedIdentifierListin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterLibraryimport
public void enterLibraryimport(Dart2Parser.LibraryimportContext ctx)
Enter a parse tree produced byDart2Parser.libraryimport().The default implementation does nothing.
- Specified by:
enterLibraryimportin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitLibraryimport
public void exitLibraryimport(Dart2Parser.LibraryimportContext ctx)
Exit a parse tree produced byDart2Parser.libraryimport().The default implementation does nothing.
- Specified by:
exitLibraryimportin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterImportSpecification
public void enterImportSpecification(Dart2Parser.ImportSpecificationContext ctx)
Enter a parse tree produced byDart2Parser.importSpecification().The default implementation does nothing.
- Specified by:
enterImportSpecificationin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitImportSpecification
public void exitImportSpecification(Dart2Parser.ImportSpecificationContext ctx)
Exit a parse tree produced byDart2Parser.importSpecification().The default implementation does nothing.
- Specified by:
exitImportSpecificationin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterCombinator
public void enterCombinator(Dart2Parser.CombinatorContext ctx)
Enter a parse tree produced byDart2Parser.combinator().The default implementation does nothing.
- Specified by:
enterCombinatorin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitCombinator
public void exitCombinator(Dart2Parser.CombinatorContext ctx)
Exit a parse tree produced byDart2Parser.combinator().The default implementation does nothing.
- Specified by:
exitCombinatorin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterIdentifierList
public void enterIdentifierList(Dart2Parser.IdentifierListContext ctx)
Enter a parse tree produced byDart2Parser.identifierList().The default implementation does nothing.
- Specified by:
enterIdentifierListin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitIdentifierList
public void exitIdentifierList(Dart2Parser.IdentifierListContext ctx)
Exit a parse tree produced byDart2Parser.identifierList().The default implementation does nothing.
- Specified by:
exitIdentifierListin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterLibraryExport
public void enterLibraryExport(Dart2Parser.LibraryExportContext ctx)
Enter a parse tree produced byDart2Parser.libraryExport().The default implementation does nothing.
- Specified by:
enterLibraryExportin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitLibraryExport
public void exitLibraryExport(Dart2Parser.LibraryExportContext ctx)
Exit a parse tree produced byDart2Parser.libraryExport().The default implementation does nothing.
- Specified by:
exitLibraryExportin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterPartDirective
public void enterPartDirective(Dart2Parser.PartDirectiveContext ctx)
Enter a parse tree produced byDart2Parser.partDirective().The default implementation does nothing.
- Specified by:
enterPartDirectivein interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitPartDirective
public void exitPartDirective(Dart2Parser.PartDirectiveContext ctx)
Exit a parse tree produced byDart2Parser.partDirective().The default implementation does nothing.
- Specified by:
exitPartDirectivein interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterPartHeader
public void enterPartHeader(Dart2Parser.PartHeaderContext ctx)
Enter a parse tree produced byDart2Parser.partHeader().The default implementation does nothing.
- Specified by:
enterPartHeaderin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitPartHeader
public void exitPartHeader(Dart2Parser.PartHeaderContext ctx)
Exit a parse tree produced byDart2Parser.partHeader().The default implementation does nothing.
- Specified by:
exitPartHeaderin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterPartDeclaration
public void enterPartDeclaration(Dart2Parser.PartDeclarationContext ctx)
Enter a parse tree produced byDart2Parser.partDeclaration().The default implementation does nothing.
- Specified by:
enterPartDeclarationin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitPartDeclaration
public void exitPartDeclaration(Dart2Parser.PartDeclarationContext ctx)
Exit a parse tree produced byDart2Parser.partDeclaration().The default implementation does nothing.
- Specified by:
exitPartDeclarationin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterUri
public void enterUri(Dart2Parser.UriContext ctx)
Enter a parse tree produced byDart2Parser.uri().The default implementation does nothing.
- Specified by:
enterUriin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitUri
public void exitUri(Dart2Parser.UriContext ctx)
Exit a parse tree produced byDart2Parser.uri().The default implementation does nothing.
- Specified by:
exitUriin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterConfigurableUri
public void enterConfigurableUri(Dart2Parser.ConfigurableUriContext ctx)
Enter a parse tree produced byDart2Parser.configurableUri().The default implementation does nothing.
- Specified by:
enterConfigurableUriin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitConfigurableUri
public void exitConfigurableUri(Dart2Parser.ConfigurableUriContext ctx)
Exit a parse tree produced byDart2Parser.configurableUri().The default implementation does nothing.
- Specified by:
exitConfigurableUriin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterConfigurationUri
public void enterConfigurationUri(Dart2Parser.ConfigurationUriContext ctx)
Enter a parse tree produced byDart2Parser.configurationUri().The default implementation does nothing.
- Specified by:
enterConfigurationUriin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitConfigurationUri
public void exitConfigurationUri(Dart2Parser.ConfigurationUriContext ctx)
Exit a parse tree produced byDart2Parser.configurationUri().The default implementation does nothing.
- Specified by:
exitConfigurationUriin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterUriTest
public void enterUriTest(Dart2Parser.UriTestContext ctx)
Enter a parse tree produced byDart2Parser.uriTest().The default implementation does nothing.
- Specified by:
enterUriTestin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitUriTest
public void exitUriTest(Dart2Parser.UriTestContext ctx)
Exit a parse tree produced byDart2Parser.uriTest().The default implementation does nothing.
- Specified by:
exitUriTestin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterType
public void enterType(Dart2Parser.TypeContext ctx)
Enter a parse tree produced byDart2Parser.type().The default implementation does nothing.
- Specified by:
enterTypein interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitType
public void exitType(Dart2Parser.TypeContext ctx)
Exit a parse tree produced byDart2Parser.type().The default implementation does nothing.
- Specified by:
exitTypein interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterTypeName
public void enterTypeName(Dart2Parser.TypeNameContext ctx)
Enter a parse tree produced byDart2Parser.typeName().The default implementation does nothing.
- Specified by:
enterTypeNamein interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitTypeName
public void exitTypeName(Dart2Parser.TypeNameContext ctx)
Exit a parse tree produced byDart2Parser.typeName().The default implementation does nothing.
- Specified by:
exitTypeNamein interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterTypeArguments
public void enterTypeArguments(Dart2Parser.TypeArgumentsContext ctx)
Enter a parse tree produced byDart2Parser.typeArguments().The default implementation does nothing.
- Specified by:
enterTypeArgumentsin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitTypeArguments
public void exitTypeArguments(Dart2Parser.TypeArgumentsContext ctx)
Exit a parse tree produced byDart2Parser.typeArguments().The default implementation does nothing.
- Specified by:
exitTypeArgumentsin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterTypeList
public void enterTypeList(Dart2Parser.TypeListContext ctx)
Enter a parse tree produced byDart2Parser.typeList().The default implementation does nothing.
- Specified by:
enterTypeListin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitTypeList
public void exitTypeList(Dart2Parser.TypeListContext ctx)
Exit a parse tree produced byDart2Parser.typeList().The default implementation does nothing.
- Specified by:
exitTypeListin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterTypeAlias
public void enterTypeAlias(Dart2Parser.TypeAliasContext ctx)
Enter a parse tree produced byDart2Parser.typeAlias().The default implementation does nothing.
- Specified by:
enterTypeAliasin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitTypeAlias
public void exitTypeAlias(Dart2Parser.TypeAliasContext ctx)
Exit a parse tree produced byDart2Parser.typeAlias().The default implementation does nothing.
- Specified by:
exitTypeAliasin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterTypeAliasBody
public void enterTypeAliasBody(Dart2Parser.TypeAliasBodyContext ctx)
Enter a parse tree produced byDart2Parser.typeAliasBody().The default implementation does nothing.
- Specified by:
enterTypeAliasBodyin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitTypeAliasBody
public void exitTypeAliasBody(Dart2Parser.TypeAliasBodyContext ctx)
Exit a parse tree produced byDart2Parser.typeAliasBody().The default implementation does nothing.
- Specified by:
exitTypeAliasBodyin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterFunctionTypeAlias
public void enterFunctionTypeAlias(Dart2Parser.FunctionTypeAliasContext ctx)
Enter a parse tree produced byDart2Parser.functionTypeAlias().The default implementation does nothing.
- Specified by:
enterFunctionTypeAliasin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitFunctionTypeAlias
public void exitFunctionTypeAlias(Dart2Parser.FunctionTypeAliasContext ctx)
Exit a parse tree produced byDart2Parser.functionTypeAlias().The default implementation does nothing.
- Specified by:
exitFunctionTypeAliasin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterFunctionPrefix
public void enterFunctionPrefix(Dart2Parser.FunctionPrefixContext ctx)
Enter a parse tree produced byDart2Parser.functionPrefix().The default implementation does nothing.
- Specified by:
enterFunctionPrefixin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
exitFunctionPrefix
public void exitFunctionPrefix(Dart2Parser.FunctionPrefixContext ctx)
Exit a parse tree produced byDart2Parser.functionPrefix().The default implementation does nothing.
- Specified by:
exitFunctionPrefixin interfaceDart2Listener- Parameters:
ctx- the parse tree
-
enterEveryRule
public void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
- Specified by:
enterEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
exitEveryRule
public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
- Specified by:
exitEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitTerminal
public void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
- Specified by:
visitTerminalin interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitErrorNode
public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
- Specified by:
visitErrorNodein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
-