public class TypeScriptParserBaseListener extends Object implements TypeScriptParserListener
TypeScriptParserListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.| Constructor and Description |
|---|
TypeScriptParserBaseListener() |
public void enterInitializer(TypeScriptParser.InitializerContext ctx)
TypeScriptParser.initializer().
The default implementation does nothing.
enterInitializer in interface TypeScriptParserListenerctx - the parse treepublic void exitInitializer(TypeScriptParser.InitializerContext ctx)
TypeScriptParser.initializer().
The default implementation does nothing.
exitInitializer in interface TypeScriptParserListenerctx - the parse treepublic void enterBindingPattern(TypeScriptParser.BindingPatternContext ctx)
TypeScriptParser.bindingPattern().
The default implementation does nothing.
enterBindingPattern in interface TypeScriptParserListenerctx - the parse treepublic void exitBindingPattern(TypeScriptParser.BindingPatternContext ctx)
TypeScriptParser.bindingPattern().
The default implementation does nothing.
exitBindingPattern in interface TypeScriptParserListenerctx - the parse treepublic void enterTypeParameters(TypeScriptParser.TypeParametersContext ctx)
TypeScriptParser.typeParameters().
The default implementation does nothing.
enterTypeParameters in interface TypeScriptParserListenerctx - the parse treepublic void exitTypeParameters(TypeScriptParser.TypeParametersContext ctx)
TypeScriptParser.typeParameters().
The default implementation does nothing.
exitTypeParameters in interface TypeScriptParserListenerctx - the parse treepublic void enterTypeParameterList(TypeScriptParser.TypeParameterListContext ctx)
TypeScriptParser.typeParameterList().
The default implementation does nothing.
enterTypeParameterList in interface TypeScriptParserListenerctx - the parse treepublic void exitTypeParameterList(TypeScriptParser.TypeParameterListContext ctx)
TypeScriptParser.typeParameterList().
The default implementation does nothing.
exitTypeParameterList in interface TypeScriptParserListenerctx - the parse treepublic void enterTypeParameter(TypeScriptParser.TypeParameterContext ctx)
TypeScriptParser.typeParameter().
The default implementation does nothing.
enterTypeParameter in interface TypeScriptParserListenerctx - the parse treepublic void exitTypeParameter(TypeScriptParser.TypeParameterContext ctx)
TypeScriptParser.typeParameter().
The default implementation does nothing.
exitTypeParameter in interface TypeScriptParserListenerctx - the parse treepublic void enterConstraint(TypeScriptParser.ConstraintContext ctx)
TypeScriptParser.constraint().
The default implementation does nothing.
enterConstraint in interface TypeScriptParserListenerctx - the parse treepublic void exitConstraint(TypeScriptParser.ConstraintContext ctx)
TypeScriptParser.constraint().
The default implementation does nothing.
exitConstraint in interface TypeScriptParserListenerctx - the parse treepublic void enterTypeArguments(TypeScriptParser.TypeArgumentsContext ctx)
TypeScriptParser.typeArguments().
The default implementation does nothing.
enterTypeArguments in interface TypeScriptParserListenerctx - the parse treepublic void exitTypeArguments(TypeScriptParser.TypeArgumentsContext ctx)
TypeScriptParser.typeArguments().
The default implementation does nothing.
exitTypeArguments in interface TypeScriptParserListenerctx - the parse treepublic void enterTypeArgumentList(TypeScriptParser.TypeArgumentListContext ctx)
TypeScriptParser.typeArgumentList().
The default implementation does nothing.
enterTypeArgumentList in interface TypeScriptParserListenerctx - the parse treepublic void exitTypeArgumentList(TypeScriptParser.TypeArgumentListContext ctx)
TypeScriptParser.typeArgumentList().
The default implementation does nothing.
exitTypeArgumentList in interface TypeScriptParserListenerctx - the parse treepublic void enterTypeArgument(TypeScriptParser.TypeArgumentContext ctx)
TypeScriptParser.typeArgument().
The default implementation does nothing.
enterTypeArgument in interface TypeScriptParserListenerctx - the parse treepublic void exitTypeArgument(TypeScriptParser.TypeArgumentContext ctx)
TypeScriptParser.typeArgument().
The default implementation does nothing.
exitTypeArgument in interface TypeScriptParserListenerctx - the parse treepublic void enterType_(TypeScriptParser.Type_Context ctx)
TypeScriptParser.type_().
The default implementation does nothing.
enterType_ in interface TypeScriptParserListenerctx - the parse treepublic void exitType_(TypeScriptParser.Type_Context ctx)
TypeScriptParser.type_().
The default implementation does nothing.
exitType_ in interface TypeScriptParserListenerctx - the parse treepublic void enterIntersection(TypeScriptParser.IntersectionContext ctx)
Intersection
labeled alternative in TypeScriptParser.unionOrIntersectionOrPrimaryType().
The default implementation does nothing.
enterIntersection in interface TypeScriptParserListenerctx - the parse treepublic void exitIntersection(TypeScriptParser.IntersectionContext ctx)
Intersection
labeled alternative in TypeScriptParser.unionOrIntersectionOrPrimaryType().
The default implementation does nothing.
exitIntersection in interface TypeScriptParserListenerctx - the parse treepublic void enterPrimary(TypeScriptParser.PrimaryContext ctx)
Primary
labeled alternative in TypeScriptParser.unionOrIntersectionOrPrimaryType().
The default implementation does nothing.
enterPrimary in interface TypeScriptParserListenerctx - the parse treepublic void exitPrimary(TypeScriptParser.PrimaryContext ctx)
Primary
labeled alternative in TypeScriptParser.unionOrIntersectionOrPrimaryType().
The default implementation does nothing.
exitPrimary in interface TypeScriptParserListenerctx - the parse treepublic void enterUnion(TypeScriptParser.UnionContext ctx)
Union
labeled alternative in TypeScriptParser.unionOrIntersectionOrPrimaryType().
The default implementation does nothing.
enterUnion in interface TypeScriptParserListenerctx - the parse treepublic void exitUnion(TypeScriptParser.UnionContext ctx)
Union
labeled alternative in TypeScriptParser.unionOrIntersectionOrPrimaryType().
The default implementation does nothing.
exitUnion in interface TypeScriptParserListenerctx - the parse treepublic void enterRedefinitionOfType(TypeScriptParser.RedefinitionOfTypeContext ctx)
RedefinitionOfType
labeled alternative in TypeScriptParser.primaryType().
The default implementation does nothing.
enterRedefinitionOfType in interface TypeScriptParserListenerctx - the parse treepublic void exitRedefinitionOfType(TypeScriptParser.RedefinitionOfTypeContext ctx)
RedefinitionOfType
labeled alternative in TypeScriptParser.primaryType().
The default implementation does nothing.
exitRedefinitionOfType in interface TypeScriptParserListenerctx - the parse treepublic void enterPredefinedPrimType(TypeScriptParser.PredefinedPrimTypeContext ctx)
PredefinedPrimType
labeled alternative in TypeScriptParser.primaryType().
The default implementation does nothing.
enterPredefinedPrimType in interface TypeScriptParserListenerctx - the parse treepublic void exitPredefinedPrimType(TypeScriptParser.PredefinedPrimTypeContext ctx)
PredefinedPrimType
labeled alternative in TypeScriptParser.primaryType().
The default implementation does nothing.
exitPredefinedPrimType in interface TypeScriptParserListenerctx - the parse treepublic void enterArrayPrimType(TypeScriptParser.ArrayPrimTypeContext ctx)
ArrayPrimType
labeled alternative in TypeScriptParser.primaryType().
The default implementation does nothing.
enterArrayPrimType in interface TypeScriptParserListenerctx - the parse treepublic void exitArrayPrimType(TypeScriptParser.ArrayPrimTypeContext ctx)
ArrayPrimType
labeled alternative in TypeScriptParser.primaryType().
The default implementation does nothing.
exitArrayPrimType in interface TypeScriptParserListenerctx - the parse treepublic void enterParenthesizedPrimType(TypeScriptParser.ParenthesizedPrimTypeContext ctx)
ParenthesizedPrimType
labeled alternative in TypeScriptParser.primaryType().
The default implementation does nothing.
enterParenthesizedPrimType in interface TypeScriptParserListenerctx - the parse treepublic void exitParenthesizedPrimType(TypeScriptParser.ParenthesizedPrimTypeContext ctx)
ParenthesizedPrimType
labeled alternative in TypeScriptParser.primaryType().
The default implementation does nothing.
exitParenthesizedPrimType in interface TypeScriptParserListenerctx - the parse treepublic void enterThisPrimType(TypeScriptParser.ThisPrimTypeContext ctx)
ThisPrimType
labeled alternative in TypeScriptParser.primaryType().
The default implementation does nothing.
enterThisPrimType in interface TypeScriptParserListenerctx - the parse treepublic void exitThisPrimType(TypeScriptParser.ThisPrimTypeContext ctx)
ThisPrimType
labeled alternative in TypeScriptParser.primaryType().
The default implementation does nothing.
exitThisPrimType in interface TypeScriptParserListenerctx - the parse treepublic void enterTuplePrimType(TypeScriptParser.TuplePrimTypeContext ctx)
TuplePrimType
labeled alternative in TypeScriptParser.primaryType().
The default implementation does nothing.
enterTuplePrimType in interface TypeScriptParserListenerctx - the parse treepublic void exitTuplePrimType(TypeScriptParser.TuplePrimTypeContext ctx)
TuplePrimType
labeled alternative in TypeScriptParser.primaryType().
The default implementation does nothing.
exitTuplePrimType in interface TypeScriptParserListenerctx - the parse treepublic void enterObjectPrimType(TypeScriptParser.ObjectPrimTypeContext ctx)
ObjectPrimType
labeled alternative in TypeScriptParser.primaryType().
The default implementation does nothing.
enterObjectPrimType in interface TypeScriptParserListenerctx - the parse treepublic void exitObjectPrimType(TypeScriptParser.ObjectPrimTypeContext ctx)
ObjectPrimType
labeled alternative in TypeScriptParser.primaryType().
The default implementation does nothing.
exitObjectPrimType in interface TypeScriptParserListenerctx - the parse treepublic void enterReferencePrimType(TypeScriptParser.ReferencePrimTypeContext ctx)
ReferencePrimType
labeled alternative in TypeScriptParser.primaryType().
The default implementation does nothing.
enterReferencePrimType in interface TypeScriptParserListenerctx - the parse treepublic void exitReferencePrimType(TypeScriptParser.ReferencePrimTypeContext ctx)
ReferencePrimType
labeled alternative in TypeScriptParser.primaryType().
The default implementation does nothing.
exitReferencePrimType in interface TypeScriptParserListenerctx - the parse treepublic void enterQueryPrimType(TypeScriptParser.QueryPrimTypeContext ctx)
QueryPrimType
labeled alternative in TypeScriptParser.primaryType().
The default implementation does nothing.
enterQueryPrimType in interface TypeScriptParserListenerctx - the parse treepublic void exitQueryPrimType(TypeScriptParser.QueryPrimTypeContext ctx)
QueryPrimType
labeled alternative in TypeScriptParser.primaryType().
The default implementation does nothing.
exitQueryPrimType in interface TypeScriptParserListenerctx - the parse treepublic void enterPredefinedType(TypeScriptParser.PredefinedTypeContext ctx)
TypeScriptParser.predefinedType().
The default implementation does nothing.
enterPredefinedType in interface TypeScriptParserListenerctx - the parse treepublic void exitPredefinedType(TypeScriptParser.PredefinedTypeContext ctx)
TypeScriptParser.predefinedType().
The default implementation does nothing.
exitPredefinedType in interface TypeScriptParserListenerctx - the parse treepublic void enterTypeReference(TypeScriptParser.TypeReferenceContext ctx)
TypeScriptParser.typeReference().
The default implementation does nothing.
enterTypeReference in interface TypeScriptParserListenerctx - the parse treepublic void exitTypeReference(TypeScriptParser.TypeReferenceContext ctx)
TypeScriptParser.typeReference().
The default implementation does nothing.
exitTypeReference in interface TypeScriptParserListenerctx - the parse treepublic void enterNestedTypeGeneric(TypeScriptParser.NestedTypeGenericContext ctx)
TypeScriptParser.nestedTypeGeneric().
The default implementation does nothing.
enterNestedTypeGeneric in interface TypeScriptParserListenerctx - the parse treepublic void exitNestedTypeGeneric(TypeScriptParser.NestedTypeGenericContext ctx)
TypeScriptParser.nestedTypeGeneric().
The default implementation does nothing.
exitNestedTypeGeneric in interface TypeScriptParserListenerctx - the parse treepublic void enterTypeGeneric(TypeScriptParser.TypeGenericContext ctx)
TypeScriptParser.typeGeneric().
The default implementation does nothing.
enterTypeGeneric in interface TypeScriptParserListenerctx - the parse treepublic void exitTypeGeneric(TypeScriptParser.TypeGenericContext ctx)
TypeScriptParser.typeGeneric().
The default implementation does nothing.
exitTypeGeneric in interface TypeScriptParserListenerctx - the parse treepublic void enterTypeIncludeGeneric(TypeScriptParser.TypeIncludeGenericContext ctx)
TypeScriptParser.typeIncludeGeneric().
The default implementation does nothing.
enterTypeIncludeGeneric in interface TypeScriptParserListenerctx - the parse treepublic void exitTypeIncludeGeneric(TypeScriptParser.TypeIncludeGenericContext ctx)
TypeScriptParser.typeIncludeGeneric().
The default implementation does nothing.
exitTypeIncludeGeneric in interface TypeScriptParserListenerctx - the parse treepublic void enterTypeName(TypeScriptParser.TypeNameContext ctx)
TypeScriptParser.typeName().
The default implementation does nothing.
enterTypeName in interface TypeScriptParserListenerctx - the parse treepublic void exitTypeName(TypeScriptParser.TypeNameContext ctx)
TypeScriptParser.typeName().
The default implementation does nothing.
exitTypeName in interface TypeScriptParserListenerctx - the parse treepublic void enterObjectType(TypeScriptParser.ObjectTypeContext ctx)
TypeScriptParser.objectType().
The default implementation does nothing.
enterObjectType in interface TypeScriptParserListenerctx - the parse treepublic void exitObjectType(TypeScriptParser.ObjectTypeContext ctx)
TypeScriptParser.objectType().
The default implementation does nothing.
exitObjectType in interface TypeScriptParserListenerctx - the parse treepublic void enterTypeBody(TypeScriptParser.TypeBodyContext ctx)
TypeScriptParser.typeBody().
The default implementation does nothing.
enterTypeBody in interface TypeScriptParserListenerctx - the parse treepublic void exitTypeBody(TypeScriptParser.TypeBodyContext ctx)
TypeScriptParser.typeBody().
The default implementation does nothing.
exitTypeBody in interface TypeScriptParserListenerctx - the parse treepublic void enterTypeMemberList(TypeScriptParser.TypeMemberListContext ctx)
TypeScriptParser.typeMemberList().
The default implementation does nothing.
enterTypeMemberList in interface TypeScriptParserListenerctx - the parse treepublic void exitTypeMemberList(TypeScriptParser.TypeMemberListContext ctx)
TypeScriptParser.typeMemberList().
The default implementation does nothing.
exitTypeMemberList in interface TypeScriptParserListenerctx - the parse treepublic void enterTypeMember(TypeScriptParser.TypeMemberContext ctx)
TypeScriptParser.typeMember().
The default implementation does nothing.
enterTypeMember in interface TypeScriptParserListenerctx - the parse treepublic void exitTypeMember(TypeScriptParser.TypeMemberContext ctx)
TypeScriptParser.typeMember().
The default implementation does nothing.
exitTypeMember in interface TypeScriptParserListenerctx - the parse treepublic void enterArrayType(TypeScriptParser.ArrayTypeContext ctx)
TypeScriptParser.arrayType().
The default implementation does nothing.
enterArrayType in interface TypeScriptParserListenerctx - the parse treepublic void exitArrayType(TypeScriptParser.ArrayTypeContext ctx)
TypeScriptParser.arrayType().
The default implementation does nothing.
exitArrayType in interface TypeScriptParserListenerctx - the parse treepublic void enterTupleType(TypeScriptParser.TupleTypeContext ctx)
TypeScriptParser.tupleType().
The default implementation does nothing.
enterTupleType in interface TypeScriptParserListenerctx - the parse treepublic void exitTupleType(TypeScriptParser.TupleTypeContext ctx)
TypeScriptParser.tupleType().
The default implementation does nothing.
exitTupleType in interface TypeScriptParserListenerctx - the parse treepublic void enterTupleElementTypes(TypeScriptParser.TupleElementTypesContext ctx)
TypeScriptParser.tupleElementTypes().
The default implementation does nothing.
enterTupleElementTypes in interface TypeScriptParserListenerctx - the parse treepublic void exitTupleElementTypes(TypeScriptParser.TupleElementTypesContext ctx)
TypeScriptParser.tupleElementTypes().
The default implementation does nothing.
exitTupleElementTypes in interface TypeScriptParserListenerctx - the parse treepublic void enterFunctionType(TypeScriptParser.FunctionTypeContext ctx)
TypeScriptParser.functionType().
The default implementation does nothing.
enterFunctionType in interface TypeScriptParserListenerctx - the parse treepublic void exitFunctionType(TypeScriptParser.FunctionTypeContext ctx)
TypeScriptParser.functionType().
The default implementation does nothing.
exitFunctionType in interface TypeScriptParserListenerctx - the parse treepublic void enterConstructorType(TypeScriptParser.ConstructorTypeContext ctx)
TypeScriptParser.constructorType().
The default implementation does nothing.
enterConstructorType in interface TypeScriptParserListenerctx - the parse treepublic void exitConstructorType(TypeScriptParser.ConstructorTypeContext ctx)
TypeScriptParser.constructorType().
The default implementation does nothing.
exitConstructorType in interface TypeScriptParserListenerctx - the parse treepublic void enterTypeQuery(TypeScriptParser.TypeQueryContext ctx)
TypeScriptParser.typeQuery().
The default implementation does nothing.
enterTypeQuery in interface TypeScriptParserListenerctx - the parse treepublic void exitTypeQuery(TypeScriptParser.TypeQueryContext ctx)
TypeScriptParser.typeQuery().
The default implementation does nothing.
exitTypeQuery in interface TypeScriptParserListenerctx - the parse treepublic void enterTypeQueryExpression(TypeScriptParser.TypeQueryExpressionContext ctx)
TypeScriptParser.typeQueryExpression().
The default implementation does nothing.
enterTypeQueryExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitTypeQueryExpression(TypeScriptParser.TypeQueryExpressionContext ctx)
TypeScriptParser.typeQueryExpression().
The default implementation does nothing.
exitTypeQueryExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterPropertySignatur(TypeScriptParser.PropertySignaturContext ctx)
TypeScriptParser.propertySignatur().
The default implementation does nothing.
enterPropertySignatur in interface TypeScriptParserListenerctx - the parse treepublic void exitPropertySignatur(TypeScriptParser.PropertySignaturContext ctx)
TypeScriptParser.propertySignatur().
The default implementation does nothing.
exitPropertySignatur in interface TypeScriptParserListenerctx - the parse treepublic void enterTypeAnnotation(TypeScriptParser.TypeAnnotationContext ctx)
TypeScriptParser.typeAnnotation().
The default implementation does nothing.
enterTypeAnnotation in interface TypeScriptParserListenerctx - the parse treepublic void exitTypeAnnotation(TypeScriptParser.TypeAnnotationContext ctx)
TypeScriptParser.typeAnnotation().
The default implementation does nothing.
exitTypeAnnotation in interface TypeScriptParserListenerctx - the parse treepublic void enterCallSignature(TypeScriptParser.CallSignatureContext ctx)
TypeScriptParser.callSignature().
The default implementation does nothing.
enterCallSignature in interface TypeScriptParserListenerctx - the parse treepublic void exitCallSignature(TypeScriptParser.CallSignatureContext ctx)
TypeScriptParser.callSignature().
The default implementation does nothing.
exitCallSignature in interface TypeScriptParserListenerctx - the parse treepublic void enterParameterList(TypeScriptParser.ParameterListContext ctx)
TypeScriptParser.parameterList().
The default implementation does nothing.
enterParameterList in interface TypeScriptParserListenerctx - the parse treepublic void exitParameterList(TypeScriptParser.ParameterListContext ctx)
TypeScriptParser.parameterList().
The default implementation does nothing.
exitParameterList in interface TypeScriptParserListenerctx - the parse treepublic void enterRequiredParameterList(TypeScriptParser.RequiredParameterListContext ctx)
TypeScriptParser.requiredParameterList().
The default implementation does nothing.
enterRequiredParameterList in interface TypeScriptParserListenerctx - the parse treepublic void exitRequiredParameterList(TypeScriptParser.RequiredParameterListContext ctx)
TypeScriptParser.requiredParameterList().
The default implementation does nothing.
exitRequiredParameterList in interface TypeScriptParserListenerctx - the parse treepublic void enterParameter(TypeScriptParser.ParameterContext ctx)
TypeScriptParser.parameter().
The default implementation does nothing.
enterParameter in interface TypeScriptParserListenerctx - the parse treepublic void exitParameter(TypeScriptParser.ParameterContext ctx)
TypeScriptParser.parameter().
The default implementation does nothing.
exitParameter in interface TypeScriptParserListenerctx - the parse treepublic void enterOptionalParameter(TypeScriptParser.OptionalParameterContext ctx)
TypeScriptParser.optionalParameter().
The default implementation does nothing.
enterOptionalParameter in interface TypeScriptParserListenerctx - the parse treepublic void exitOptionalParameter(TypeScriptParser.OptionalParameterContext ctx)
TypeScriptParser.optionalParameter().
The default implementation does nothing.
exitOptionalParameter in interface TypeScriptParserListenerctx - the parse treepublic void enterRestParameter(TypeScriptParser.RestParameterContext ctx)
TypeScriptParser.restParameter().
The default implementation does nothing.
enterRestParameter in interface TypeScriptParserListenerctx - the parse treepublic void exitRestParameter(TypeScriptParser.RestParameterContext ctx)
TypeScriptParser.restParameter().
The default implementation does nothing.
exitRestParameter in interface TypeScriptParserListenerctx - the parse treepublic void enterRequiredParameter(TypeScriptParser.RequiredParameterContext ctx)
TypeScriptParser.requiredParameter().
The default implementation does nothing.
enterRequiredParameter in interface TypeScriptParserListenerctx - the parse treepublic void exitRequiredParameter(TypeScriptParser.RequiredParameterContext ctx)
TypeScriptParser.requiredParameter().
The default implementation does nothing.
exitRequiredParameter in interface TypeScriptParserListenerctx - the parse treepublic void enterAccessibilityModifier(TypeScriptParser.AccessibilityModifierContext ctx)
TypeScriptParser.accessibilityModifier().
The default implementation does nothing.
enterAccessibilityModifier in interface TypeScriptParserListenerctx - the parse treepublic void exitAccessibilityModifier(TypeScriptParser.AccessibilityModifierContext ctx)
TypeScriptParser.accessibilityModifier().
The default implementation does nothing.
exitAccessibilityModifier in interface TypeScriptParserListenerctx - the parse treepublic void enterIdentifierOrPattern(TypeScriptParser.IdentifierOrPatternContext ctx)
TypeScriptParser.identifierOrPattern().
The default implementation does nothing.
enterIdentifierOrPattern in interface TypeScriptParserListenerctx - the parse treepublic void exitIdentifierOrPattern(TypeScriptParser.IdentifierOrPatternContext ctx)
TypeScriptParser.identifierOrPattern().
The default implementation does nothing.
exitIdentifierOrPattern in interface TypeScriptParserListenerctx - the parse treepublic void enterConstructSignature(TypeScriptParser.ConstructSignatureContext ctx)
TypeScriptParser.constructSignature().
The default implementation does nothing.
enterConstructSignature in interface TypeScriptParserListenerctx - the parse treepublic void exitConstructSignature(TypeScriptParser.ConstructSignatureContext ctx)
TypeScriptParser.constructSignature().
The default implementation does nothing.
exitConstructSignature in interface TypeScriptParserListenerctx - the parse treepublic void enterIndexSignature(TypeScriptParser.IndexSignatureContext ctx)
TypeScriptParser.indexSignature().
The default implementation does nothing.
enterIndexSignature in interface TypeScriptParserListenerctx - the parse treepublic void exitIndexSignature(TypeScriptParser.IndexSignatureContext ctx)
TypeScriptParser.indexSignature().
The default implementation does nothing.
exitIndexSignature in interface TypeScriptParserListenerctx - the parse treepublic void enterMethodSignature(TypeScriptParser.MethodSignatureContext ctx)
TypeScriptParser.methodSignature().
The default implementation does nothing.
enterMethodSignature in interface TypeScriptParserListenerctx - the parse treepublic void exitMethodSignature(TypeScriptParser.MethodSignatureContext ctx)
TypeScriptParser.methodSignature().
The default implementation does nothing.
exitMethodSignature in interface TypeScriptParserListenerctx - the parse treepublic void enterTypeAliasDeclaration(TypeScriptParser.TypeAliasDeclarationContext ctx)
TypeScriptParser.typeAliasDeclaration().
The default implementation does nothing.
enterTypeAliasDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void exitTypeAliasDeclaration(TypeScriptParser.TypeAliasDeclarationContext ctx)
TypeScriptParser.typeAliasDeclaration().
The default implementation does nothing.
exitTypeAliasDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void enterConstructorDeclaration(TypeScriptParser.ConstructorDeclarationContext ctx)
TypeScriptParser.constructorDeclaration().
The default implementation does nothing.
enterConstructorDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void exitConstructorDeclaration(TypeScriptParser.ConstructorDeclarationContext ctx)
TypeScriptParser.constructorDeclaration().
The default implementation does nothing.
exitConstructorDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void enterInterfaceDeclaration(TypeScriptParser.InterfaceDeclarationContext ctx)
TypeScriptParser.interfaceDeclaration().
The default implementation does nothing.
enterInterfaceDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void exitInterfaceDeclaration(TypeScriptParser.InterfaceDeclarationContext ctx)
TypeScriptParser.interfaceDeclaration().
The default implementation does nothing.
exitInterfaceDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void enterInterfaceExtendsClause(TypeScriptParser.InterfaceExtendsClauseContext ctx)
TypeScriptParser.interfaceExtendsClause().
The default implementation does nothing.
enterInterfaceExtendsClause in interface TypeScriptParserListenerctx - the parse treepublic void exitInterfaceExtendsClause(TypeScriptParser.InterfaceExtendsClauseContext ctx)
TypeScriptParser.interfaceExtendsClause().
The default implementation does nothing.
exitInterfaceExtendsClause in interface TypeScriptParserListenerctx - the parse treepublic void enterClassOrInterfaceTypeList(TypeScriptParser.ClassOrInterfaceTypeListContext ctx)
TypeScriptParser.classOrInterfaceTypeList().
The default implementation does nothing.
enterClassOrInterfaceTypeList in interface TypeScriptParserListenerctx - the parse treepublic void exitClassOrInterfaceTypeList(TypeScriptParser.ClassOrInterfaceTypeListContext ctx)
TypeScriptParser.classOrInterfaceTypeList().
The default implementation does nothing.
exitClassOrInterfaceTypeList in interface TypeScriptParserListenerctx - the parse treepublic void enterEnumDeclaration(TypeScriptParser.EnumDeclarationContext ctx)
TypeScriptParser.enumDeclaration().
The default implementation does nothing.
enterEnumDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void exitEnumDeclaration(TypeScriptParser.EnumDeclarationContext ctx)
TypeScriptParser.enumDeclaration().
The default implementation does nothing.
exitEnumDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void enterEnumBody(TypeScriptParser.EnumBodyContext ctx)
TypeScriptParser.enumBody().
The default implementation does nothing.
enterEnumBody in interface TypeScriptParserListenerctx - the parse treepublic void exitEnumBody(TypeScriptParser.EnumBodyContext ctx)
TypeScriptParser.enumBody().
The default implementation does nothing.
exitEnumBody in interface TypeScriptParserListenerctx - the parse treepublic void enterEnumMemberList(TypeScriptParser.EnumMemberListContext ctx)
TypeScriptParser.enumMemberList().
The default implementation does nothing.
enterEnumMemberList in interface TypeScriptParserListenerctx - the parse treepublic void exitEnumMemberList(TypeScriptParser.EnumMemberListContext ctx)
TypeScriptParser.enumMemberList().
The default implementation does nothing.
exitEnumMemberList in interface TypeScriptParserListenerctx - the parse treepublic void enterEnumMember(TypeScriptParser.EnumMemberContext ctx)
TypeScriptParser.enumMember().
The default implementation does nothing.
enterEnumMember in interface TypeScriptParserListenerctx - the parse treepublic void exitEnumMember(TypeScriptParser.EnumMemberContext ctx)
TypeScriptParser.enumMember().
The default implementation does nothing.
exitEnumMember in interface TypeScriptParserListenerctx - the parse treepublic void enterNamespaceDeclaration(TypeScriptParser.NamespaceDeclarationContext ctx)
TypeScriptParser.namespaceDeclaration().
The default implementation does nothing.
enterNamespaceDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void exitNamespaceDeclaration(TypeScriptParser.NamespaceDeclarationContext ctx)
TypeScriptParser.namespaceDeclaration().
The default implementation does nothing.
exitNamespaceDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void enterNamespaceName(TypeScriptParser.NamespaceNameContext ctx)
TypeScriptParser.namespaceName().
The default implementation does nothing.
enterNamespaceName in interface TypeScriptParserListenerctx - the parse treepublic void exitNamespaceName(TypeScriptParser.NamespaceNameContext ctx)
TypeScriptParser.namespaceName().
The default implementation does nothing.
exitNamespaceName in interface TypeScriptParserListenerctx - the parse treepublic void enterImportAliasDeclaration(TypeScriptParser.ImportAliasDeclarationContext ctx)
TypeScriptParser.importAliasDeclaration().
The default implementation does nothing.
enterImportAliasDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void exitImportAliasDeclaration(TypeScriptParser.ImportAliasDeclarationContext ctx)
TypeScriptParser.importAliasDeclaration().
The default implementation does nothing.
exitImportAliasDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void enterDecoratorList(TypeScriptParser.DecoratorListContext ctx)
TypeScriptParser.decoratorList().
The default implementation does nothing.
enterDecoratorList in interface TypeScriptParserListenerctx - the parse treepublic void exitDecoratorList(TypeScriptParser.DecoratorListContext ctx)
TypeScriptParser.decoratorList().
The default implementation does nothing.
exitDecoratorList in interface TypeScriptParserListenerctx - the parse treepublic void enterDecorator(TypeScriptParser.DecoratorContext ctx)
TypeScriptParser.decorator().
The default implementation does nothing.
enterDecorator in interface TypeScriptParserListenerctx - the parse treepublic void exitDecorator(TypeScriptParser.DecoratorContext ctx)
TypeScriptParser.decorator().
The default implementation does nothing.
exitDecorator in interface TypeScriptParserListenerctx - the parse treepublic void enterDecoratorMemberExpression(TypeScriptParser.DecoratorMemberExpressionContext ctx)
TypeScriptParser.decoratorMemberExpression().
The default implementation does nothing.
enterDecoratorMemberExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitDecoratorMemberExpression(TypeScriptParser.DecoratorMemberExpressionContext ctx)
TypeScriptParser.decoratorMemberExpression().
The default implementation does nothing.
exitDecoratorMemberExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterDecoratorCallExpression(TypeScriptParser.DecoratorCallExpressionContext ctx)
TypeScriptParser.decoratorCallExpression().
The default implementation does nothing.
enterDecoratorCallExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitDecoratorCallExpression(TypeScriptParser.DecoratorCallExpressionContext ctx)
TypeScriptParser.decoratorCallExpression().
The default implementation does nothing.
exitDecoratorCallExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterProgram(TypeScriptParser.ProgramContext ctx)
TypeScriptParser.program().
The default implementation does nothing.
enterProgram in interface TypeScriptParserListenerctx - the parse treepublic void exitProgram(TypeScriptParser.ProgramContext ctx)
TypeScriptParser.program().
The default implementation does nothing.
exitProgram in interface TypeScriptParserListenerctx - the parse treepublic void enterSourceElement(TypeScriptParser.SourceElementContext ctx)
TypeScriptParser.sourceElement().
The default implementation does nothing.
enterSourceElement in interface TypeScriptParserListenerctx - the parse treepublic void exitSourceElement(TypeScriptParser.SourceElementContext ctx)
TypeScriptParser.sourceElement().
The default implementation does nothing.
exitSourceElement in interface TypeScriptParserListenerctx - the parse treepublic void enterStatement(TypeScriptParser.StatementContext ctx)
TypeScriptParser.statement().
The default implementation does nothing.
enterStatement in interface TypeScriptParserListenerctx - the parse treepublic void exitStatement(TypeScriptParser.StatementContext ctx)
TypeScriptParser.statement().
The default implementation does nothing.
exitStatement in interface TypeScriptParserListenerctx - the parse treepublic void enterBlock(TypeScriptParser.BlockContext ctx)
TypeScriptParser.block().
The default implementation does nothing.
enterBlock in interface TypeScriptParserListenerctx - the parse treepublic void exitBlock(TypeScriptParser.BlockContext ctx)
TypeScriptParser.block().
The default implementation does nothing.
exitBlock in interface TypeScriptParserListenerctx - the parse treepublic void enterStatementList(TypeScriptParser.StatementListContext ctx)
TypeScriptParser.statementList().
The default implementation does nothing.
enterStatementList in interface TypeScriptParserListenerctx - the parse treepublic void exitStatementList(TypeScriptParser.StatementListContext ctx)
TypeScriptParser.statementList().
The default implementation does nothing.
exitStatementList in interface TypeScriptParserListenerctx - the parse treepublic void enterAbstractDeclaration(TypeScriptParser.AbstractDeclarationContext ctx)
TypeScriptParser.abstractDeclaration().
The default implementation does nothing.
enterAbstractDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void exitAbstractDeclaration(TypeScriptParser.AbstractDeclarationContext ctx)
TypeScriptParser.abstractDeclaration().
The default implementation does nothing.
exitAbstractDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void enterImportStatement(TypeScriptParser.ImportStatementContext ctx)
TypeScriptParser.importStatement().
The default implementation does nothing.
enterImportStatement in interface TypeScriptParserListenerctx - the parse treepublic void exitImportStatement(TypeScriptParser.ImportStatementContext ctx)
TypeScriptParser.importStatement().
The default implementation does nothing.
exitImportStatement in interface TypeScriptParserListenerctx - the parse treepublic void enterFromBlock(TypeScriptParser.FromBlockContext ctx)
TypeScriptParser.fromBlock().
The default implementation does nothing.
enterFromBlock in interface TypeScriptParserListenerctx - the parse treepublic void exitFromBlock(TypeScriptParser.FromBlockContext ctx)
TypeScriptParser.fromBlock().
The default implementation does nothing.
exitFromBlock in interface TypeScriptParserListenerctx - the parse treepublic void enterMultipleImportStatement(TypeScriptParser.MultipleImportStatementContext ctx)
TypeScriptParser.multipleImportStatement().
The default implementation does nothing.
enterMultipleImportStatement in interface TypeScriptParserListenerctx - the parse treepublic void exitMultipleImportStatement(TypeScriptParser.MultipleImportStatementContext ctx)
TypeScriptParser.multipleImportStatement().
The default implementation does nothing.
exitMultipleImportStatement in interface TypeScriptParserListenerctx - the parse treepublic void enterExportStatement(TypeScriptParser.ExportStatementContext ctx)
TypeScriptParser.exportStatement().
The default implementation does nothing.
enterExportStatement in interface TypeScriptParserListenerctx - the parse treepublic void exitExportStatement(TypeScriptParser.ExportStatementContext ctx)
TypeScriptParser.exportStatement().
The default implementation does nothing.
exitExportStatement in interface TypeScriptParserListenerctx - the parse treepublic void enterVariableStatement(TypeScriptParser.VariableStatementContext ctx)
TypeScriptParser.variableStatement().
The default implementation does nothing.
enterVariableStatement in interface TypeScriptParserListenerctx - the parse treepublic void exitVariableStatement(TypeScriptParser.VariableStatementContext ctx)
TypeScriptParser.variableStatement().
The default implementation does nothing.
exitVariableStatement in interface TypeScriptParserListenerctx - the parse treepublic void enterVariableDeclarationList(TypeScriptParser.VariableDeclarationListContext ctx)
TypeScriptParser.variableDeclarationList().
The default implementation does nothing.
enterVariableDeclarationList in interface TypeScriptParserListenerctx - the parse treepublic void exitVariableDeclarationList(TypeScriptParser.VariableDeclarationListContext ctx)
TypeScriptParser.variableDeclarationList().
The default implementation does nothing.
exitVariableDeclarationList in interface TypeScriptParserListenerctx - the parse treepublic void enterVariableDeclaration(TypeScriptParser.VariableDeclarationContext ctx)
TypeScriptParser.variableDeclaration().
The default implementation does nothing.
enterVariableDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void exitVariableDeclaration(TypeScriptParser.VariableDeclarationContext ctx)
TypeScriptParser.variableDeclaration().
The default implementation does nothing.
exitVariableDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void enterEmptyStatement_(TypeScriptParser.EmptyStatement_Context ctx)
TypeScriptParser.emptyStatement_().
The default implementation does nothing.
enterEmptyStatement_ in interface TypeScriptParserListenerctx - the parse treepublic void exitEmptyStatement_(TypeScriptParser.EmptyStatement_Context ctx)
TypeScriptParser.emptyStatement_().
The default implementation does nothing.
exitEmptyStatement_ in interface TypeScriptParserListenerctx - the parse treepublic void enterExpressionStatement(TypeScriptParser.ExpressionStatementContext ctx)
TypeScriptParser.expressionStatement().
The default implementation does nothing.
enterExpressionStatement in interface TypeScriptParserListenerctx - the parse treepublic void exitExpressionStatement(TypeScriptParser.ExpressionStatementContext ctx)
TypeScriptParser.expressionStatement().
The default implementation does nothing.
exitExpressionStatement in interface TypeScriptParserListenerctx - the parse treepublic void enterIfStatement(TypeScriptParser.IfStatementContext ctx)
TypeScriptParser.ifStatement().
The default implementation does nothing.
enterIfStatement in interface TypeScriptParserListenerctx - the parse treepublic void exitIfStatement(TypeScriptParser.IfStatementContext ctx)
TypeScriptParser.ifStatement().
The default implementation does nothing.
exitIfStatement in interface TypeScriptParserListenerctx - the parse treepublic void enterDoStatement(TypeScriptParser.DoStatementContext ctx)
DoStatement
labeled alternative in TypeScriptParser.iterationStatement().
The default implementation does nothing.
enterDoStatement in interface TypeScriptParserListenerctx - the parse treepublic void exitDoStatement(TypeScriptParser.DoStatementContext ctx)
DoStatement
labeled alternative in TypeScriptParser.iterationStatement().
The default implementation does nothing.
exitDoStatement in interface TypeScriptParserListenerctx - the parse treepublic void enterWhileStatement(TypeScriptParser.WhileStatementContext ctx)
WhileStatement
labeled alternative in TypeScriptParser.iterationStatement().
The default implementation does nothing.
enterWhileStatement in interface TypeScriptParserListenerctx - the parse treepublic void exitWhileStatement(TypeScriptParser.WhileStatementContext ctx)
WhileStatement
labeled alternative in TypeScriptParser.iterationStatement().
The default implementation does nothing.
exitWhileStatement in interface TypeScriptParserListenerctx - the parse treepublic void enterForStatement(TypeScriptParser.ForStatementContext ctx)
ForStatement
labeled alternative in TypeScriptParser.iterationStatement().
The default implementation does nothing.
enterForStatement in interface TypeScriptParserListenerctx - the parse treepublic void exitForStatement(TypeScriptParser.ForStatementContext ctx)
ForStatement
labeled alternative in TypeScriptParser.iterationStatement().
The default implementation does nothing.
exitForStatement in interface TypeScriptParserListenerctx - the parse treepublic void enterForVarStatement(TypeScriptParser.ForVarStatementContext ctx)
ForVarStatement
labeled alternative in TypeScriptParser.iterationStatement().
The default implementation does nothing.
enterForVarStatement in interface TypeScriptParserListenerctx - the parse treepublic void exitForVarStatement(TypeScriptParser.ForVarStatementContext ctx)
ForVarStatement
labeled alternative in TypeScriptParser.iterationStatement().
The default implementation does nothing.
exitForVarStatement in interface TypeScriptParserListenerctx - the parse treepublic void enterForInStatement(TypeScriptParser.ForInStatementContext ctx)
ForInStatement
labeled alternative in TypeScriptParser.iterationStatement().
The default implementation does nothing.
enterForInStatement in interface TypeScriptParserListenerctx - the parse treepublic void exitForInStatement(TypeScriptParser.ForInStatementContext ctx)
ForInStatement
labeled alternative in TypeScriptParser.iterationStatement().
The default implementation does nothing.
exitForInStatement in interface TypeScriptParserListenerctx - the parse treepublic void enterForVarInStatement(TypeScriptParser.ForVarInStatementContext ctx)
ForVarInStatement
labeled alternative in TypeScriptParser.iterationStatement().
The default implementation does nothing.
enterForVarInStatement in interface TypeScriptParserListenerctx - the parse treepublic void exitForVarInStatement(TypeScriptParser.ForVarInStatementContext ctx)
ForVarInStatement
labeled alternative in TypeScriptParser.iterationStatement().
The default implementation does nothing.
exitForVarInStatement in interface TypeScriptParserListenerctx - the parse treepublic void enterVarModifier(TypeScriptParser.VarModifierContext ctx)
TypeScriptParser.varModifier().
The default implementation does nothing.
enterVarModifier in interface TypeScriptParserListenerctx - the parse treepublic void exitVarModifier(TypeScriptParser.VarModifierContext ctx)
TypeScriptParser.varModifier().
The default implementation does nothing.
exitVarModifier in interface TypeScriptParserListenerctx - the parse treepublic void enterContinueStatement(TypeScriptParser.ContinueStatementContext ctx)
TypeScriptParser.continueStatement().
The default implementation does nothing.
enterContinueStatement in interface TypeScriptParserListenerctx - the parse treepublic void exitContinueStatement(TypeScriptParser.ContinueStatementContext ctx)
TypeScriptParser.continueStatement().
The default implementation does nothing.
exitContinueStatement in interface TypeScriptParserListenerctx - the parse treepublic void enterBreakStatement(TypeScriptParser.BreakStatementContext ctx)
TypeScriptParser.breakStatement().
The default implementation does nothing.
enterBreakStatement in interface TypeScriptParserListenerctx - the parse treepublic void exitBreakStatement(TypeScriptParser.BreakStatementContext ctx)
TypeScriptParser.breakStatement().
The default implementation does nothing.
exitBreakStatement in interface TypeScriptParserListenerctx - the parse treepublic void enterReturnStatement(TypeScriptParser.ReturnStatementContext ctx)
TypeScriptParser.returnStatement().
The default implementation does nothing.
enterReturnStatement in interface TypeScriptParserListenerctx - the parse treepublic void exitReturnStatement(TypeScriptParser.ReturnStatementContext ctx)
TypeScriptParser.returnStatement().
The default implementation does nothing.
exitReturnStatement in interface TypeScriptParserListenerctx - the parse treepublic void enterYieldStatement(TypeScriptParser.YieldStatementContext ctx)
TypeScriptParser.yieldStatement().
The default implementation does nothing.
enterYieldStatement in interface TypeScriptParserListenerctx - the parse treepublic void exitYieldStatement(TypeScriptParser.YieldStatementContext ctx)
TypeScriptParser.yieldStatement().
The default implementation does nothing.
exitYieldStatement in interface TypeScriptParserListenerctx - the parse treepublic void enterWithStatement(TypeScriptParser.WithStatementContext ctx)
TypeScriptParser.withStatement().
The default implementation does nothing.
enterWithStatement in interface TypeScriptParserListenerctx - the parse treepublic void exitWithStatement(TypeScriptParser.WithStatementContext ctx)
TypeScriptParser.withStatement().
The default implementation does nothing.
exitWithStatement in interface TypeScriptParserListenerctx - the parse treepublic void enterSwitchStatement(TypeScriptParser.SwitchStatementContext ctx)
TypeScriptParser.switchStatement().
The default implementation does nothing.
enterSwitchStatement in interface TypeScriptParserListenerctx - the parse treepublic void exitSwitchStatement(TypeScriptParser.SwitchStatementContext ctx)
TypeScriptParser.switchStatement().
The default implementation does nothing.
exitSwitchStatement in interface TypeScriptParserListenerctx - the parse treepublic void enterCaseBlock(TypeScriptParser.CaseBlockContext ctx)
TypeScriptParser.caseBlock().
The default implementation does nothing.
enterCaseBlock in interface TypeScriptParserListenerctx - the parse treepublic void exitCaseBlock(TypeScriptParser.CaseBlockContext ctx)
TypeScriptParser.caseBlock().
The default implementation does nothing.
exitCaseBlock in interface TypeScriptParserListenerctx - the parse treepublic void enterCaseClauses(TypeScriptParser.CaseClausesContext ctx)
TypeScriptParser.caseClauses().
The default implementation does nothing.
enterCaseClauses in interface TypeScriptParserListenerctx - the parse treepublic void exitCaseClauses(TypeScriptParser.CaseClausesContext ctx)
TypeScriptParser.caseClauses().
The default implementation does nothing.
exitCaseClauses in interface TypeScriptParserListenerctx - the parse treepublic void enterCaseClause(TypeScriptParser.CaseClauseContext ctx)
TypeScriptParser.caseClause().
The default implementation does nothing.
enterCaseClause in interface TypeScriptParserListenerctx - the parse treepublic void exitCaseClause(TypeScriptParser.CaseClauseContext ctx)
TypeScriptParser.caseClause().
The default implementation does nothing.
exitCaseClause in interface TypeScriptParserListenerctx - the parse treepublic void enterDefaultClause(TypeScriptParser.DefaultClauseContext ctx)
TypeScriptParser.defaultClause().
The default implementation does nothing.
enterDefaultClause in interface TypeScriptParserListenerctx - the parse treepublic void exitDefaultClause(TypeScriptParser.DefaultClauseContext ctx)
TypeScriptParser.defaultClause().
The default implementation does nothing.
exitDefaultClause in interface TypeScriptParserListenerctx - the parse treepublic void enterLabelledStatement(TypeScriptParser.LabelledStatementContext ctx)
TypeScriptParser.labelledStatement().
The default implementation does nothing.
enterLabelledStatement in interface TypeScriptParserListenerctx - the parse treepublic void exitLabelledStatement(TypeScriptParser.LabelledStatementContext ctx)
TypeScriptParser.labelledStatement().
The default implementation does nothing.
exitLabelledStatement in interface TypeScriptParserListenerctx - the parse treepublic void enterThrowStatement(TypeScriptParser.ThrowStatementContext ctx)
TypeScriptParser.throwStatement().
The default implementation does nothing.
enterThrowStatement in interface TypeScriptParserListenerctx - the parse treepublic void exitThrowStatement(TypeScriptParser.ThrowStatementContext ctx)
TypeScriptParser.throwStatement().
The default implementation does nothing.
exitThrowStatement in interface TypeScriptParserListenerctx - the parse treepublic void enterTryStatement(TypeScriptParser.TryStatementContext ctx)
TypeScriptParser.tryStatement().
The default implementation does nothing.
enterTryStatement in interface TypeScriptParserListenerctx - the parse treepublic void exitTryStatement(TypeScriptParser.TryStatementContext ctx)
TypeScriptParser.tryStatement().
The default implementation does nothing.
exitTryStatement in interface TypeScriptParserListenerctx - the parse treepublic void enterCatchProduction(TypeScriptParser.CatchProductionContext ctx)
TypeScriptParser.catchProduction().
The default implementation does nothing.
enterCatchProduction in interface TypeScriptParserListenerctx - the parse treepublic void exitCatchProduction(TypeScriptParser.CatchProductionContext ctx)
TypeScriptParser.catchProduction().
The default implementation does nothing.
exitCatchProduction in interface TypeScriptParserListenerctx - the parse treepublic void enterFinallyProduction(TypeScriptParser.FinallyProductionContext ctx)
TypeScriptParser.finallyProduction().
The default implementation does nothing.
enterFinallyProduction in interface TypeScriptParserListenerctx - the parse treepublic void exitFinallyProduction(TypeScriptParser.FinallyProductionContext ctx)
TypeScriptParser.finallyProduction().
The default implementation does nothing.
exitFinallyProduction in interface TypeScriptParserListenerctx - the parse treepublic void enterDebuggerStatement(TypeScriptParser.DebuggerStatementContext ctx)
TypeScriptParser.debuggerStatement().
The default implementation does nothing.
enterDebuggerStatement in interface TypeScriptParserListenerctx - the parse treepublic void exitDebuggerStatement(TypeScriptParser.DebuggerStatementContext ctx)
TypeScriptParser.debuggerStatement().
The default implementation does nothing.
exitDebuggerStatement in interface TypeScriptParserListenerctx - the parse treepublic void enterFunctionDeclaration(TypeScriptParser.FunctionDeclarationContext ctx)
TypeScriptParser.functionDeclaration().
The default implementation does nothing.
enterFunctionDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void exitFunctionDeclaration(TypeScriptParser.FunctionDeclarationContext ctx)
TypeScriptParser.functionDeclaration().
The default implementation does nothing.
exitFunctionDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void enterClassDeclaration(TypeScriptParser.ClassDeclarationContext ctx)
TypeScriptParser.classDeclaration().
The default implementation does nothing.
enterClassDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void exitClassDeclaration(TypeScriptParser.ClassDeclarationContext ctx)
TypeScriptParser.classDeclaration().
The default implementation does nothing.
exitClassDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void enterClassHeritage(TypeScriptParser.ClassHeritageContext ctx)
TypeScriptParser.classHeritage().
The default implementation does nothing.
enterClassHeritage in interface TypeScriptParserListenerctx - the parse treepublic void exitClassHeritage(TypeScriptParser.ClassHeritageContext ctx)
TypeScriptParser.classHeritage().
The default implementation does nothing.
exitClassHeritage in interface TypeScriptParserListenerctx - the parse treepublic void enterClassTail(TypeScriptParser.ClassTailContext ctx)
TypeScriptParser.classTail().
The default implementation does nothing.
enterClassTail in interface TypeScriptParserListenerctx - the parse treepublic void exitClassTail(TypeScriptParser.ClassTailContext ctx)
TypeScriptParser.classTail().
The default implementation does nothing.
exitClassTail in interface TypeScriptParserListenerctx - the parse treepublic void enterClassExtendsClause(TypeScriptParser.ClassExtendsClauseContext ctx)
TypeScriptParser.classExtendsClause().
The default implementation does nothing.
enterClassExtendsClause in interface TypeScriptParserListenerctx - the parse treepublic void exitClassExtendsClause(TypeScriptParser.ClassExtendsClauseContext ctx)
TypeScriptParser.classExtendsClause().
The default implementation does nothing.
exitClassExtendsClause in interface TypeScriptParserListenerctx - the parse treepublic void enterImplementsClause(TypeScriptParser.ImplementsClauseContext ctx)
TypeScriptParser.implementsClause().
The default implementation does nothing.
enterImplementsClause in interface TypeScriptParserListenerctx - the parse treepublic void exitImplementsClause(TypeScriptParser.ImplementsClauseContext ctx)
TypeScriptParser.implementsClause().
The default implementation does nothing.
exitImplementsClause in interface TypeScriptParserListenerctx - the parse treepublic void enterClassElement(TypeScriptParser.ClassElementContext ctx)
TypeScriptParser.classElement().
The default implementation does nothing.
enterClassElement in interface TypeScriptParserListenerctx - the parse treepublic void exitClassElement(TypeScriptParser.ClassElementContext ctx)
TypeScriptParser.classElement().
The default implementation does nothing.
exitClassElement in interface TypeScriptParserListenerctx - the parse treepublic void enterPropertyDeclarationExpression(TypeScriptParser.PropertyDeclarationExpressionContext ctx)
PropertyDeclarationExpression
labeled alternative in TypeScriptParser.propertyMemberDeclaration().
The default implementation does nothing.
enterPropertyDeclarationExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitPropertyDeclarationExpression(TypeScriptParser.PropertyDeclarationExpressionContext ctx)
PropertyDeclarationExpression
labeled alternative in TypeScriptParser.propertyMemberDeclaration().
The default implementation does nothing.
exitPropertyDeclarationExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterMethodDeclarationExpression(TypeScriptParser.MethodDeclarationExpressionContext ctx)
MethodDeclarationExpression
labeled alternative in TypeScriptParser.propertyMemberDeclaration().
The default implementation does nothing.
enterMethodDeclarationExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitMethodDeclarationExpression(TypeScriptParser.MethodDeclarationExpressionContext ctx)
MethodDeclarationExpression
labeled alternative in TypeScriptParser.propertyMemberDeclaration().
The default implementation does nothing.
exitMethodDeclarationExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterGetterSetterDeclarationExpression(TypeScriptParser.GetterSetterDeclarationExpressionContext ctx)
GetterSetterDeclarationExpression
labeled alternative in TypeScriptParser.propertyMemberDeclaration().
The default implementation does nothing.
enterGetterSetterDeclarationExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitGetterSetterDeclarationExpression(TypeScriptParser.GetterSetterDeclarationExpressionContext ctx)
GetterSetterDeclarationExpression
labeled alternative in TypeScriptParser.propertyMemberDeclaration().
The default implementation does nothing.
exitGetterSetterDeclarationExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterAbstractMemberDeclaration(TypeScriptParser.AbstractMemberDeclarationContext ctx)
AbstractMemberDeclaration
labeled alternative in TypeScriptParser.propertyMemberDeclaration().
The default implementation does nothing.
enterAbstractMemberDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void exitAbstractMemberDeclaration(TypeScriptParser.AbstractMemberDeclarationContext ctx)
AbstractMemberDeclaration
labeled alternative in TypeScriptParser.propertyMemberDeclaration().
The default implementation does nothing.
exitAbstractMemberDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void enterPropertyMemberBase(TypeScriptParser.PropertyMemberBaseContext ctx)
TypeScriptParser.propertyMemberBase().
The default implementation does nothing.
enterPropertyMemberBase in interface TypeScriptParserListenerctx - the parse treepublic void exitPropertyMemberBase(TypeScriptParser.PropertyMemberBaseContext ctx)
TypeScriptParser.propertyMemberBase().
The default implementation does nothing.
exitPropertyMemberBase in interface TypeScriptParserListenerctx - the parse treepublic void enterIndexMemberDeclaration(TypeScriptParser.IndexMemberDeclarationContext ctx)
TypeScriptParser.indexMemberDeclaration().
The default implementation does nothing.
enterIndexMemberDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void exitIndexMemberDeclaration(TypeScriptParser.IndexMemberDeclarationContext ctx)
TypeScriptParser.indexMemberDeclaration().
The default implementation does nothing.
exitIndexMemberDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void enterGeneratorMethod(TypeScriptParser.GeneratorMethodContext ctx)
TypeScriptParser.generatorMethod().
The default implementation does nothing.
enterGeneratorMethod in interface TypeScriptParserListenerctx - the parse treepublic void exitGeneratorMethod(TypeScriptParser.GeneratorMethodContext ctx)
TypeScriptParser.generatorMethod().
The default implementation does nothing.
exitGeneratorMethod in interface TypeScriptParserListenerctx - the parse treepublic void enterGeneratorFunctionDeclaration(TypeScriptParser.GeneratorFunctionDeclarationContext ctx)
TypeScriptParser.generatorFunctionDeclaration().
The default implementation does nothing.
enterGeneratorFunctionDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void exitGeneratorFunctionDeclaration(TypeScriptParser.GeneratorFunctionDeclarationContext ctx)
TypeScriptParser.generatorFunctionDeclaration().
The default implementation does nothing.
exitGeneratorFunctionDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void enterGeneratorBlock(TypeScriptParser.GeneratorBlockContext ctx)
TypeScriptParser.generatorBlock().
The default implementation does nothing.
enterGeneratorBlock in interface TypeScriptParserListenerctx - the parse treepublic void exitGeneratorBlock(TypeScriptParser.GeneratorBlockContext ctx)
TypeScriptParser.generatorBlock().
The default implementation does nothing.
exitGeneratorBlock in interface TypeScriptParserListenerctx - the parse treepublic void enterGeneratorDefinition(TypeScriptParser.GeneratorDefinitionContext ctx)
TypeScriptParser.generatorDefinition().
The default implementation does nothing.
enterGeneratorDefinition in interface TypeScriptParserListenerctx - the parse treepublic void exitGeneratorDefinition(TypeScriptParser.GeneratorDefinitionContext ctx)
TypeScriptParser.generatorDefinition().
The default implementation does nothing.
exitGeneratorDefinition in interface TypeScriptParserListenerctx - the parse treepublic void enterIteratorBlock(TypeScriptParser.IteratorBlockContext ctx)
TypeScriptParser.iteratorBlock().
The default implementation does nothing.
enterIteratorBlock in interface TypeScriptParserListenerctx - the parse treepublic void exitIteratorBlock(TypeScriptParser.IteratorBlockContext ctx)
TypeScriptParser.iteratorBlock().
The default implementation does nothing.
exitIteratorBlock in interface TypeScriptParserListenerctx - the parse treepublic void enterIteratorDefinition(TypeScriptParser.IteratorDefinitionContext ctx)
TypeScriptParser.iteratorDefinition().
The default implementation does nothing.
enterIteratorDefinition in interface TypeScriptParserListenerctx - the parse treepublic void exitIteratorDefinition(TypeScriptParser.IteratorDefinitionContext ctx)
TypeScriptParser.iteratorDefinition().
The default implementation does nothing.
exitIteratorDefinition in interface TypeScriptParserListenerctx - the parse treepublic void enterFormalParameterList(TypeScriptParser.FormalParameterListContext ctx)
TypeScriptParser.formalParameterList().
The default implementation does nothing.
enterFormalParameterList in interface TypeScriptParserListenerctx - the parse treepublic void exitFormalParameterList(TypeScriptParser.FormalParameterListContext ctx)
TypeScriptParser.formalParameterList().
The default implementation does nothing.
exitFormalParameterList in interface TypeScriptParserListenerctx - the parse treepublic void enterFormalParameterArg(TypeScriptParser.FormalParameterArgContext ctx)
TypeScriptParser.formalParameterArg().
The default implementation does nothing.
enterFormalParameterArg in interface TypeScriptParserListenerctx - the parse treepublic void exitFormalParameterArg(TypeScriptParser.FormalParameterArgContext ctx)
TypeScriptParser.formalParameterArg().
The default implementation does nothing.
exitFormalParameterArg in interface TypeScriptParserListenerctx - the parse treepublic void enterLastFormalParameterArg(TypeScriptParser.LastFormalParameterArgContext ctx)
TypeScriptParser.lastFormalParameterArg().
The default implementation does nothing.
enterLastFormalParameterArg in interface TypeScriptParserListenerctx - the parse treepublic void exitLastFormalParameterArg(TypeScriptParser.LastFormalParameterArgContext ctx)
TypeScriptParser.lastFormalParameterArg().
The default implementation does nothing.
exitLastFormalParameterArg in interface TypeScriptParserListenerctx - the parse treepublic void enterFunctionBody(TypeScriptParser.FunctionBodyContext ctx)
TypeScriptParser.functionBody().
The default implementation does nothing.
enterFunctionBody in interface TypeScriptParserListenerctx - the parse treepublic void exitFunctionBody(TypeScriptParser.FunctionBodyContext ctx)
TypeScriptParser.functionBody().
The default implementation does nothing.
exitFunctionBody in interface TypeScriptParserListenerctx - the parse treepublic void enterSourceElements(TypeScriptParser.SourceElementsContext ctx)
TypeScriptParser.sourceElements().
The default implementation does nothing.
enterSourceElements in interface TypeScriptParserListenerctx - the parse treepublic void exitSourceElements(TypeScriptParser.SourceElementsContext ctx)
TypeScriptParser.sourceElements().
The default implementation does nothing.
exitSourceElements in interface TypeScriptParserListenerctx - the parse treepublic void enterArrayLiteral(TypeScriptParser.ArrayLiteralContext ctx)
TypeScriptParser.arrayLiteral().
The default implementation does nothing.
enterArrayLiteral in interface TypeScriptParserListenerctx - the parse treepublic void exitArrayLiteral(TypeScriptParser.ArrayLiteralContext ctx)
TypeScriptParser.arrayLiteral().
The default implementation does nothing.
exitArrayLiteral in interface TypeScriptParserListenerctx - the parse treepublic void enterElementList(TypeScriptParser.ElementListContext ctx)
TypeScriptParser.elementList().
The default implementation does nothing.
enterElementList in interface TypeScriptParserListenerctx - the parse treepublic void exitElementList(TypeScriptParser.ElementListContext ctx)
TypeScriptParser.elementList().
The default implementation does nothing.
exitElementList in interface TypeScriptParserListenerctx - the parse treepublic void enterArrayElement(TypeScriptParser.ArrayElementContext ctx)
TypeScriptParser.arrayElement().
The default implementation does nothing.
enterArrayElement in interface TypeScriptParserListenerctx - the parse treepublic void exitArrayElement(TypeScriptParser.ArrayElementContext ctx)
TypeScriptParser.arrayElement().
The default implementation does nothing.
exitArrayElement in interface TypeScriptParserListenerctx - the parse treepublic void enterObjectLiteral(TypeScriptParser.ObjectLiteralContext ctx)
TypeScriptParser.objectLiteral().
The default implementation does nothing.
enterObjectLiteral in interface TypeScriptParserListenerctx - the parse treepublic void exitObjectLiteral(TypeScriptParser.ObjectLiteralContext ctx)
TypeScriptParser.objectLiteral().
The default implementation does nothing.
exitObjectLiteral in interface TypeScriptParserListenerctx - the parse treepublic void enterPropertyExpressionAssignment(TypeScriptParser.PropertyExpressionAssignmentContext ctx)
PropertyExpressionAssignment
labeled alternative in TypeScriptParser.propertyAssignment().
The default implementation does nothing.
enterPropertyExpressionAssignment in interface TypeScriptParserListenerctx - the parse treepublic void exitPropertyExpressionAssignment(TypeScriptParser.PropertyExpressionAssignmentContext ctx)
PropertyExpressionAssignment
labeled alternative in TypeScriptParser.propertyAssignment().
The default implementation does nothing.
exitPropertyExpressionAssignment in interface TypeScriptParserListenerctx - the parse treepublic void enterComputedPropertyExpressionAssignment(TypeScriptParser.ComputedPropertyExpressionAssignmentContext ctx)
ComputedPropertyExpressionAssignment
labeled alternative in TypeScriptParser.propertyAssignment().
The default implementation does nothing.
enterComputedPropertyExpressionAssignment in interface TypeScriptParserListenerctx - the parse treepublic void exitComputedPropertyExpressionAssignment(TypeScriptParser.ComputedPropertyExpressionAssignmentContext ctx)
ComputedPropertyExpressionAssignment
labeled alternative in TypeScriptParser.propertyAssignment().
The default implementation does nothing.
exitComputedPropertyExpressionAssignment in interface TypeScriptParserListenerctx - the parse treepublic void enterPropertyGetter(TypeScriptParser.PropertyGetterContext ctx)
PropertyGetter
labeled alternative in TypeScriptParser.propertyAssignment().
The default implementation does nothing.
enterPropertyGetter in interface TypeScriptParserListenerctx - the parse treepublic void exitPropertyGetter(TypeScriptParser.PropertyGetterContext ctx)
PropertyGetter
labeled alternative in TypeScriptParser.propertyAssignment().
The default implementation does nothing.
exitPropertyGetter in interface TypeScriptParserListenerctx - the parse treepublic void enterPropertySetter(TypeScriptParser.PropertySetterContext ctx)
PropertySetter
labeled alternative in TypeScriptParser.propertyAssignment().
The default implementation does nothing.
enterPropertySetter in interface TypeScriptParserListenerctx - the parse treepublic void exitPropertySetter(TypeScriptParser.PropertySetterContext ctx)
PropertySetter
labeled alternative in TypeScriptParser.propertyAssignment().
The default implementation does nothing.
exitPropertySetter in interface TypeScriptParserListenerctx - the parse treepublic void enterMethodProperty(TypeScriptParser.MethodPropertyContext ctx)
MethodProperty
labeled alternative in TypeScriptParser.propertyAssignment().
The default implementation does nothing.
enterMethodProperty in interface TypeScriptParserListenerctx - the parse treepublic void exitMethodProperty(TypeScriptParser.MethodPropertyContext ctx)
MethodProperty
labeled alternative in TypeScriptParser.propertyAssignment().
The default implementation does nothing.
exitMethodProperty in interface TypeScriptParserListenerctx - the parse treepublic void enterPropertyShorthand(TypeScriptParser.PropertyShorthandContext ctx)
PropertyShorthand
labeled alternative in TypeScriptParser.propertyAssignment().
The default implementation does nothing.
enterPropertyShorthand in interface TypeScriptParserListenerctx - the parse treepublic void exitPropertyShorthand(TypeScriptParser.PropertyShorthandContext ctx)
PropertyShorthand
labeled alternative in TypeScriptParser.propertyAssignment().
The default implementation does nothing.
exitPropertyShorthand in interface TypeScriptParserListenerctx - the parse treepublic void enterRestParameterInObject(TypeScriptParser.RestParameterInObjectContext ctx)
RestParameterInObject
labeled alternative in TypeScriptParser.propertyAssignment().
The default implementation does nothing.
enterRestParameterInObject in interface TypeScriptParserListenerctx - the parse treepublic void exitRestParameterInObject(TypeScriptParser.RestParameterInObjectContext ctx)
RestParameterInObject
labeled alternative in TypeScriptParser.propertyAssignment().
The default implementation does nothing.
exitRestParameterInObject in interface TypeScriptParserListenerctx - the parse treepublic void enterGetAccessor(TypeScriptParser.GetAccessorContext ctx)
TypeScriptParser.getAccessor().
The default implementation does nothing.
enterGetAccessor in interface TypeScriptParserListenerctx - the parse treepublic void exitGetAccessor(TypeScriptParser.GetAccessorContext ctx)
TypeScriptParser.getAccessor().
The default implementation does nothing.
exitGetAccessor in interface TypeScriptParserListenerctx - the parse treepublic void enterSetAccessor(TypeScriptParser.SetAccessorContext ctx)
TypeScriptParser.setAccessor().
The default implementation does nothing.
enterSetAccessor in interface TypeScriptParserListenerctx - the parse treepublic void exitSetAccessor(TypeScriptParser.SetAccessorContext ctx)
TypeScriptParser.setAccessor().
The default implementation does nothing.
exitSetAccessor in interface TypeScriptParserListenerctx - the parse treepublic void enterPropertyName(TypeScriptParser.PropertyNameContext ctx)
TypeScriptParser.propertyName().
The default implementation does nothing.
enterPropertyName in interface TypeScriptParserListenerctx - the parse treepublic void exitPropertyName(TypeScriptParser.PropertyNameContext ctx)
TypeScriptParser.propertyName().
The default implementation does nothing.
exitPropertyName in interface TypeScriptParserListenerctx - the parse treepublic void enterArguments(TypeScriptParser.ArgumentsContext ctx)
TypeScriptParser.arguments().
The default implementation does nothing.
enterArguments in interface TypeScriptParserListenerctx - the parse treepublic void exitArguments(TypeScriptParser.ArgumentsContext ctx)
TypeScriptParser.arguments().
The default implementation does nothing.
exitArguments in interface TypeScriptParserListenerctx - the parse treepublic void enterArgumentList(TypeScriptParser.ArgumentListContext ctx)
TypeScriptParser.argumentList().
The default implementation does nothing.
enterArgumentList in interface TypeScriptParserListenerctx - the parse treepublic void exitArgumentList(TypeScriptParser.ArgumentListContext ctx)
TypeScriptParser.argumentList().
The default implementation does nothing.
exitArgumentList in interface TypeScriptParserListenerctx - the parse treepublic void enterArgument(TypeScriptParser.ArgumentContext ctx)
TypeScriptParser.argument().
The default implementation does nothing.
enterArgument in interface TypeScriptParserListenerctx - the parse treepublic void exitArgument(TypeScriptParser.ArgumentContext ctx)
TypeScriptParser.argument().
The default implementation does nothing.
exitArgument in interface TypeScriptParserListenerctx - the parse treepublic void enterExpressionSequence(TypeScriptParser.ExpressionSequenceContext ctx)
TypeScriptParser.expressionSequence().
The default implementation does nothing.
enterExpressionSequence in interface TypeScriptParserListenerctx - the parse treepublic void exitExpressionSequence(TypeScriptParser.ExpressionSequenceContext ctx)
TypeScriptParser.expressionSequence().
The default implementation does nothing.
exitExpressionSequence in interface TypeScriptParserListenerctx - the parse treepublic void enterFunctionExpressionDeclaration(TypeScriptParser.FunctionExpressionDeclarationContext ctx)
TypeScriptParser.functionExpressionDeclaration().
The default implementation does nothing.
enterFunctionExpressionDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void exitFunctionExpressionDeclaration(TypeScriptParser.FunctionExpressionDeclarationContext ctx)
TypeScriptParser.functionExpressionDeclaration().
The default implementation does nothing.
exitFunctionExpressionDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void enterTemplateStringExpression(TypeScriptParser.TemplateStringExpressionContext ctx)
TemplateStringExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterTemplateStringExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitTemplateStringExpression(TypeScriptParser.TemplateStringExpressionContext ctx)
TemplateStringExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitTemplateStringExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterTernaryExpression(TypeScriptParser.TernaryExpressionContext ctx)
TernaryExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterTernaryExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitTernaryExpression(TypeScriptParser.TernaryExpressionContext ctx)
TernaryExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitTernaryExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterLogicalAndExpression(TypeScriptParser.LogicalAndExpressionContext ctx)
LogicalAndExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterLogicalAndExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitLogicalAndExpression(TypeScriptParser.LogicalAndExpressionContext ctx)
LogicalAndExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitLogicalAndExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterGeneratorsExpression(TypeScriptParser.GeneratorsExpressionContext ctx)
GeneratorsExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterGeneratorsExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitGeneratorsExpression(TypeScriptParser.GeneratorsExpressionContext ctx)
GeneratorsExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitGeneratorsExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterPreIncrementExpression(TypeScriptParser.PreIncrementExpressionContext ctx)
PreIncrementExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterPreIncrementExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitPreIncrementExpression(TypeScriptParser.PreIncrementExpressionContext ctx)
PreIncrementExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitPreIncrementExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterObjectLiteralExpression(TypeScriptParser.ObjectLiteralExpressionContext ctx)
ObjectLiteralExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterObjectLiteralExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitObjectLiteralExpression(TypeScriptParser.ObjectLiteralExpressionContext ctx)
ObjectLiteralExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitObjectLiteralExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterInExpression(TypeScriptParser.InExpressionContext ctx)
InExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterInExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitInExpression(TypeScriptParser.InExpressionContext ctx)
InExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitInExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterLogicalOrExpression(TypeScriptParser.LogicalOrExpressionContext ctx)
LogicalOrExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterLogicalOrExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitLogicalOrExpression(TypeScriptParser.LogicalOrExpressionContext ctx)
LogicalOrExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitLogicalOrExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterGenericTypes(TypeScriptParser.GenericTypesContext ctx)
GenericTypes
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterGenericTypes in interface TypeScriptParserListenerctx - the parse treepublic void exitGenericTypes(TypeScriptParser.GenericTypesContext ctx)
GenericTypes
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitGenericTypes in interface TypeScriptParserListenerctx - the parse treepublic void enterNotExpression(TypeScriptParser.NotExpressionContext ctx)
NotExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterNotExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitNotExpression(TypeScriptParser.NotExpressionContext ctx)
NotExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitNotExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterPreDecreaseExpression(TypeScriptParser.PreDecreaseExpressionContext ctx)
PreDecreaseExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterPreDecreaseExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitPreDecreaseExpression(TypeScriptParser.PreDecreaseExpressionContext ctx)
PreDecreaseExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitPreDecreaseExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterArgumentsExpression(TypeScriptParser.ArgumentsExpressionContext ctx)
ArgumentsExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterArgumentsExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitArgumentsExpression(TypeScriptParser.ArgumentsExpressionContext ctx)
ArgumentsExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitArgumentsExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterThisExpression(TypeScriptParser.ThisExpressionContext ctx)
ThisExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterThisExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitThisExpression(TypeScriptParser.ThisExpressionContext ctx)
ThisExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitThisExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterFunctionExpression(TypeScriptParser.FunctionExpressionContext ctx)
FunctionExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterFunctionExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitFunctionExpression(TypeScriptParser.FunctionExpressionContext ctx)
FunctionExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitFunctionExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterUnaryMinusExpression(TypeScriptParser.UnaryMinusExpressionContext ctx)
UnaryMinusExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterUnaryMinusExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitUnaryMinusExpression(TypeScriptParser.UnaryMinusExpressionContext ctx)
UnaryMinusExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitUnaryMinusExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterAssignmentExpression(TypeScriptParser.AssignmentExpressionContext ctx)
AssignmentExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterAssignmentExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitAssignmentExpression(TypeScriptParser.AssignmentExpressionContext ctx)
AssignmentExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitAssignmentExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterPostDecreaseExpression(TypeScriptParser.PostDecreaseExpressionContext ctx)
PostDecreaseExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterPostDecreaseExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitPostDecreaseExpression(TypeScriptParser.PostDecreaseExpressionContext ctx)
PostDecreaseExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitPostDecreaseExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterTypeofExpression(TypeScriptParser.TypeofExpressionContext ctx)
TypeofExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterTypeofExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitTypeofExpression(TypeScriptParser.TypeofExpressionContext ctx)
TypeofExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitTypeofExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterInstanceofExpression(TypeScriptParser.InstanceofExpressionContext ctx)
InstanceofExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterInstanceofExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitInstanceofExpression(TypeScriptParser.InstanceofExpressionContext ctx)
InstanceofExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitInstanceofExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterUnaryPlusExpression(TypeScriptParser.UnaryPlusExpressionContext ctx)
UnaryPlusExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterUnaryPlusExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitUnaryPlusExpression(TypeScriptParser.UnaryPlusExpressionContext ctx)
UnaryPlusExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitUnaryPlusExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterDeleteExpression(TypeScriptParser.DeleteExpressionContext ctx)
DeleteExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterDeleteExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitDeleteExpression(TypeScriptParser.DeleteExpressionContext ctx)
DeleteExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitDeleteExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterGeneratorsFunctionExpression(TypeScriptParser.GeneratorsFunctionExpressionContext ctx)
GeneratorsFunctionExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterGeneratorsFunctionExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitGeneratorsFunctionExpression(TypeScriptParser.GeneratorsFunctionExpressionContext ctx)
GeneratorsFunctionExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitGeneratorsFunctionExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterArrowFunctionExpression(TypeScriptParser.ArrowFunctionExpressionContext ctx)
ArrowFunctionExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterArrowFunctionExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitArrowFunctionExpression(TypeScriptParser.ArrowFunctionExpressionContext ctx)
ArrowFunctionExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitArrowFunctionExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterIteratorsExpression(TypeScriptParser.IteratorsExpressionContext ctx)
IteratorsExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterIteratorsExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitIteratorsExpression(TypeScriptParser.IteratorsExpressionContext ctx)
IteratorsExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitIteratorsExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterEqualityExpression(TypeScriptParser.EqualityExpressionContext ctx)
EqualityExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterEqualityExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitEqualityExpression(TypeScriptParser.EqualityExpressionContext ctx)
EqualityExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitEqualityExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterBitXOrExpression(TypeScriptParser.BitXOrExpressionContext ctx)
BitXOrExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterBitXOrExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitBitXOrExpression(TypeScriptParser.BitXOrExpressionContext ctx)
BitXOrExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitBitXOrExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterCastAsExpression(TypeScriptParser.CastAsExpressionContext ctx)
CastAsExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterCastAsExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitCastAsExpression(TypeScriptParser.CastAsExpressionContext ctx)
CastAsExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitCastAsExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterSuperExpression(TypeScriptParser.SuperExpressionContext ctx)
SuperExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterSuperExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitSuperExpression(TypeScriptParser.SuperExpressionContext ctx)
SuperExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitSuperExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterMultiplicativeExpression(TypeScriptParser.MultiplicativeExpressionContext ctx)
MultiplicativeExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterMultiplicativeExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitMultiplicativeExpression(TypeScriptParser.MultiplicativeExpressionContext ctx)
MultiplicativeExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitMultiplicativeExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterBitShiftExpression(TypeScriptParser.BitShiftExpressionContext ctx)
BitShiftExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterBitShiftExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitBitShiftExpression(TypeScriptParser.BitShiftExpressionContext ctx)
BitShiftExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitBitShiftExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterParenthesizedExpression(TypeScriptParser.ParenthesizedExpressionContext ctx)
ParenthesizedExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterParenthesizedExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitParenthesizedExpression(TypeScriptParser.ParenthesizedExpressionContext ctx)
ParenthesizedExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitParenthesizedExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterAdditiveExpression(TypeScriptParser.AdditiveExpressionContext ctx)
AdditiveExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterAdditiveExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitAdditiveExpression(TypeScriptParser.AdditiveExpressionContext ctx)
AdditiveExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitAdditiveExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterRelationalExpression(TypeScriptParser.RelationalExpressionContext ctx)
RelationalExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterRelationalExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitRelationalExpression(TypeScriptParser.RelationalExpressionContext ctx)
RelationalExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitRelationalExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterPostIncrementExpression(TypeScriptParser.PostIncrementExpressionContext ctx)
PostIncrementExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterPostIncrementExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitPostIncrementExpression(TypeScriptParser.PostIncrementExpressionContext ctx)
PostIncrementExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitPostIncrementExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterYieldExpression(TypeScriptParser.YieldExpressionContext ctx)
YieldExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterYieldExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitYieldExpression(TypeScriptParser.YieldExpressionContext ctx)
YieldExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitYieldExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterBitNotExpression(TypeScriptParser.BitNotExpressionContext ctx)
BitNotExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterBitNotExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitBitNotExpression(TypeScriptParser.BitNotExpressionContext ctx)
BitNotExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitBitNotExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterNewExpression(TypeScriptParser.NewExpressionContext ctx)
NewExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterNewExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitNewExpression(TypeScriptParser.NewExpressionContext ctx)
NewExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitNewExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterLiteralExpression(TypeScriptParser.LiteralExpressionContext ctx)
LiteralExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterLiteralExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitLiteralExpression(TypeScriptParser.LiteralExpressionContext ctx)
LiteralExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitLiteralExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterArrayLiteralExpression(TypeScriptParser.ArrayLiteralExpressionContext ctx)
ArrayLiteralExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterArrayLiteralExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitArrayLiteralExpression(TypeScriptParser.ArrayLiteralExpressionContext ctx)
ArrayLiteralExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitArrayLiteralExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterMemberDotExpression(TypeScriptParser.MemberDotExpressionContext ctx)
MemberDotExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterMemberDotExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitMemberDotExpression(TypeScriptParser.MemberDotExpressionContext ctx)
MemberDotExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitMemberDotExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterMemberIndexExpression(TypeScriptParser.MemberIndexExpressionContext ctx)
MemberIndexExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterMemberIndexExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitMemberIndexExpression(TypeScriptParser.MemberIndexExpressionContext ctx)
MemberIndexExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitMemberIndexExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterIdentifierExpression(TypeScriptParser.IdentifierExpressionContext ctx)
IdentifierExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterIdentifierExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitIdentifierExpression(TypeScriptParser.IdentifierExpressionContext ctx)
IdentifierExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitIdentifierExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterBitAndExpression(TypeScriptParser.BitAndExpressionContext ctx)
BitAndExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterBitAndExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitBitAndExpression(TypeScriptParser.BitAndExpressionContext ctx)
BitAndExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitBitAndExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterBitOrExpression(TypeScriptParser.BitOrExpressionContext ctx)
BitOrExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterBitOrExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitBitOrExpression(TypeScriptParser.BitOrExpressionContext ctx)
BitOrExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitBitOrExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterAssignmentOperatorExpression(TypeScriptParser.AssignmentOperatorExpressionContext ctx)
AssignmentOperatorExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterAssignmentOperatorExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitAssignmentOperatorExpression(TypeScriptParser.AssignmentOperatorExpressionContext ctx)
AssignmentOperatorExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitAssignmentOperatorExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterVoidExpression(TypeScriptParser.VoidExpressionContext ctx)
VoidExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
enterVoidExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitVoidExpression(TypeScriptParser.VoidExpressionContext ctx)
VoidExpression
labeled alternative in TypeScriptParser.singleExpression().
The default implementation does nothing.
exitVoidExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterAsExpression(TypeScriptParser.AsExpressionContext ctx)
TypeScriptParser.asExpression().
The default implementation does nothing.
enterAsExpression in interface TypeScriptParserListenerctx - the parse treepublic void exitAsExpression(TypeScriptParser.AsExpressionContext ctx)
TypeScriptParser.asExpression().
The default implementation does nothing.
exitAsExpression in interface TypeScriptParserListenerctx - the parse treepublic void enterArrowFunctionDeclaration(TypeScriptParser.ArrowFunctionDeclarationContext ctx)
TypeScriptParser.arrowFunctionDeclaration().
The default implementation does nothing.
enterArrowFunctionDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void exitArrowFunctionDeclaration(TypeScriptParser.ArrowFunctionDeclarationContext ctx)
TypeScriptParser.arrowFunctionDeclaration().
The default implementation does nothing.
exitArrowFunctionDeclaration in interface TypeScriptParserListenerctx - the parse treepublic void enterArrowFunctionParameters(TypeScriptParser.ArrowFunctionParametersContext ctx)
TypeScriptParser.arrowFunctionParameters().
The default implementation does nothing.
enterArrowFunctionParameters in interface TypeScriptParserListenerctx - the parse treepublic void exitArrowFunctionParameters(TypeScriptParser.ArrowFunctionParametersContext ctx)
TypeScriptParser.arrowFunctionParameters().
The default implementation does nothing.
exitArrowFunctionParameters in interface TypeScriptParserListenerctx - the parse treepublic void enterArrowFunctionBody(TypeScriptParser.ArrowFunctionBodyContext ctx)
TypeScriptParser.arrowFunctionBody().
The default implementation does nothing.
enterArrowFunctionBody in interface TypeScriptParserListenerctx - the parse treepublic void exitArrowFunctionBody(TypeScriptParser.ArrowFunctionBodyContext ctx)
TypeScriptParser.arrowFunctionBody().
The default implementation does nothing.
exitArrowFunctionBody in interface TypeScriptParserListenerctx - the parse treepublic void enterAssignmentOperator(TypeScriptParser.AssignmentOperatorContext ctx)
TypeScriptParser.assignmentOperator().
The default implementation does nothing.
enterAssignmentOperator in interface TypeScriptParserListenerctx - the parse treepublic void exitAssignmentOperator(TypeScriptParser.AssignmentOperatorContext ctx)
TypeScriptParser.assignmentOperator().
The default implementation does nothing.
exitAssignmentOperator in interface TypeScriptParserListenerctx - the parse treepublic void enterLiteral(TypeScriptParser.LiteralContext ctx)
TypeScriptParser.literal().
The default implementation does nothing.
enterLiteral in interface TypeScriptParserListenerctx - the parse treepublic void exitLiteral(TypeScriptParser.LiteralContext ctx)
TypeScriptParser.literal().
The default implementation does nothing.
exitLiteral in interface TypeScriptParserListenerctx - the parse treepublic void enterTemplateStringLiteral(TypeScriptParser.TemplateStringLiteralContext ctx)
TypeScriptParser.templateStringLiteral().
The default implementation does nothing.
enterTemplateStringLiteral in interface TypeScriptParserListenerctx - the parse treepublic void exitTemplateStringLiteral(TypeScriptParser.TemplateStringLiteralContext ctx)
TypeScriptParser.templateStringLiteral().
The default implementation does nothing.
exitTemplateStringLiteral in interface TypeScriptParserListenerctx - the parse treepublic void enterTemplateStringAtom(TypeScriptParser.TemplateStringAtomContext ctx)
TypeScriptParser.templateStringAtom().
The default implementation does nothing.
enterTemplateStringAtom in interface TypeScriptParserListenerctx - the parse treepublic void exitTemplateStringAtom(TypeScriptParser.TemplateStringAtomContext ctx)
TypeScriptParser.templateStringAtom().
The default implementation does nothing.
exitTemplateStringAtom in interface TypeScriptParserListenerctx - the parse treepublic void enterNumericLiteral(TypeScriptParser.NumericLiteralContext ctx)
TypeScriptParser.numericLiteral().
The default implementation does nothing.
enterNumericLiteral in interface TypeScriptParserListenerctx - the parse treepublic void exitNumericLiteral(TypeScriptParser.NumericLiteralContext ctx)
TypeScriptParser.numericLiteral().
The default implementation does nothing.
exitNumericLiteral in interface TypeScriptParserListenerctx - the parse treepublic void enterIdentifierName(TypeScriptParser.IdentifierNameContext ctx)
TypeScriptParser.identifierName().
The default implementation does nothing.
enterIdentifierName in interface TypeScriptParserListenerctx - the parse treepublic void exitIdentifierName(TypeScriptParser.IdentifierNameContext ctx)
TypeScriptParser.identifierName().
The default implementation does nothing.
exitIdentifierName in interface TypeScriptParserListenerctx - the parse treepublic void enterIdentifierOrKeyWord(TypeScriptParser.IdentifierOrKeyWordContext ctx)
TypeScriptParser.identifierOrKeyWord().
The default implementation does nothing.
enterIdentifierOrKeyWord in interface TypeScriptParserListenerctx - the parse treepublic void exitIdentifierOrKeyWord(TypeScriptParser.IdentifierOrKeyWordContext ctx)
TypeScriptParser.identifierOrKeyWord().
The default implementation does nothing.
exitIdentifierOrKeyWord in interface TypeScriptParserListenerctx - the parse treepublic void enterReservedWord(TypeScriptParser.ReservedWordContext ctx)
TypeScriptParser.reservedWord().
The default implementation does nothing.
enterReservedWord in interface TypeScriptParserListenerctx - the parse treepublic void exitReservedWord(TypeScriptParser.ReservedWordContext ctx)
TypeScriptParser.reservedWord().
The default implementation does nothing.
exitReservedWord in interface TypeScriptParserListenerctx - the parse treepublic void enterKeyword(TypeScriptParser.KeywordContext ctx)
TypeScriptParser.keyword().
The default implementation does nothing.
enterKeyword in interface TypeScriptParserListenerctx - the parse treepublic void exitKeyword(TypeScriptParser.KeywordContext ctx)
TypeScriptParser.keyword().
The default implementation does nothing.
exitKeyword in interface TypeScriptParserListenerctx - the parse treepublic void enterGetter(TypeScriptParser.GetterContext ctx)
TypeScriptParser.getter().
The default implementation does nothing.
enterGetter in interface TypeScriptParserListenerctx - the parse treepublic void exitGetter(TypeScriptParser.GetterContext ctx)
TypeScriptParser.getter().
The default implementation does nothing.
exitGetter in interface TypeScriptParserListenerctx - the parse treepublic void enterSetter(TypeScriptParser.SetterContext ctx)
TypeScriptParser.setter().
The default implementation does nothing.
enterSetter in interface TypeScriptParserListenerctx - the parse treepublic void exitSetter(TypeScriptParser.SetterContext ctx)
TypeScriptParser.setter().
The default implementation does nothing.
exitSetter in interface TypeScriptParserListenerctx - the parse treepublic void enterEos(TypeScriptParser.EosContext ctx)
TypeScriptParser.eos().
The default implementation does nothing.
enterEos in interface TypeScriptParserListenerctx - the parse treepublic void exitEos(TypeScriptParser.EosContext ctx)
TypeScriptParser.eos().
The default implementation does nothing.
exitEos in interface TypeScriptParserListenerctx - the parse treepublic void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
enterEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
exitEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
visitTerminal in interface org.antlr.v4.runtime.tree.ParseTreeListenerpublic void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
visitErrorNode in interface org.antlr.v4.runtime.tree.ParseTreeListenerCopyright © 2025 FG Forrest, a.s.. All rights reserved.