Package one.gfw.antlr4.js.typescript
Interface TypeScriptParserListener
-
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
TypeScriptParserBaseListener
public interface TypeScriptParserListener extends org.antlr.v4.runtime.tree.ParseTreeListenerThis interface defines a complete listener for a parse tree produced byTypeScriptParser.
-
-
Method Summary
-
-
-
Method Detail
-
enterInitializer
void enterInitializer(TypeScriptParser.InitializerContext ctx)
Enter a parse tree produced byTypeScriptParser.initializer().- Parameters:
ctx- the parse tree
-
exitInitializer
void exitInitializer(TypeScriptParser.InitializerContext ctx)
Exit a parse tree produced byTypeScriptParser.initializer().- Parameters:
ctx- the parse tree
-
enterBindingPattern
void enterBindingPattern(TypeScriptParser.BindingPatternContext ctx)
Enter a parse tree produced byTypeScriptParser.bindingPattern().- Parameters:
ctx- the parse tree
-
exitBindingPattern
void exitBindingPattern(TypeScriptParser.BindingPatternContext ctx)
Exit a parse tree produced byTypeScriptParser.bindingPattern().- Parameters:
ctx- the parse tree
-
enterTypeParameters
void enterTypeParameters(TypeScriptParser.TypeParametersContext ctx)
Enter a parse tree produced byTypeScriptParser.typeParameters().- Parameters:
ctx- the parse tree
-
exitTypeParameters
void exitTypeParameters(TypeScriptParser.TypeParametersContext ctx)
Exit a parse tree produced byTypeScriptParser.typeParameters().- Parameters:
ctx- the parse tree
-
enterTypeParameterList
void enterTypeParameterList(TypeScriptParser.TypeParameterListContext ctx)
Enter a parse tree produced byTypeScriptParser.typeParameterList().- Parameters:
ctx- the parse tree
-
exitTypeParameterList
void exitTypeParameterList(TypeScriptParser.TypeParameterListContext ctx)
Exit a parse tree produced byTypeScriptParser.typeParameterList().- Parameters:
ctx- the parse tree
-
enterTypeParameter
void enterTypeParameter(TypeScriptParser.TypeParameterContext ctx)
Enter a parse tree produced byTypeScriptParser.typeParameter().- Parameters:
ctx- the parse tree
-
exitTypeParameter
void exitTypeParameter(TypeScriptParser.TypeParameterContext ctx)
Exit a parse tree produced byTypeScriptParser.typeParameter().- Parameters:
ctx- the parse tree
-
enterConstraint
void enterConstraint(TypeScriptParser.ConstraintContext ctx)
Enter a parse tree produced byTypeScriptParser.constraint().- Parameters:
ctx- the parse tree
-
exitConstraint
void exitConstraint(TypeScriptParser.ConstraintContext ctx)
Exit a parse tree produced byTypeScriptParser.constraint().- Parameters:
ctx- the parse tree
-
enterTypeArguments
void enterTypeArguments(TypeScriptParser.TypeArgumentsContext ctx)
Enter a parse tree produced byTypeScriptParser.typeArguments().- Parameters:
ctx- the parse tree
-
exitTypeArguments
void exitTypeArguments(TypeScriptParser.TypeArgumentsContext ctx)
Exit a parse tree produced byTypeScriptParser.typeArguments().- Parameters:
ctx- the parse tree
-
enterTypeArgumentList
void enterTypeArgumentList(TypeScriptParser.TypeArgumentListContext ctx)
Enter a parse tree produced byTypeScriptParser.typeArgumentList().- Parameters:
ctx- the parse tree
-
exitTypeArgumentList
void exitTypeArgumentList(TypeScriptParser.TypeArgumentListContext ctx)
Exit a parse tree produced byTypeScriptParser.typeArgumentList().- Parameters:
ctx- the parse tree
-
enterTypeArgument
void enterTypeArgument(TypeScriptParser.TypeArgumentContext ctx)
Enter a parse tree produced byTypeScriptParser.typeArgument().- Parameters:
ctx- the parse tree
-
exitTypeArgument
void exitTypeArgument(TypeScriptParser.TypeArgumentContext ctx)
Exit a parse tree produced byTypeScriptParser.typeArgument().- Parameters:
ctx- the parse tree
-
enterType_
void enterType_(TypeScriptParser.Type_Context ctx)
Enter a parse tree produced byTypeScriptParser.type_().- Parameters:
ctx- the parse tree
-
exitType_
void exitType_(TypeScriptParser.Type_Context ctx)
Exit a parse tree produced byTypeScriptParser.type_().- Parameters:
ctx- the parse tree
-
enterIntersection
void enterIntersection(TypeScriptParser.IntersectionContext ctx)
Enter a parse tree produced by theIntersectionlabeled alternative inTypeScriptParser.unionOrIntersectionOrPrimaryType().- Parameters:
ctx- the parse tree
-
exitIntersection
void exitIntersection(TypeScriptParser.IntersectionContext ctx)
Exit a parse tree produced by theIntersectionlabeled alternative inTypeScriptParser.unionOrIntersectionOrPrimaryType().- Parameters:
ctx- the parse tree
-
enterPrimary
void enterPrimary(TypeScriptParser.PrimaryContext ctx)
Enter a parse tree produced by thePrimarylabeled alternative inTypeScriptParser.unionOrIntersectionOrPrimaryType().- Parameters:
ctx- the parse tree
-
exitPrimary
void exitPrimary(TypeScriptParser.PrimaryContext ctx)
Exit a parse tree produced by thePrimarylabeled alternative inTypeScriptParser.unionOrIntersectionOrPrimaryType().- Parameters:
ctx- the parse tree
-
enterUnion
void enterUnion(TypeScriptParser.UnionContext ctx)
Enter a parse tree produced by theUnionlabeled alternative inTypeScriptParser.unionOrIntersectionOrPrimaryType().- Parameters:
ctx- the parse tree
-
exitUnion
void exitUnion(TypeScriptParser.UnionContext ctx)
Exit a parse tree produced by theUnionlabeled alternative inTypeScriptParser.unionOrIntersectionOrPrimaryType().- Parameters:
ctx- the parse tree
-
enterRedefinitionOfType
void enterRedefinitionOfType(TypeScriptParser.RedefinitionOfTypeContext ctx)
Enter a parse tree produced by theRedefinitionOfTypelabeled alternative inTypeScriptParser.primaryType().- Parameters:
ctx- the parse tree
-
exitRedefinitionOfType
void exitRedefinitionOfType(TypeScriptParser.RedefinitionOfTypeContext ctx)
Exit a parse tree produced by theRedefinitionOfTypelabeled alternative inTypeScriptParser.primaryType().- Parameters:
ctx- the parse tree
-
enterPredefinedPrimType
void enterPredefinedPrimType(TypeScriptParser.PredefinedPrimTypeContext ctx)
Enter a parse tree produced by thePredefinedPrimTypelabeled alternative inTypeScriptParser.primaryType().- Parameters:
ctx- the parse tree
-
exitPredefinedPrimType
void exitPredefinedPrimType(TypeScriptParser.PredefinedPrimTypeContext ctx)
Exit a parse tree produced by thePredefinedPrimTypelabeled alternative inTypeScriptParser.primaryType().- Parameters:
ctx- the parse tree
-
enterArrayPrimType
void enterArrayPrimType(TypeScriptParser.ArrayPrimTypeContext ctx)
Enter a parse tree produced by theArrayPrimTypelabeled alternative inTypeScriptParser.primaryType().- Parameters:
ctx- the parse tree
-
exitArrayPrimType
void exitArrayPrimType(TypeScriptParser.ArrayPrimTypeContext ctx)
Exit a parse tree produced by theArrayPrimTypelabeled alternative inTypeScriptParser.primaryType().- Parameters:
ctx- the parse tree
-
enterParenthesizedPrimType
void enterParenthesizedPrimType(TypeScriptParser.ParenthesizedPrimTypeContext ctx)
Enter a parse tree produced by theParenthesizedPrimTypelabeled alternative inTypeScriptParser.primaryType().- Parameters:
ctx- the parse tree
-
exitParenthesizedPrimType
void exitParenthesizedPrimType(TypeScriptParser.ParenthesizedPrimTypeContext ctx)
Exit a parse tree produced by theParenthesizedPrimTypelabeled alternative inTypeScriptParser.primaryType().- Parameters:
ctx- the parse tree
-
enterThisPrimType
void enterThisPrimType(TypeScriptParser.ThisPrimTypeContext ctx)
Enter a parse tree produced by theThisPrimTypelabeled alternative inTypeScriptParser.primaryType().- Parameters:
ctx- the parse tree
-
exitThisPrimType
void exitThisPrimType(TypeScriptParser.ThisPrimTypeContext ctx)
Exit a parse tree produced by theThisPrimTypelabeled alternative inTypeScriptParser.primaryType().- Parameters:
ctx- the parse tree
-
enterTuplePrimType
void enterTuplePrimType(TypeScriptParser.TuplePrimTypeContext ctx)
Enter a parse tree produced by theTuplePrimTypelabeled alternative inTypeScriptParser.primaryType().- Parameters:
ctx- the parse tree
-
exitTuplePrimType
void exitTuplePrimType(TypeScriptParser.TuplePrimTypeContext ctx)
Exit a parse tree produced by theTuplePrimTypelabeled alternative inTypeScriptParser.primaryType().- Parameters:
ctx- the parse tree
-
enterObjectPrimType
void enterObjectPrimType(TypeScriptParser.ObjectPrimTypeContext ctx)
Enter a parse tree produced by theObjectPrimTypelabeled alternative inTypeScriptParser.primaryType().- Parameters:
ctx- the parse tree
-
exitObjectPrimType
void exitObjectPrimType(TypeScriptParser.ObjectPrimTypeContext ctx)
Exit a parse tree produced by theObjectPrimTypelabeled alternative inTypeScriptParser.primaryType().- Parameters:
ctx- the parse tree
-
enterReferencePrimType
void enterReferencePrimType(TypeScriptParser.ReferencePrimTypeContext ctx)
Enter a parse tree produced by theReferencePrimTypelabeled alternative inTypeScriptParser.primaryType().- Parameters:
ctx- the parse tree
-
exitReferencePrimType
void exitReferencePrimType(TypeScriptParser.ReferencePrimTypeContext ctx)
Exit a parse tree produced by theReferencePrimTypelabeled alternative inTypeScriptParser.primaryType().- Parameters:
ctx- the parse tree
-
enterQueryPrimType
void enterQueryPrimType(TypeScriptParser.QueryPrimTypeContext ctx)
Enter a parse tree produced by theQueryPrimTypelabeled alternative inTypeScriptParser.primaryType().- Parameters:
ctx- the parse tree
-
exitQueryPrimType
void exitQueryPrimType(TypeScriptParser.QueryPrimTypeContext ctx)
Exit a parse tree produced by theQueryPrimTypelabeled alternative inTypeScriptParser.primaryType().- Parameters:
ctx- the parse tree
-
enterPredefinedType
void enterPredefinedType(TypeScriptParser.PredefinedTypeContext ctx)
Enter a parse tree produced byTypeScriptParser.predefinedType().- Parameters:
ctx- the parse tree
-
exitPredefinedType
void exitPredefinedType(TypeScriptParser.PredefinedTypeContext ctx)
Exit a parse tree produced byTypeScriptParser.predefinedType().- Parameters:
ctx- the parse tree
-
enterTypeReference
void enterTypeReference(TypeScriptParser.TypeReferenceContext ctx)
Enter a parse tree produced byTypeScriptParser.typeReference().- Parameters:
ctx- the parse tree
-
exitTypeReference
void exitTypeReference(TypeScriptParser.TypeReferenceContext ctx)
Exit a parse tree produced byTypeScriptParser.typeReference().- Parameters:
ctx- the parse tree
-
enterNestedTypeGeneric
void enterNestedTypeGeneric(TypeScriptParser.NestedTypeGenericContext ctx)
Enter a parse tree produced byTypeScriptParser.nestedTypeGeneric().- Parameters:
ctx- the parse tree
-
exitNestedTypeGeneric
void exitNestedTypeGeneric(TypeScriptParser.NestedTypeGenericContext ctx)
Exit a parse tree produced byTypeScriptParser.nestedTypeGeneric().- Parameters:
ctx- the parse tree
-
enterTypeGeneric
void enterTypeGeneric(TypeScriptParser.TypeGenericContext ctx)
Enter a parse tree produced byTypeScriptParser.typeGeneric().- Parameters:
ctx- the parse tree
-
exitTypeGeneric
void exitTypeGeneric(TypeScriptParser.TypeGenericContext ctx)
Exit a parse tree produced byTypeScriptParser.typeGeneric().- Parameters:
ctx- the parse tree
-
enterTypeIncludeGeneric
void enterTypeIncludeGeneric(TypeScriptParser.TypeIncludeGenericContext ctx)
Enter a parse tree produced byTypeScriptParser.typeIncludeGeneric().- Parameters:
ctx- the parse tree
-
exitTypeIncludeGeneric
void exitTypeIncludeGeneric(TypeScriptParser.TypeIncludeGenericContext ctx)
Exit a parse tree produced byTypeScriptParser.typeIncludeGeneric().- Parameters:
ctx- the parse tree
-
enterTypeName
void enterTypeName(TypeScriptParser.TypeNameContext ctx)
Enter a parse tree produced byTypeScriptParser.typeName().- Parameters:
ctx- the parse tree
-
exitTypeName
void exitTypeName(TypeScriptParser.TypeNameContext ctx)
Exit a parse tree produced byTypeScriptParser.typeName().- Parameters:
ctx- the parse tree
-
enterObjectType
void enterObjectType(TypeScriptParser.ObjectTypeContext ctx)
Enter a parse tree produced byTypeScriptParser.objectType().- Parameters:
ctx- the parse tree
-
exitObjectType
void exitObjectType(TypeScriptParser.ObjectTypeContext ctx)
Exit a parse tree produced byTypeScriptParser.objectType().- Parameters:
ctx- the parse tree
-
enterTypeBody
void enterTypeBody(TypeScriptParser.TypeBodyContext ctx)
Enter a parse tree produced byTypeScriptParser.typeBody().- Parameters:
ctx- the parse tree
-
exitTypeBody
void exitTypeBody(TypeScriptParser.TypeBodyContext ctx)
Exit a parse tree produced byTypeScriptParser.typeBody().- Parameters:
ctx- the parse tree
-
enterTypeMemberList
void enterTypeMemberList(TypeScriptParser.TypeMemberListContext ctx)
Enter a parse tree produced byTypeScriptParser.typeMemberList().- Parameters:
ctx- the parse tree
-
exitTypeMemberList
void exitTypeMemberList(TypeScriptParser.TypeMemberListContext ctx)
Exit a parse tree produced byTypeScriptParser.typeMemberList().- Parameters:
ctx- the parse tree
-
enterTypeMember
void enterTypeMember(TypeScriptParser.TypeMemberContext ctx)
Enter a parse tree produced byTypeScriptParser.typeMember().- Parameters:
ctx- the parse tree
-
exitTypeMember
void exitTypeMember(TypeScriptParser.TypeMemberContext ctx)
Exit a parse tree produced byTypeScriptParser.typeMember().- Parameters:
ctx- the parse tree
-
enterArrayType
void enterArrayType(TypeScriptParser.ArrayTypeContext ctx)
Enter a parse tree produced byTypeScriptParser.arrayType().- Parameters:
ctx- the parse tree
-
exitArrayType
void exitArrayType(TypeScriptParser.ArrayTypeContext ctx)
Exit a parse tree produced byTypeScriptParser.arrayType().- Parameters:
ctx- the parse tree
-
enterTupleType
void enterTupleType(TypeScriptParser.TupleTypeContext ctx)
Enter a parse tree produced byTypeScriptParser.tupleType().- Parameters:
ctx- the parse tree
-
exitTupleType
void exitTupleType(TypeScriptParser.TupleTypeContext ctx)
Exit a parse tree produced byTypeScriptParser.tupleType().- Parameters:
ctx- the parse tree
-
enterTupleElementTypes
void enterTupleElementTypes(TypeScriptParser.TupleElementTypesContext ctx)
Enter a parse tree produced byTypeScriptParser.tupleElementTypes().- Parameters:
ctx- the parse tree
-
exitTupleElementTypes
void exitTupleElementTypes(TypeScriptParser.TupleElementTypesContext ctx)
Exit a parse tree produced byTypeScriptParser.tupleElementTypes().- Parameters:
ctx- the parse tree
-
enterFunctionType
void enterFunctionType(TypeScriptParser.FunctionTypeContext ctx)
Enter a parse tree produced byTypeScriptParser.functionType().- Parameters:
ctx- the parse tree
-
exitFunctionType
void exitFunctionType(TypeScriptParser.FunctionTypeContext ctx)
Exit a parse tree produced byTypeScriptParser.functionType().- Parameters:
ctx- the parse tree
-
enterConstructorType
void enterConstructorType(TypeScriptParser.ConstructorTypeContext ctx)
Enter a parse tree produced byTypeScriptParser.constructorType().- Parameters:
ctx- the parse tree
-
exitConstructorType
void exitConstructorType(TypeScriptParser.ConstructorTypeContext ctx)
Exit a parse tree produced byTypeScriptParser.constructorType().- Parameters:
ctx- the parse tree
-
enterTypeQuery
void enterTypeQuery(TypeScriptParser.TypeQueryContext ctx)
Enter a parse tree produced byTypeScriptParser.typeQuery().- Parameters:
ctx- the parse tree
-
exitTypeQuery
void exitTypeQuery(TypeScriptParser.TypeQueryContext ctx)
Exit a parse tree produced byTypeScriptParser.typeQuery().- Parameters:
ctx- the parse tree
-
enterTypeQueryExpression
void enterTypeQueryExpression(TypeScriptParser.TypeQueryExpressionContext ctx)
Enter a parse tree produced byTypeScriptParser.typeQueryExpression().- Parameters:
ctx- the parse tree
-
exitTypeQueryExpression
void exitTypeQueryExpression(TypeScriptParser.TypeQueryExpressionContext ctx)
Exit a parse tree produced byTypeScriptParser.typeQueryExpression().- Parameters:
ctx- the parse tree
-
enterPropertySignatur
void enterPropertySignatur(TypeScriptParser.PropertySignaturContext ctx)
Enter a parse tree produced byTypeScriptParser.propertySignatur().- Parameters:
ctx- the parse tree
-
exitPropertySignatur
void exitPropertySignatur(TypeScriptParser.PropertySignaturContext ctx)
Exit a parse tree produced byTypeScriptParser.propertySignatur().- Parameters:
ctx- the parse tree
-
enterTypeAnnotation
void enterTypeAnnotation(TypeScriptParser.TypeAnnotationContext ctx)
Enter a parse tree produced byTypeScriptParser.typeAnnotation().- Parameters:
ctx- the parse tree
-
exitTypeAnnotation
void exitTypeAnnotation(TypeScriptParser.TypeAnnotationContext ctx)
Exit a parse tree produced byTypeScriptParser.typeAnnotation().- Parameters:
ctx- the parse tree
-
enterCallSignature
void enterCallSignature(TypeScriptParser.CallSignatureContext ctx)
Enter a parse tree produced byTypeScriptParser.callSignature().- Parameters:
ctx- the parse tree
-
exitCallSignature
void exitCallSignature(TypeScriptParser.CallSignatureContext ctx)
Exit a parse tree produced byTypeScriptParser.callSignature().- Parameters:
ctx- the parse tree
-
enterParameterList
void enterParameterList(TypeScriptParser.ParameterListContext ctx)
Enter a parse tree produced byTypeScriptParser.parameterList().- Parameters:
ctx- the parse tree
-
exitParameterList
void exitParameterList(TypeScriptParser.ParameterListContext ctx)
Exit a parse tree produced byTypeScriptParser.parameterList().- Parameters:
ctx- the parse tree
-
enterRequiredParameterList
void enterRequiredParameterList(TypeScriptParser.RequiredParameterListContext ctx)
Enter a parse tree produced byTypeScriptParser.requiredParameterList().- Parameters:
ctx- the parse tree
-
exitRequiredParameterList
void exitRequiredParameterList(TypeScriptParser.RequiredParameterListContext ctx)
Exit a parse tree produced byTypeScriptParser.requiredParameterList().- Parameters:
ctx- the parse tree
-
enterParameter
void enterParameter(TypeScriptParser.ParameterContext ctx)
Enter a parse tree produced byTypeScriptParser.parameter().- Parameters:
ctx- the parse tree
-
exitParameter
void exitParameter(TypeScriptParser.ParameterContext ctx)
Exit a parse tree produced byTypeScriptParser.parameter().- Parameters:
ctx- the parse tree
-
enterOptionalParameter
void enterOptionalParameter(TypeScriptParser.OptionalParameterContext ctx)
Enter a parse tree produced byTypeScriptParser.optionalParameter().- Parameters:
ctx- the parse tree
-
exitOptionalParameter
void exitOptionalParameter(TypeScriptParser.OptionalParameterContext ctx)
Exit a parse tree produced byTypeScriptParser.optionalParameter().- Parameters:
ctx- the parse tree
-
enterRestParameter
void enterRestParameter(TypeScriptParser.RestParameterContext ctx)
Enter a parse tree produced byTypeScriptParser.restParameter().- Parameters:
ctx- the parse tree
-
exitRestParameter
void exitRestParameter(TypeScriptParser.RestParameterContext ctx)
Exit a parse tree produced byTypeScriptParser.restParameter().- Parameters:
ctx- the parse tree
-
enterRequiredParameter
void enterRequiredParameter(TypeScriptParser.RequiredParameterContext ctx)
Enter a parse tree produced byTypeScriptParser.requiredParameter().- Parameters:
ctx- the parse tree
-
exitRequiredParameter
void exitRequiredParameter(TypeScriptParser.RequiredParameterContext ctx)
Exit a parse tree produced byTypeScriptParser.requiredParameter().- Parameters:
ctx- the parse tree
-
enterAccessibilityModifier
void enterAccessibilityModifier(TypeScriptParser.AccessibilityModifierContext ctx)
Enter a parse tree produced byTypeScriptParser.accessibilityModifier().- Parameters:
ctx- the parse tree
-
exitAccessibilityModifier
void exitAccessibilityModifier(TypeScriptParser.AccessibilityModifierContext ctx)
Exit a parse tree produced byTypeScriptParser.accessibilityModifier().- Parameters:
ctx- the parse tree
-
enterIdentifierOrPattern
void enterIdentifierOrPattern(TypeScriptParser.IdentifierOrPatternContext ctx)
Enter a parse tree produced byTypeScriptParser.identifierOrPattern().- Parameters:
ctx- the parse tree
-
exitIdentifierOrPattern
void exitIdentifierOrPattern(TypeScriptParser.IdentifierOrPatternContext ctx)
Exit a parse tree produced byTypeScriptParser.identifierOrPattern().- Parameters:
ctx- the parse tree
-
enterConstructSignature
void enterConstructSignature(TypeScriptParser.ConstructSignatureContext ctx)
Enter a parse tree produced byTypeScriptParser.constructSignature().- Parameters:
ctx- the parse tree
-
exitConstructSignature
void exitConstructSignature(TypeScriptParser.ConstructSignatureContext ctx)
Exit a parse tree produced byTypeScriptParser.constructSignature().- Parameters:
ctx- the parse tree
-
enterIndexSignature
void enterIndexSignature(TypeScriptParser.IndexSignatureContext ctx)
Enter a parse tree produced byTypeScriptParser.indexSignature().- Parameters:
ctx- the parse tree
-
exitIndexSignature
void exitIndexSignature(TypeScriptParser.IndexSignatureContext ctx)
Exit a parse tree produced byTypeScriptParser.indexSignature().- Parameters:
ctx- the parse tree
-
enterMethodSignature
void enterMethodSignature(TypeScriptParser.MethodSignatureContext ctx)
Enter a parse tree produced byTypeScriptParser.methodSignature().- Parameters:
ctx- the parse tree
-
exitMethodSignature
void exitMethodSignature(TypeScriptParser.MethodSignatureContext ctx)
Exit a parse tree produced byTypeScriptParser.methodSignature().- Parameters:
ctx- the parse tree
-
enterTypeAliasDeclaration
void enterTypeAliasDeclaration(TypeScriptParser.TypeAliasDeclarationContext ctx)
Enter a parse tree produced byTypeScriptParser.typeAliasDeclaration().- Parameters:
ctx- the parse tree
-
exitTypeAliasDeclaration
void exitTypeAliasDeclaration(TypeScriptParser.TypeAliasDeclarationContext ctx)
Exit a parse tree produced byTypeScriptParser.typeAliasDeclaration().- Parameters:
ctx- the parse tree
-
enterConstructorDeclaration
void enterConstructorDeclaration(TypeScriptParser.ConstructorDeclarationContext ctx)
Enter a parse tree produced byTypeScriptParser.constructorDeclaration().- Parameters:
ctx- the parse tree
-
exitConstructorDeclaration
void exitConstructorDeclaration(TypeScriptParser.ConstructorDeclarationContext ctx)
Exit a parse tree produced byTypeScriptParser.constructorDeclaration().- Parameters:
ctx- the parse tree
-
enterInterfaceDeclaration
void enterInterfaceDeclaration(TypeScriptParser.InterfaceDeclarationContext ctx)
Enter a parse tree produced byTypeScriptParser.interfaceDeclaration().- Parameters:
ctx- the parse tree
-
exitInterfaceDeclaration
void exitInterfaceDeclaration(TypeScriptParser.InterfaceDeclarationContext ctx)
Exit a parse tree produced byTypeScriptParser.interfaceDeclaration().- Parameters:
ctx- the parse tree
-
enterInterfaceExtendsClause
void enterInterfaceExtendsClause(TypeScriptParser.InterfaceExtendsClauseContext ctx)
Enter a parse tree produced byTypeScriptParser.interfaceExtendsClause().- Parameters:
ctx- the parse tree
-
exitInterfaceExtendsClause
void exitInterfaceExtendsClause(TypeScriptParser.InterfaceExtendsClauseContext ctx)
Exit a parse tree produced byTypeScriptParser.interfaceExtendsClause().- Parameters:
ctx- the parse tree
-
enterClassOrInterfaceTypeList
void enterClassOrInterfaceTypeList(TypeScriptParser.ClassOrInterfaceTypeListContext ctx)
Enter a parse tree produced byTypeScriptParser.classOrInterfaceTypeList().- Parameters:
ctx- the parse tree
-
exitClassOrInterfaceTypeList
void exitClassOrInterfaceTypeList(TypeScriptParser.ClassOrInterfaceTypeListContext ctx)
Exit a parse tree produced byTypeScriptParser.classOrInterfaceTypeList().- Parameters:
ctx- the parse tree
-
enterEnumDeclaration
void enterEnumDeclaration(TypeScriptParser.EnumDeclarationContext ctx)
Enter a parse tree produced byTypeScriptParser.enumDeclaration().- Parameters:
ctx- the parse tree
-
exitEnumDeclaration
void exitEnumDeclaration(TypeScriptParser.EnumDeclarationContext ctx)
Exit a parse tree produced byTypeScriptParser.enumDeclaration().- Parameters:
ctx- the parse tree
-
enterEnumBody
void enterEnumBody(TypeScriptParser.EnumBodyContext ctx)
Enter a parse tree produced byTypeScriptParser.enumBody().- Parameters:
ctx- the parse tree
-
exitEnumBody
void exitEnumBody(TypeScriptParser.EnumBodyContext ctx)
Exit a parse tree produced byTypeScriptParser.enumBody().- Parameters:
ctx- the parse tree
-
enterEnumMemberList
void enterEnumMemberList(TypeScriptParser.EnumMemberListContext ctx)
Enter a parse tree produced byTypeScriptParser.enumMemberList().- Parameters:
ctx- the parse tree
-
exitEnumMemberList
void exitEnumMemberList(TypeScriptParser.EnumMemberListContext ctx)
Exit a parse tree produced byTypeScriptParser.enumMemberList().- Parameters:
ctx- the parse tree
-
enterEnumMember
void enterEnumMember(TypeScriptParser.EnumMemberContext ctx)
Enter a parse tree produced byTypeScriptParser.enumMember().- Parameters:
ctx- the parse tree
-
exitEnumMember
void exitEnumMember(TypeScriptParser.EnumMemberContext ctx)
Exit a parse tree produced byTypeScriptParser.enumMember().- Parameters:
ctx- the parse tree
-
enterNamespaceDeclaration
void enterNamespaceDeclaration(TypeScriptParser.NamespaceDeclarationContext ctx)
Enter a parse tree produced byTypeScriptParser.namespaceDeclaration().- Parameters:
ctx- the parse tree
-
exitNamespaceDeclaration
void exitNamespaceDeclaration(TypeScriptParser.NamespaceDeclarationContext ctx)
Exit a parse tree produced byTypeScriptParser.namespaceDeclaration().- Parameters:
ctx- the parse tree
-
enterNamespaceName
void enterNamespaceName(TypeScriptParser.NamespaceNameContext ctx)
Enter a parse tree produced byTypeScriptParser.namespaceName().- Parameters:
ctx- the parse tree
-
exitNamespaceName
void exitNamespaceName(TypeScriptParser.NamespaceNameContext ctx)
Exit a parse tree produced byTypeScriptParser.namespaceName().- Parameters:
ctx- the parse tree
-
enterImportAliasDeclaration
void enterImportAliasDeclaration(TypeScriptParser.ImportAliasDeclarationContext ctx)
Enter a parse tree produced byTypeScriptParser.importAliasDeclaration().- Parameters:
ctx- the parse tree
-
exitImportAliasDeclaration
void exitImportAliasDeclaration(TypeScriptParser.ImportAliasDeclarationContext ctx)
Exit a parse tree produced byTypeScriptParser.importAliasDeclaration().- Parameters:
ctx- the parse tree
-
enterDecoratorList
void enterDecoratorList(TypeScriptParser.DecoratorListContext ctx)
Enter a parse tree produced byTypeScriptParser.decoratorList().- Parameters:
ctx- the parse tree
-
exitDecoratorList
void exitDecoratorList(TypeScriptParser.DecoratorListContext ctx)
Exit a parse tree produced byTypeScriptParser.decoratorList().- Parameters:
ctx- the parse tree
-
enterDecorator
void enterDecorator(TypeScriptParser.DecoratorContext ctx)
Enter a parse tree produced byTypeScriptParser.decorator().- Parameters:
ctx- the parse tree
-
exitDecorator
void exitDecorator(TypeScriptParser.DecoratorContext ctx)
Exit a parse tree produced byTypeScriptParser.decorator().- Parameters:
ctx- the parse tree
-
enterDecoratorMemberExpression
void enterDecoratorMemberExpression(TypeScriptParser.DecoratorMemberExpressionContext ctx)
Enter a parse tree produced byTypeScriptParser.decoratorMemberExpression().- Parameters:
ctx- the parse tree
-
exitDecoratorMemberExpression
void exitDecoratorMemberExpression(TypeScriptParser.DecoratorMemberExpressionContext ctx)
Exit a parse tree produced byTypeScriptParser.decoratorMemberExpression().- Parameters:
ctx- the parse tree
-
enterDecoratorCallExpression
void enterDecoratorCallExpression(TypeScriptParser.DecoratorCallExpressionContext ctx)
Enter a parse tree produced byTypeScriptParser.decoratorCallExpression().- Parameters:
ctx- the parse tree
-
exitDecoratorCallExpression
void exitDecoratorCallExpression(TypeScriptParser.DecoratorCallExpressionContext ctx)
Exit a parse tree produced byTypeScriptParser.decoratorCallExpression().- Parameters:
ctx- the parse tree
-
enterProgram
void enterProgram(TypeScriptParser.ProgramContext ctx)
Enter a parse tree produced byTypeScriptParser.program().- Parameters:
ctx- the parse tree
-
exitProgram
void exitProgram(TypeScriptParser.ProgramContext ctx)
Exit a parse tree produced byTypeScriptParser.program().- Parameters:
ctx- the parse tree
-
enterSourceElement
void enterSourceElement(TypeScriptParser.SourceElementContext ctx)
Enter a parse tree produced byTypeScriptParser.sourceElement().- Parameters:
ctx- the parse tree
-
exitSourceElement
void exitSourceElement(TypeScriptParser.SourceElementContext ctx)
Exit a parse tree produced byTypeScriptParser.sourceElement().- Parameters:
ctx- the parse tree
-
enterStatement
void enterStatement(TypeScriptParser.StatementContext ctx)
Enter a parse tree produced byTypeScriptParser.statement().- Parameters:
ctx- the parse tree
-
exitStatement
void exitStatement(TypeScriptParser.StatementContext ctx)
Exit a parse tree produced byTypeScriptParser.statement().- Parameters:
ctx- the parse tree
-
enterBlock
void enterBlock(TypeScriptParser.BlockContext ctx)
Enter a parse tree produced byTypeScriptParser.block().- Parameters:
ctx- the parse tree
-
exitBlock
void exitBlock(TypeScriptParser.BlockContext ctx)
Exit a parse tree produced byTypeScriptParser.block().- Parameters:
ctx- the parse tree
-
enterStatementList
void enterStatementList(TypeScriptParser.StatementListContext ctx)
Enter a parse tree produced byTypeScriptParser.statementList().- Parameters:
ctx- the parse tree
-
exitStatementList
void exitStatementList(TypeScriptParser.StatementListContext ctx)
Exit a parse tree produced byTypeScriptParser.statementList().- Parameters:
ctx- the parse tree
-
enterAbstractDeclaration
void enterAbstractDeclaration(TypeScriptParser.AbstractDeclarationContext ctx)
Enter a parse tree produced byTypeScriptParser.abstractDeclaration().- Parameters:
ctx- the parse tree
-
exitAbstractDeclaration
void exitAbstractDeclaration(TypeScriptParser.AbstractDeclarationContext ctx)
Exit a parse tree produced byTypeScriptParser.abstractDeclaration().- Parameters:
ctx- the parse tree
-
enterImportStatement
void enterImportStatement(TypeScriptParser.ImportStatementContext ctx)
Enter a parse tree produced byTypeScriptParser.importStatement().- Parameters:
ctx- the parse tree
-
exitImportStatement
void exitImportStatement(TypeScriptParser.ImportStatementContext ctx)
Exit a parse tree produced byTypeScriptParser.importStatement().- Parameters:
ctx- the parse tree
-
enterFromBlock
void enterFromBlock(TypeScriptParser.FromBlockContext ctx)
Enter a parse tree produced byTypeScriptParser.fromBlock().- Parameters:
ctx- the parse tree
-
exitFromBlock
void exitFromBlock(TypeScriptParser.FromBlockContext ctx)
Exit a parse tree produced byTypeScriptParser.fromBlock().- Parameters:
ctx- the parse tree
-
enterMultipleImportStatement
void enterMultipleImportStatement(TypeScriptParser.MultipleImportStatementContext ctx)
Enter a parse tree produced byTypeScriptParser.multipleImportStatement().- Parameters:
ctx- the parse tree
-
exitMultipleImportStatement
void exitMultipleImportStatement(TypeScriptParser.MultipleImportStatementContext ctx)
Exit a parse tree produced byTypeScriptParser.multipleImportStatement().- Parameters:
ctx- the parse tree
-
enterExportStatement
void enterExportStatement(TypeScriptParser.ExportStatementContext ctx)
Enter a parse tree produced byTypeScriptParser.exportStatement().- Parameters:
ctx- the parse tree
-
exitExportStatement
void exitExportStatement(TypeScriptParser.ExportStatementContext ctx)
Exit a parse tree produced byTypeScriptParser.exportStatement().- Parameters:
ctx- the parse tree
-
enterVariableStatement
void enterVariableStatement(TypeScriptParser.VariableStatementContext ctx)
Enter a parse tree produced byTypeScriptParser.variableStatement().- Parameters:
ctx- the parse tree
-
exitVariableStatement
void exitVariableStatement(TypeScriptParser.VariableStatementContext ctx)
Exit a parse tree produced byTypeScriptParser.variableStatement().- Parameters:
ctx- the parse tree
-
enterVariableDeclarationList
void enterVariableDeclarationList(TypeScriptParser.VariableDeclarationListContext ctx)
Enter a parse tree produced byTypeScriptParser.variableDeclarationList().- Parameters:
ctx- the parse tree
-
exitVariableDeclarationList
void exitVariableDeclarationList(TypeScriptParser.VariableDeclarationListContext ctx)
Exit a parse tree produced byTypeScriptParser.variableDeclarationList().- Parameters:
ctx- the parse tree
-
enterVariableDeclaration
void enterVariableDeclaration(TypeScriptParser.VariableDeclarationContext ctx)
Enter a parse tree produced byTypeScriptParser.variableDeclaration().- Parameters:
ctx- the parse tree
-
exitVariableDeclaration
void exitVariableDeclaration(TypeScriptParser.VariableDeclarationContext ctx)
Exit a parse tree produced byTypeScriptParser.variableDeclaration().- Parameters:
ctx- the parse tree
-
enterEmptyStatement_
void enterEmptyStatement_(TypeScriptParser.EmptyStatement_Context ctx)
Enter a parse tree produced byTypeScriptParser.emptyStatement_().- Parameters:
ctx- the parse tree
-
exitEmptyStatement_
void exitEmptyStatement_(TypeScriptParser.EmptyStatement_Context ctx)
Exit a parse tree produced byTypeScriptParser.emptyStatement_().- Parameters:
ctx- the parse tree
-
enterExpressionStatement
void enterExpressionStatement(TypeScriptParser.ExpressionStatementContext ctx)
Enter a parse tree produced byTypeScriptParser.expressionStatement().- Parameters:
ctx- the parse tree
-
exitExpressionStatement
void exitExpressionStatement(TypeScriptParser.ExpressionStatementContext ctx)
Exit a parse tree produced byTypeScriptParser.expressionStatement().- Parameters:
ctx- the parse tree
-
enterIfStatement
void enterIfStatement(TypeScriptParser.IfStatementContext ctx)
Enter a parse tree produced byTypeScriptParser.ifStatement().- Parameters:
ctx- the parse tree
-
exitIfStatement
void exitIfStatement(TypeScriptParser.IfStatementContext ctx)
Exit a parse tree produced byTypeScriptParser.ifStatement().- Parameters:
ctx- the parse tree
-
enterDoStatement
void enterDoStatement(TypeScriptParser.DoStatementContext ctx)
Enter a parse tree produced by theDoStatementlabeled alternative inTypeScriptParser.iterationStatement().- Parameters:
ctx- the parse tree
-
exitDoStatement
void exitDoStatement(TypeScriptParser.DoStatementContext ctx)
Exit a parse tree produced by theDoStatementlabeled alternative inTypeScriptParser.iterationStatement().- Parameters:
ctx- the parse tree
-
enterWhileStatement
void enterWhileStatement(TypeScriptParser.WhileStatementContext ctx)
Enter a parse tree produced by theWhileStatementlabeled alternative inTypeScriptParser.iterationStatement().- Parameters:
ctx- the parse tree
-
exitWhileStatement
void exitWhileStatement(TypeScriptParser.WhileStatementContext ctx)
Exit a parse tree produced by theWhileStatementlabeled alternative inTypeScriptParser.iterationStatement().- Parameters:
ctx- the parse tree
-
enterForStatement
void enterForStatement(TypeScriptParser.ForStatementContext ctx)
Enter a parse tree produced by theForStatementlabeled alternative inTypeScriptParser.iterationStatement().- Parameters:
ctx- the parse tree
-
exitForStatement
void exitForStatement(TypeScriptParser.ForStatementContext ctx)
Exit a parse tree produced by theForStatementlabeled alternative inTypeScriptParser.iterationStatement().- Parameters:
ctx- the parse tree
-
enterForVarStatement
void enterForVarStatement(TypeScriptParser.ForVarStatementContext ctx)
Enter a parse tree produced by theForVarStatementlabeled alternative inTypeScriptParser.iterationStatement().- Parameters:
ctx- the parse tree
-
exitForVarStatement
void exitForVarStatement(TypeScriptParser.ForVarStatementContext ctx)
Exit a parse tree produced by theForVarStatementlabeled alternative inTypeScriptParser.iterationStatement().- Parameters:
ctx- the parse tree
-
enterForInStatement
void enterForInStatement(TypeScriptParser.ForInStatementContext ctx)
Enter a parse tree produced by theForInStatementlabeled alternative inTypeScriptParser.iterationStatement().- Parameters:
ctx- the parse tree
-
exitForInStatement
void exitForInStatement(TypeScriptParser.ForInStatementContext ctx)
Exit a parse tree produced by theForInStatementlabeled alternative inTypeScriptParser.iterationStatement().- Parameters:
ctx- the parse tree
-
enterForVarInStatement
void enterForVarInStatement(TypeScriptParser.ForVarInStatementContext ctx)
Enter a parse tree produced by theForVarInStatementlabeled alternative inTypeScriptParser.iterationStatement().- Parameters:
ctx- the parse tree
-
exitForVarInStatement
void exitForVarInStatement(TypeScriptParser.ForVarInStatementContext ctx)
Exit a parse tree produced by theForVarInStatementlabeled alternative inTypeScriptParser.iterationStatement().- Parameters:
ctx- the parse tree
-
enterVarModifier
void enterVarModifier(TypeScriptParser.VarModifierContext ctx)
Enter a parse tree produced byTypeScriptParser.varModifier().- Parameters:
ctx- the parse tree
-
exitVarModifier
void exitVarModifier(TypeScriptParser.VarModifierContext ctx)
Exit a parse tree produced byTypeScriptParser.varModifier().- Parameters:
ctx- the parse tree
-
enterContinueStatement
void enterContinueStatement(TypeScriptParser.ContinueStatementContext ctx)
Enter a parse tree produced byTypeScriptParser.continueStatement().- Parameters:
ctx- the parse tree
-
exitContinueStatement
void exitContinueStatement(TypeScriptParser.ContinueStatementContext ctx)
Exit a parse tree produced byTypeScriptParser.continueStatement().- Parameters:
ctx- the parse tree
-
enterBreakStatement
void enterBreakStatement(TypeScriptParser.BreakStatementContext ctx)
Enter a parse tree produced byTypeScriptParser.breakStatement().- Parameters:
ctx- the parse tree
-
exitBreakStatement
void exitBreakStatement(TypeScriptParser.BreakStatementContext ctx)
Exit a parse tree produced byTypeScriptParser.breakStatement().- Parameters:
ctx- the parse tree
-
enterReturnStatement
void enterReturnStatement(TypeScriptParser.ReturnStatementContext ctx)
Enter a parse tree produced byTypeScriptParser.returnStatement().- Parameters:
ctx- the parse tree
-
exitReturnStatement
void exitReturnStatement(TypeScriptParser.ReturnStatementContext ctx)
Exit a parse tree produced byTypeScriptParser.returnStatement().- Parameters:
ctx- the parse tree
-
enterYieldStatement
void enterYieldStatement(TypeScriptParser.YieldStatementContext ctx)
Enter a parse tree produced byTypeScriptParser.yieldStatement().- Parameters:
ctx- the parse tree
-
exitYieldStatement
void exitYieldStatement(TypeScriptParser.YieldStatementContext ctx)
Exit a parse tree produced byTypeScriptParser.yieldStatement().- Parameters:
ctx- the parse tree
-
enterWithStatement
void enterWithStatement(TypeScriptParser.WithStatementContext ctx)
Enter a parse tree produced byTypeScriptParser.withStatement().- Parameters:
ctx- the parse tree
-
exitWithStatement
void exitWithStatement(TypeScriptParser.WithStatementContext ctx)
Exit a parse tree produced byTypeScriptParser.withStatement().- Parameters:
ctx- the parse tree
-
enterSwitchStatement
void enterSwitchStatement(TypeScriptParser.SwitchStatementContext ctx)
Enter a parse tree produced byTypeScriptParser.switchStatement().- Parameters:
ctx- the parse tree
-
exitSwitchStatement
void exitSwitchStatement(TypeScriptParser.SwitchStatementContext ctx)
Exit a parse tree produced byTypeScriptParser.switchStatement().- Parameters:
ctx- the parse tree
-
enterCaseBlock
void enterCaseBlock(TypeScriptParser.CaseBlockContext ctx)
Enter a parse tree produced byTypeScriptParser.caseBlock().- Parameters:
ctx- the parse tree
-
exitCaseBlock
void exitCaseBlock(TypeScriptParser.CaseBlockContext ctx)
Exit a parse tree produced byTypeScriptParser.caseBlock().- Parameters:
ctx- the parse tree
-
enterCaseClauses
void enterCaseClauses(TypeScriptParser.CaseClausesContext ctx)
Enter a parse tree produced byTypeScriptParser.caseClauses().- Parameters:
ctx- the parse tree
-
exitCaseClauses
void exitCaseClauses(TypeScriptParser.CaseClausesContext ctx)
Exit a parse tree produced byTypeScriptParser.caseClauses().- Parameters:
ctx- the parse tree
-
enterCaseClause
void enterCaseClause(TypeScriptParser.CaseClauseContext ctx)
Enter a parse tree produced byTypeScriptParser.caseClause().- Parameters:
ctx- the parse tree
-
exitCaseClause
void exitCaseClause(TypeScriptParser.CaseClauseContext ctx)
Exit a parse tree produced byTypeScriptParser.caseClause().- Parameters:
ctx- the parse tree
-
enterDefaultClause
void enterDefaultClause(TypeScriptParser.DefaultClauseContext ctx)
Enter a parse tree produced byTypeScriptParser.defaultClause().- Parameters:
ctx- the parse tree
-
exitDefaultClause
void exitDefaultClause(TypeScriptParser.DefaultClauseContext ctx)
Exit a parse tree produced byTypeScriptParser.defaultClause().- Parameters:
ctx- the parse tree
-
enterLabelledStatement
void enterLabelledStatement(TypeScriptParser.LabelledStatementContext ctx)
Enter a parse tree produced byTypeScriptParser.labelledStatement().- Parameters:
ctx- the parse tree
-
exitLabelledStatement
void exitLabelledStatement(TypeScriptParser.LabelledStatementContext ctx)
Exit a parse tree produced byTypeScriptParser.labelledStatement().- Parameters:
ctx- the parse tree
-
enterThrowStatement
void enterThrowStatement(TypeScriptParser.ThrowStatementContext ctx)
Enter a parse tree produced byTypeScriptParser.throwStatement().- Parameters:
ctx- the parse tree
-
exitThrowStatement
void exitThrowStatement(TypeScriptParser.ThrowStatementContext ctx)
Exit a parse tree produced byTypeScriptParser.throwStatement().- Parameters:
ctx- the parse tree
-
enterTryStatement
void enterTryStatement(TypeScriptParser.TryStatementContext ctx)
Enter a parse tree produced byTypeScriptParser.tryStatement().- Parameters:
ctx- the parse tree
-
exitTryStatement
void exitTryStatement(TypeScriptParser.TryStatementContext ctx)
Exit a parse tree produced byTypeScriptParser.tryStatement().- Parameters:
ctx- the parse tree
-
enterCatchProduction
void enterCatchProduction(TypeScriptParser.CatchProductionContext ctx)
Enter a parse tree produced byTypeScriptParser.catchProduction().- Parameters:
ctx- the parse tree
-
exitCatchProduction
void exitCatchProduction(TypeScriptParser.CatchProductionContext ctx)
Exit a parse tree produced byTypeScriptParser.catchProduction().- Parameters:
ctx- the parse tree
-
enterFinallyProduction
void enterFinallyProduction(TypeScriptParser.FinallyProductionContext ctx)
Enter a parse tree produced byTypeScriptParser.finallyProduction().- Parameters:
ctx- the parse tree
-
exitFinallyProduction
void exitFinallyProduction(TypeScriptParser.FinallyProductionContext ctx)
Exit a parse tree produced byTypeScriptParser.finallyProduction().- Parameters:
ctx- the parse tree
-
enterDebuggerStatement
void enterDebuggerStatement(TypeScriptParser.DebuggerStatementContext ctx)
Enter a parse tree produced byTypeScriptParser.debuggerStatement().- Parameters:
ctx- the parse tree
-
exitDebuggerStatement
void exitDebuggerStatement(TypeScriptParser.DebuggerStatementContext ctx)
Exit a parse tree produced byTypeScriptParser.debuggerStatement().- Parameters:
ctx- the parse tree
-
enterFunctionDeclaration
void enterFunctionDeclaration(TypeScriptParser.FunctionDeclarationContext ctx)
Enter a parse tree produced byTypeScriptParser.functionDeclaration().- Parameters:
ctx- the parse tree
-
exitFunctionDeclaration
void exitFunctionDeclaration(TypeScriptParser.FunctionDeclarationContext ctx)
Exit a parse tree produced byTypeScriptParser.functionDeclaration().- Parameters:
ctx- the parse tree
-
enterClassDeclaration
void enterClassDeclaration(TypeScriptParser.ClassDeclarationContext ctx)
Enter a parse tree produced byTypeScriptParser.classDeclaration().- Parameters:
ctx- the parse tree
-
exitClassDeclaration
void exitClassDeclaration(TypeScriptParser.ClassDeclarationContext ctx)
Exit a parse tree produced byTypeScriptParser.classDeclaration().- Parameters:
ctx- the parse tree
-
enterClassHeritage
void enterClassHeritage(TypeScriptParser.ClassHeritageContext ctx)
Enter a parse tree produced byTypeScriptParser.classHeritage().- Parameters:
ctx- the parse tree
-
exitClassHeritage
void exitClassHeritage(TypeScriptParser.ClassHeritageContext ctx)
Exit a parse tree produced byTypeScriptParser.classHeritage().- Parameters:
ctx- the parse tree
-
enterClassTail
void enterClassTail(TypeScriptParser.ClassTailContext ctx)
Enter a parse tree produced byTypeScriptParser.classTail().- Parameters:
ctx- the parse tree
-
exitClassTail
void exitClassTail(TypeScriptParser.ClassTailContext ctx)
Exit a parse tree produced byTypeScriptParser.classTail().- Parameters:
ctx- the parse tree
-
enterClassExtendsClause
void enterClassExtendsClause(TypeScriptParser.ClassExtendsClauseContext ctx)
Enter a parse tree produced byTypeScriptParser.classExtendsClause().- Parameters:
ctx- the parse tree
-
exitClassExtendsClause
void exitClassExtendsClause(TypeScriptParser.ClassExtendsClauseContext ctx)
Exit a parse tree produced byTypeScriptParser.classExtendsClause().- Parameters:
ctx- the parse tree
-
enterImplementsClause
void enterImplementsClause(TypeScriptParser.ImplementsClauseContext ctx)
Enter a parse tree produced byTypeScriptParser.implementsClause().- Parameters:
ctx- the parse tree
-
exitImplementsClause
void exitImplementsClause(TypeScriptParser.ImplementsClauseContext ctx)
Exit a parse tree produced byTypeScriptParser.implementsClause().- Parameters:
ctx- the parse tree
-
enterClassElement
void enterClassElement(TypeScriptParser.ClassElementContext ctx)
Enter a parse tree produced byTypeScriptParser.classElement().- Parameters:
ctx- the parse tree
-
exitClassElement
void exitClassElement(TypeScriptParser.ClassElementContext ctx)
Exit a parse tree produced byTypeScriptParser.classElement().- Parameters:
ctx- the parse tree
-
enterPropertyDeclarationExpression
void enterPropertyDeclarationExpression(TypeScriptParser.PropertyDeclarationExpressionContext ctx)
Enter a parse tree produced by thePropertyDeclarationExpressionlabeled alternative inTypeScriptParser.propertyMemberDeclaration().- Parameters:
ctx- the parse tree
-
exitPropertyDeclarationExpression
void exitPropertyDeclarationExpression(TypeScriptParser.PropertyDeclarationExpressionContext ctx)
Exit a parse tree produced by thePropertyDeclarationExpressionlabeled alternative inTypeScriptParser.propertyMemberDeclaration().- Parameters:
ctx- the parse tree
-
enterMethodDeclarationExpression
void enterMethodDeclarationExpression(TypeScriptParser.MethodDeclarationExpressionContext ctx)
Enter a parse tree produced by theMethodDeclarationExpressionlabeled alternative inTypeScriptParser.propertyMemberDeclaration().- Parameters:
ctx- the parse tree
-
exitMethodDeclarationExpression
void exitMethodDeclarationExpression(TypeScriptParser.MethodDeclarationExpressionContext ctx)
Exit a parse tree produced by theMethodDeclarationExpressionlabeled alternative inTypeScriptParser.propertyMemberDeclaration().- Parameters:
ctx- the parse tree
-
enterGetterSetterDeclarationExpression
void enterGetterSetterDeclarationExpression(TypeScriptParser.GetterSetterDeclarationExpressionContext ctx)
Enter a parse tree produced by theGetterSetterDeclarationExpressionlabeled alternative inTypeScriptParser.propertyMemberDeclaration().- Parameters:
ctx- the parse tree
-
exitGetterSetterDeclarationExpression
void exitGetterSetterDeclarationExpression(TypeScriptParser.GetterSetterDeclarationExpressionContext ctx)
Exit a parse tree produced by theGetterSetterDeclarationExpressionlabeled alternative inTypeScriptParser.propertyMemberDeclaration().- Parameters:
ctx- the parse tree
-
enterAbstractMemberDeclaration
void enterAbstractMemberDeclaration(TypeScriptParser.AbstractMemberDeclarationContext ctx)
Enter a parse tree produced by theAbstractMemberDeclarationlabeled alternative inTypeScriptParser.propertyMemberDeclaration().- Parameters:
ctx- the parse tree
-
exitAbstractMemberDeclaration
void exitAbstractMemberDeclaration(TypeScriptParser.AbstractMemberDeclarationContext ctx)
Exit a parse tree produced by theAbstractMemberDeclarationlabeled alternative inTypeScriptParser.propertyMemberDeclaration().- Parameters:
ctx- the parse tree
-
enterPropertyMemberBase
void enterPropertyMemberBase(TypeScriptParser.PropertyMemberBaseContext ctx)
Enter a parse tree produced byTypeScriptParser.propertyMemberBase().- Parameters:
ctx- the parse tree
-
exitPropertyMemberBase
void exitPropertyMemberBase(TypeScriptParser.PropertyMemberBaseContext ctx)
Exit a parse tree produced byTypeScriptParser.propertyMemberBase().- Parameters:
ctx- the parse tree
-
enterIndexMemberDeclaration
void enterIndexMemberDeclaration(TypeScriptParser.IndexMemberDeclarationContext ctx)
Enter a parse tree produced byTypeScriptParser.indexMemberDeclaration().- Parameters:
ctx- the parse tree
-
exitIndexMemberDeclaration
void exitIndexMemberDeclaration(TypeScriptParser.IndexMemberDeclarationContext ctx)
Exit a parse tree produced byTypeScriptParser.indexMemberDeclaration().- Parameters:
ctx- the parse tree
-
enterGeneratorMethod
void enterGeneratorMethod(TypeScriptParser.GeneratorMethodContext ctx)
Enter a parse tree produced byTypeScriptParser.generatorMethod().- Parameters:
ctx- the parse tree
-
exitGeneratorMethod
void exitGeneratorMethod(TypeScriptParser.GeneratorMethodContext ctx)
Exit a parse tree produced byTypeScriptParser.generatorMethod().- Parameters:
ctx- the parse tree
-
enterGeneratorFunctionDeclaration
void enterGeneratorFunctionDeclaration(TypeScriptParser.GeneratorFunctionDeclarationContext ctx)
Enter a parse tree produced byTypeScriptParser.generatorFunctionDeclaration().- Parameters:
ctx- the parse tree
-
exitGeneratorFunctionDeclaration
void exitGeneratorFunctionDeclaration(TypeScriptParser.GeneratorFunctionDeclarationContext ctx)
Exit a parse tree produced byTypeScriptParser.generatorFunctionDeclaration().- Parameters:
ctx- the parse tree
-
enterGeneratorBlock
void enterGeneratorBlock(TypeScriptParser.GeneratorBlockContext ctx)
Enter a parse tree produced byTypeScriptParser.generatorBlock().- Parameters:
ctx- the parse tree
-
exitGeneratorBlock
void exitGeneratorBlock(TypeScriptParser.GeneratorBlockContext ctx)
Exit a parse tree produced byTypeScriptParser.generatorBlock().- Parameters:
ctx- the parse tree
-
enterGeneratorDefinition
void enterGeneratorDefinition(TypeScriptParser.GeneratorDefinitionContext ctx)
Enter a parse tree produced byTypeScriptParser.generatorDefinition().- Parameters:
ctx- the parse tree
-
exitGeneratorDefinition
void exitGeneratorDefinition(TypeScriptParser.GeneratorDefinitionContext ctx)
Exit a parse tree produced byTypeScriptParser.generatorDefinition().- Parameters:
ctx- the parse tree
-
enterIteratorBlock
void enterIteratorBlock(TypeScriptParser.IteratorBlockContext ctx)
Enter a parse tree produced byTypeScriptParser.iteratorBlock().- Parameters:
ctx- the parse tree
-
exitIteratorBlock
void exitIteratorBlock(TypeScriptParser.IteratorBlockContext ctx)
Exit a parse tree produced byTypeScriptParser.iteratorBlock().- Parameters:
ctx- the parse tree
-
enterIteratorDefinition
void enterIteratorDefinition(TypeScriptParser.IteratorDefinitionContext ctx)
Enter a parse tree produced byTypeScriptParser.iteratorDefinition().- Parameters:
ctx- the parse tree
-
exitIteratorDefinition
void exitIteratorDefinition(TypeScriptParser.IteratorDefinitionContext ctx)
Exit a parse tree produced byTypeScriptParser.iteratorDefinition().- Parameters:
ctx- the parse tree
-
enterFormalParameterList
void enterFormalParameterList(TypeScriptParser.FormalParameterListContext ctx)
Enter a parse tree produced byTypeScriptParser.formalParameterList().- Parameters:
ctx- the parse tree
-
exitFormalParameterList
void exitFormalParameterList(TypeScriptParser.FormalParameterListContext ctx)
Exit a parse tree produced byTypeScriptParser.formalParameterList().- Parameters:
ctx- the parse tree
-
enterFormalParameterArg
void enterFormalParameterArg(TypeScriptParser.FormalParameterArgContext ctx)
Enter a parse tree produced byTypeScriptParser.formalParameterArg().- Parameters:
ctx- the parse tree
-
exitFormalParameterArg
void exitFormalParameterArg(TypeScriptParser.FormalParameterArgContext ctx)
Exit a parse tree produced byTypeScriptParser.formalParameterArg().- Parameters:
ctx- the parse tree
-
enterLastFormalParameterArg
void enterLastFormalParameterArg(TypeScriptParser.LastFormalParameterArgContext ctx)
Enter a parse tree produced byTypeScriptParser.lastFormalParameterArg().- Parameters:
ctx- the parse tree
-
exitLastFormalParameterArg
void exitLastFormalParameterArg(TypeScriptParser.LastFormalParameterArgContext ctx)
Exit a parse tree produced byTypeScriptParser.lastFormalParameterArg().- Parameters:
ctx- the parse tree
-
enterFunctionBody
void enterFunctionBody(TypeScriptParser.FunctionBodyContext ctx)
Enter a parse tree produced byTypeScriptParser.functionBody().- Parameters:
ctx- the parse tree
-
exitFunctionBody
void exitFunctionBody(TypeScriptParser.FunctionBodyContext ctx)
Exit a parse tree produced byTypeScriptParser.functionBody().- Parameters:
ctx- the parse tree
-
enterSourceElements
void enterSourceElements(TypeScriptParser.SourceElementsContext ctx)
Enter a parse tree produced byTypeScriptParser.sourceElements().- Parameters:
ctx- the parse tree
-
exitSourceElements
void exitSourceElements(TypeScriptParser.SourceElementsContext ctx)
Exit a parse tree produced byTypeScriptParser.sourceElements().- Parameters:
ctx- the parse tree
-
enterArrayLiteral
void enterArrayLiteral(TypeScriptParser.ArrayLiteralContext ctx)
Enter a parse tree produced byTypeScriptParser.arrayLiteral().- Parameters:
ctx- the parse tree
-
exitArrayLiteral
void exitArrayLiteral(TypeScriptParser.ArrayLiteralContext ctx)
Exit a parse tree produced byTypeScriptParser.arrayLiteral().- Parameters:
ctx- the parse tree
-
enterElementList
void enterElementList(TypeScriptParser.ElementListContext ctx)
Enter a parse tree produced byTypeScriptParser.elementList().- Parameters:
ctx- the parse tree
-
exitElementList
void exitElementList(TypeScriptParser.ElementListContext ctx)
Exit a parse tree produced byTypeScriptParser.elementList().- Parameters:
ctx- the parse tree
-
enterArrayElement
void enterArrayElement(TypeScriptParser.ArrayElementContext ctx)
Enter a parse tree produced byTypeScriptParser.arrayElement().- Parameters:
ctx- the parse tree
-
exitArrayElement
void exitArrayElement(TypeScriptParser.ArrayElementContext ctx)
Exit a parse tree produced byTypeScriptParser.arrayElement().- Parameters:
ctx- the parse tree
-
enterObjectLiteral
void enterObjectLiteral(TypeScriptParser.ObjectLiteralContext ctx)
Enter a parse tree produced byTypeScriptParser.objectLiteral().- Parameters:
ctx- the parse tree
-
exitObjectLiteral
void exitObjectLiteral(TypeScriptParser.ObjectLiteralContext ctx)
Exit a parse tree produced byTypeScriptParser.objectLiteral().- Parameters:
ctx- the parse tree
-
enterPropertyExpressionAssignment
void enterPropertyExpressionAssignment(TypeScriptParser.PropertyExpressionAssignmentContext ctx)
Enter a parse tree produced by thePropertyExpressionAssignmentlabeled alternative inTypeScriptParser.propertyAssignment().- Parameters:
ctx- the parse tree
-
exitPropertyExpressionAssignment
void exitPropertyExpressionAssignment(TypeScriptParser.PropertyExpressionAssignmentContext ctx)
Exit a parse tree produced by thePropertyExpressionAssignmentlabeled alternative inTypeScriptParser.propertyAssignment().- Parameters:
ctx- the parse tree
-
enterComputedPropertyExpressionAssignment
void enterComputedPropertyExpressionAssignment(TypeScriptParser.ComputedPropertyExpressionAssignmentContext ctx)
Enter a parse tree produced by theComputedPropertyExpressionAssignmentlabeled alternative inTypeScriptParser.propertyAssignment().- Parameters:
ctx- the parse tree
-
exitComputedPropertyExpressionAssignment
void exitComputedPropertyExpressionAssignment(TypeScriptParser.ComputedPropertyExpressionAssignmentContext ctx)
Exit a parse tree produced by theComputedPropertyExpressionAssignmentlabeled alternative inTypeScriptParser.propertyAssignment().- Parameters:
ctx- the parse tree
-
enterPropertyGetter
void enterPropertyGetter(TypeScriptParser.PropertyGetterContext ctx)
Enter a parse tree produced by thePropertyGetterlabeled alternative inTypeScriptParser.propertyAssignment().- Parameters:
ctx- the parse tree
-
exitPropertyGetter
void exitPropertyGetter(TypeScriptParser.PropertyGetterContext ctx)
Exit a parse tree produced by thePropertyGetterlabeled alternative inTypeScriptParser.propertyAssignment().- Parameters:
ctx- the parse tree
-
enterPropertySetter
void enterPropertySetter(TypeScriptParser.PropertySetterContext ctx)
Enter a parse tree produced by thePropertySetterlabeled alternative inTypeScriptParser.propertyAssignment().- Parameters:
ctx- the parse tree
-
exitPropertySetter
void exitPropertySetter(TypeScriptParser.PropertySetterContext ctx)
Exit a parse tree produced by thePropertySetterlabeled alternative inTypeScriptParser.propertyAssignment().- Parameters:
ctx- the parse tree
-
enterMethodProperty
void enterMethodProperty(TypeScriptParser.MethodPropertyContext ctx)
Enter a parse tree produced by theMethodPropertylabeled alternative inTypeScriptParser.propertyAssignment().- Parameters:
ctx- the parse tree
-
exitMethodProperty
void exitMethodProperty(TypeScriptParser.MethodPropertyContext ctx)
Exit a parse tree produced by theMethodPropertylabeled alternative inTypeScriptParser.propertyAssignment().- Parameters:
ctx- the parse tree
-
enterPropertyShorthand
void enterPropertyShorthand(TypeScriptParser.PropertyShorthandContext ctx)
Enter a parse tree produced by thePropertyShorthandlabeled alternative inTypeScriptParser.propertyAssignment().- Parameters:
ctx- the parse tree
-
exitPropertyShorthand
void exitPropertyShorthand(TypeScriptParser.PropertyShorthandContext ctx)
Exit a parse tree produced by thePropertyShorthandlabeled alternative inTypeScriptParser.propertyAssignment().- Parameters:
ctx- the parse tree
-
enterRestParameterInObject
void enterRestParameterInObject(TypeScriptParser.RestParameterInObjectContext ctx)
Enter a parse tree produced by theRestParameterInObjectlabeled alternative inTypeScriptParser.propertyAssignment().- Parameters:
ctx- the parse tree
-
exitRestParameterInObject
void exitRestParameterInObject(TypeScriptParser.RestParameterInObjectContext ctx)
Exit a parse tree produced by theRestParameterInObjectlabeled alternative inTypeScriptParser.propertyAssignment().- Parameters:
ctx- the parse tree
-
enterGetAccessor
void enterGetAccessor(TypeScriptParser.GetAccessorContext ctx)
Enter a parse tree produced byTypeScriptParser.getAccessor().- Parameters:
ctx- the parse tree
-
exitGetAccessor
void exitGetAccessor(TypeScriptParser.GetAccessorContext ctx)
Exit a parse tree produced byTypeScriptParser.getAccessor().- Parameters:
ctx- the parse tree
-
enterSetAccessor
void enterSetAccessor(TypeScriptParser.SetAccessorContext ctx)
Enter a parse tree produced byTypeScriptParser.setAccessor().- Parameters:
ctx- the parse tree
-
exitSetAccessor
void exitSetAccessor(TypeScriptParser.SetAccessorContext ctx)
Exit a parse tree produced byTypeScriptParser.setAccessor().- Parameters:
ctx- the parse tree
-
enterPropertyName
void enterPropertyName(TypeScriptParser.PropertyNameContext ctx)
Enter a parse tree produced byTypeScriptParser.propertyName().- Parameters:
ctx- the parse tree
-
exitPropertyName
void exitPropertyName(TypeScriptParser.PropertyNameContext ctx)
Exit a parse tree produced byTypeScriptParser.propertyName().- Parameters:
ctx- the parse tree
-
enterArguments
void enterArguments(TypeScriptParser.ArgumentsContext ctx)
Enter a parse tree produced byTypeScriptParser.arguments().- Parameters:
ctx- the parse tree
-
exitArguments
void exitArguments(TypeScriptParser.ArgumentsContext ctx)
Exit a parse tree produced byTypeScriptParser.arguments().- Parameters:
ctx- the parse tree
-
enterArgumentList
void enterArgumentList(TypeScriptParser.ArgumentListContext ctx)
Enter a parse tree produced byTypeScriptParser.argumentList().- Parameters:
ctx- the parse tree
-
exitArgumentList
void exitArgumentList(TypeScriptParser.ArgumentListContext ctx)
Exit a parse tree produced byTypeScriptParser.argumentList().- Parameters:
ctx- the parse tree
-
enterArgument
void enterArgument(TypeScriptParser.ArgumentContext ctx)
Enter a parse tree produced byTypeScriptParser.argument().- Parameters:
ctx- the parse tree
-
exitArgument
void exitArgument(TypeScriptParser.ArgumentContext ctx)
Exit a parse tree produced byTypeScriptParser.argument().- Parameters:
ctx- the parse tree
-
enterExpressionSequence
void enterExpressionSequence(TypeScriptParser.ExpressionSequenceContext ctx)
Enter a parse tree produced byTypeScriptParser.expressionSequence().- Parameters:
ctx- the parse tree
-
exitExpressionSequence
void exitExpressionSequence(TypeScriptParser.ExpressionSequenceContext ctx)
Exit a parse tree produced byTypeScriptParser.expressionSequence().- Parameters:
ctx- the parse tree
-
enterFunctionExpressionDeclaration
void enterFunctionExpressionDeclaration(TypeScriptParser.FunctionExpressionDeclarationContext ctx)
Enter a parse tree produced byTypeScriptParser.functionExpressionDeclaration().- Parameters:
ctx- the parse tree
-
exitFunctionExpressionDeclaration
void exitFunctionExpressionDeclaration(TypeScriptParser.FunctionExpressionDeclarationContext ctx)
Exit a parse tree produced byTypeScriptParser.functionExpressionDeclaration().- Parameters:
ctx- the parse tree
-
enterTemplateStringExpression
void enterTemplateStringExpression(TypeScriptParser.TemplateStringExpressionContext ctx)
Enter a parse tree produced by theTemplateStringExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
exitTemplateStringExpression
void exitTemplateStringExpression(TypeScriptParser.TemplateStringExpressionContext ctx)
Exit a parse tree produced by theTemplateStringExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
enterTernaryExpression
void enterTernaryExpression(TypeScriptParser.TernaryExpressionContext ctx)
Enter a parse tree produced by theTernaryExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
exitTernaryExpression
void exitTernaryExpression(TypeScriptParser.TernaryExpressionContext ctx)
Exit a parse tree produced by theTernaryExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
enterLogicalAndExpression
void enterLogicalAndExpression(TypeScriptParser.LogicalAndExpressionContext ctx)
Enter a parse tree produced by theLogicalAndExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
exitLogicalAndExpression
void exitLogicalAndExpression(TypeScriptParser.LogicalAndExpressionContext ctx)
Exit a parse tree produced by theLogicalAndExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
enterGeneratorsExpression
void enterGeneratorsExpression(TypeScriptParser.GeneratorsExpressionContext ctx)
Enter a parse tree produced by theGeneratorsExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
exitGeneratorsExpression
void exitGeneratorsExpression(TypeScriptParser.GeneratorsExpressionContext ctx)
Exit a parse tree produced by theGeneratorsExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
enterPreIncrementExpression
void enterPreIncrementExpression(TypeScriptParser.PreIncrementExpressionContext ctx)
Enter a parse tree produced by thePreIncrementExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
exitPreIncrementExpression
void exitPreIncrementExpression(TypeScriptParser.PreIncrementExpressionContext ctx)
Exit a parse tree produced by thePreIncrementExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
enterObjectLiteralExpression
void enterObjectLiteralExpression(TypeScriptParser.ObjectLiteralExpressionContext ctx)
Enter a parse tree produced by theObjectLiteralExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
exitObjectLiteralExpression
void exitObjectLiteralExpression(TypeScriptParser.ObjectLiteralExpressionContext ctx)
Exit a parse tree produced by theObjectLiteralExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
enterInExpression
void enterInExpression(TypeScriptParser.InExpressionContext ctx)
Enter a parse tree produced by theInExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
exitInExpression
void exitInExpression(TypeScriptParser.InExpressionContext ctx)
Exit a parse tree produced by theInExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
enterLogicalOrExpression
void enterLogicalOrExpression(TypeScriptParser.LogicalOrExpressionContext ctx)
Enter a parse tree produced by theLogicalOrExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
exitLogicalOrExpression
void exitLogicalOrExpression(TypeScriptParser.LogicalOrExpressionContext ctx)
Exit a parse tree produced by theLogicalOrExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
enterGenericTypes
void enterGenericTypes(TypeScriptParser.GenericTypesContext ctx)
Enter a parse tree produced by theGenericTypeslabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
exitGenericTypes
void exitGenericTypes(TypeScriptParser.GenericTypesContext ctx)
Exit a parse tree produced by theGenericTypeslabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
enterNotExpression
void enterNotExpression(TypeScriptParser.NotExpressionContext ctx)
Enter a parse tree produced by theNotExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
exitNotExpression
void exitNotExpression(TypeScriptParser.NotExpressionContext ctx)
Exit a parse tree produced by theNotExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
enterPreDecreaseExpression
void enterPreDecreaseExpression(TypeScriptParser.PreDecreaseExpressionContext ctx)
Enter a parse tree produced by thePreDecreaseExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
exitPreDecreaseExpression
void exitPreDecreaseExpression(TypeScriptParser.PreDecreaseExpressionContext ctx)
Exit a parse tree produced by thePreDecreaseExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
enterArgumentsExpression
void enterArgumentsExpression(TypeScriptParser.ArgumentsExpressionContext ctx)
Enter a parse tree produced by theArgumentsExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
exitArgumentsExpression
void exitArgumentsExpression(TypeScriptParser.ArgumentsExpressionContext ctx)
Exit a parse tree produced by theArgumentsExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
enterThisExpression
void enterThisExpression(TypeScriptParser.ThisExpressionContext ctx)
Enter a parse tree produced by theThisExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
exitThisExpression
void exitThisExpression(TypeScriptParser.ThisExpressionContext ctx)
Exit a parse tree produced by theThisExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
enterFunctionExpression
void enterFunctionExpression(TypeScriptParser.FunctionExpressionContext ctx)
Enter a parse tree produced by theFunctionExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
exitFunctionExpression
void exitFunctionExpression(TypeScriptParser.FunctionExpressionContext ctx)
Exit a parse tree produced by theFunctionExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
enterUnaryMinusExpression
void enterUnaryMinusExpression(TypeScriptParser.UnaryMinusExpressionContext ctx)
Enter a parse tree produced by theUnaryMinusExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
exitUnaryMinusExpression
void exitUnaryMinusExpression(TypeScriptParser.UnaryMinusExpressionContext ctx)
Exit a parse tree produced by theUnaryMinusExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
enterAssignmentExpression
void enterAssignmentExpression(TypeScriptParser.AssignmentExpressionContext ctx)
Enter a parse tree produced by theAssignmentExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
exitAssignmentExpression
void exitAssignmentExpression(TypeScriptParser.AssignmentExpressionContext ctx)
Exit a parse tree produced by theAssignmentExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
enterPostDecreaseExpression
void enterPostDecreaseExpression(TypeScriptParser.PostDecreaseExpressionContext ctx)
Enter a parse tree produced by thePostDecreaseExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
exitPostDecreaseExpression
void exitPostDecreaseExpression(TypeScriptParser.PostDecreaseExpressionContext ctx)
Exit a parse tree produced by thePostDecreaseExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
enterTypeofExpression
void enterTypeofExpression(TypeScriptParser.TypeofExpressionContext ctx)
Enter a parse tree produced by theTypeofExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
exitTypeofExpression
void exitTypeofExpression(TypeScriptParser.TypeofExpressionContext ctx)
Exit a parse tree produced by theTypeofExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
enterInstanceofExpression
void enterInstanceofExpression(TypeScriptParser.InstanceofExpressionContext ctx)
Enter a parse tree produced by theInstanceofExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
exitInstanceofExpression
void exitInstanceofExpression(TypeScriptParser.InstanceofExpressionContext ctx)
Exit a parse tree produced by theInstanceofExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
enterUnaryPlusExpression
void enterUnaryPlusExpression(TypeScriptParser.UnaryPlusExpressionContext ctx)
Enter a parse tree produced by theUnaryPlusExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
exitUnaryPlusExpression
void exitUnaryPlusExpression(TypeScriptParser.UnaryPlusExpressionContext ctx)
Exit a parse tree produced by theUnaryPlusExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
enterDeleteExpression
void enterDeleteExpression(TypeScriptParser.DeleteExpressionContext ctx)
Enter a parse tree produced by theDeleteExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
exitDeleteExpression
void exitDeleteExpression(TypeScriptParser.DeleteExpressionContext ctx)
Exit a parse tree produced by theDeleteExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
enterGeneratorsFunctionExpression
void enterGeneratorsFunctionExpression(TypeScriptParser.GeneratorsFunctionExpressionContext ctx)
Enter a parse tree produced by theGeneratorsFunctionExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
exitGeneratorsFunctionExpression
void exitGeneratorsFunctionExpression(TypeScriptParser.GeneratorsFunctionExpressionContext ctx)
Exit a parse tree produced by theGeneratorsFunctionExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
enterArrowFunctionExpression
void enterArrowFunctionExpression(TypeScriptParser.ArrowFunctionExpressionContext ctx)
Enter a parse tree produced by theArrowFunctionExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
exitArrowFunctionExpression
void exitArrowFunctionExpression(TypeScriptParser.ArrowFunctionExpressionContext ctx)
Exit a parse tree produced by theArrowFunctionExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
enterIteratorsExpression
void enterIteratorsExpression(TypeScriptParser.IteratorsExpressionContext ctx)
Enter a parse tree produced by theIteratorsExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
exitIteratorsExpression
void exitIteratorsExpression(TypeScriptParser.IteratorsExpressionContext ctx)
Exit a parse tree produced by theIteratorsExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
enterEqualityExpression
void enterEqualityExpression(TypeScriptParser.EqualityExpressionContext ctx)
Enter a parse tree produced by theEqualityExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
exitEqualityExpression
void exitEqualityExpression(TypeScriptParser.EqualityExpressionContext ctx)
Exit a parse tree produced by theEqualityExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
enterBitXOrExpression
void enterBitXOrExpression(TypeScriptParser.BitXOrExpressionContext ctx)
Enter a parse tree produced by theBitXOrExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
exitBitXOrExpression
void exitBitXOrExpression(TypeScriptParser.BitXOrExpressionContext ctx)
Exit a parse tree produced by theBitXOrExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
enterCastAsExpression
void enterCastAsExpression(TypeScriptParser.CastAsExpressionContext ctx)
Enter a parse tree produced by theCastAsExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
exitCastAsExpression
void exitCastAsExpression(TypeScriptParser.CastAsExpressionContext ctx)
Exit a parse tree produced by theCastAsExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
enterSuperExpression
void enterSuperExpression(TypeScriptParser.SuperExpressionContext ctx)
Enter a parse tree produced by theSuperExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
exitSuperExpression
void exitSuperExpression(TypeScriptParser.SuperExpressionContext ctx)
Exit a parse tree produced by theSuperExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
enterMultiplicativeExpression
void enterMultiplicativeExpression(TypeScriptParser.MultiplicativeExpressionContext ctx)
Enter a parse tree produced by theMultiplicativeExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
exitMultiplicativeExpression
void exitMultiplicativeExpression(TypeScriptParser.MultiplicativeExpressionContext ctx)
Exit a parse tree produced by theMultiplicativeExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
enterBitShiftExpression
void enterBitShiftExpression(TypeScriptParser.BitShiftExpressionContext ctx)
Enter a parse tree produced by theBitShiftExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
exitBitShiftExpression
void exitBitShiftExpression(TypeScriptParser.BitShiftExpressionContext ctx)
Exit a parse tree produced by theBitShiftExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
enterParenthesizedExpression
void enterParenthesizedExpression(TypeScriptParser.ParenthesizedExpressionContext ctx)
Enter a parse tree produced by theParenthesizedExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
exitParenthesizedExpression
void exitParenthesizedExpression(TypeScriptParser.ParenthesizedExpressionContext ctx)
Exit a parse tree produced by theParenthesizedExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
enterAdditiveExpression
void enterAdditiveExpression(TypeScriptParser.AdditiveExpressionContext ctx)
Enter a parse tree produced by theAdditiveExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
exitAdditiveExpression
void exitAdditiveExpression(TypeScriptParser.AdditiveExpressionContext ctx)
Exit a parse tree produced by theAdditiveExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
enterRelationalExpression
void enterRelationalExpression(TypeScriptParser.RelationalExpressionContext ctx)
Enter a parse tree produced by theRelationalExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
exitRelationalExpression
void exitRelationalExpression(TypeScriptParser.RelationalExpressionContext ctx)
Exit a parse tree produced by theRelationalExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
enterPostIncrementExpression
void enterPostIncrementExpression(TypeScriptParser.PostIncrementExpressionContext ctx)
Enter a parse tree produced by thePostIncrementExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
exitPostIncrementExpression
void exitPostIncrementExpression(TypeScriptParser.PostIncrementExpressionContext ctx)
Exit a parse tree produced by thePostIncrementExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
enterYieldExpression
void enterYieldExpression(TypeScriptParser.YieldExpressionContext ctx)
Enter a parse tree produced by theYieldExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
exitYieldExpression
void exitYieldExpression(TypeScriptParser.YieldExpressionContext ctx)
Exit a parse tree produced by theYieldExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
enterBitNotExpression
void enterBitNotExpression(TypeScriptParser.BitNotExpressionContext ctx)
Enter a parse tree produced by theBitNotExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
exitBitNotExpression
void exitBitNotExpression(TypeScriptParser.BitNotExpressionContext ctx)
Exit a parse tree produced by theBitNotExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
enterNewExpression
void enterNewExpression(TypeScriptParser.NewExpressionContext ctx)
Enter a parse tree produced by theNewExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
exitNewExpression
void exitNewExpression(TypeScriptParser.NewExpressionContext ctx)
Exit a parse tree produced by theNewExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
enterLiteralExpression
void enterLiteralExpression(TypeScriptParser.LiteralExpressionContext ctx)
Enter a parse tree produced by theLiteralExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
exitLiteralExpression
void exitLiteralExpression(TypeScriptParser.LiteralExpressionContext ctx)
Exit a parse tree produced by theLiteralExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
enterArrayLiteralExpression
void enterArrayLiteralExpression(TypeScriptParser.ArrayLiteralExpressionContext ctx)
Enter a parse tree produced by theArrayLiteralExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
exitArrayLiteralExpression
void exitArrayLiteralExpression(TypeScriptParser.ArrayLiteralExpressionContext ctx)
Exit a parse tree produced by theArrayLiteralExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
enterMemberDotExpression
void enterMemberDotExpression(TypeScriptParser.MemberDotExpressionContext ctx)
Enter a parse tree produced by theMemberDotExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
exitMemberDotExpression
void exitMemberDotExpression(TypeScriptParser.MemberDotExpressionContext ctx)
Exit a parse tree produced by theMemberDotExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
enterClassExpression
void enterClassExpression(TypeScriptParser.ClassExpressionContext ctx)
Enter a parse tree produced by theClassExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
exitClassExpression
void exitClassExpression(TypeScriptParser.ClassExpressionContext ctx)
Exit a parse tree produced by theClassExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
enterMemberIndexExpression
void enterMemberIndexExpression(TypeScriptParser.MemberIndexExpressionContext ctx)
Enter a parse tree produced by theMemberIndexExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
exitMemberIndexExpression
void exitMemberIndexExpression(TypeScriptParser.MemberIndexExpressionContext ctx)
Exit a parse tree produced by theMemberIndexExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
enterIdentifierExpression
void enterIdentifierExpression(TypeScriptParser.IdentifierExpressionContext ctx)
Enter a parse tree produced by theIdentifierExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
exitIdentifierExpression
void exitIdentifierExpression(TypeScriptParser.IdentifierExpressionContext ctx)
Exit a parse tree produced by theIdentifierExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
enterBitAndExpression
void enterBitAndExpression(TypeScriptParser.BitAndExpressionContext ctx)
Enter a parse tree produced by theBitAndExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
exitBitAndExpression
void exitBitAndExpression(TypeScriptParser.BitAndExpressionContext ctx)
Exit a parse tree produced by theBitAndExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
enterBitOrExpression
void enterBitOrExpression(TypeScriptParser.BitOrExpressionContext ctx)
Enter a parse tree produced by theBitOrExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
exitBitOrExpression
void exitBitOrExpression(TypeScriptParser.BitOrExpressionContext ctx)
Exit a parse tree produced by theBitOrExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
enterAssignmentOperatorExpression
void enterAssignmentOperatorExpression(TypeScriptParser.AssignmentOperatorExpressionContext ctx)
Enter a parse tree produced by theAssignmentOperatorExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
exitAssignmentOperatorExpression
void exitAssignmentOperatorExpression(TypeScriptParser.AssignmentOperatorExpressionContext ctx)
Exit a parse tree produced by theAssignmentOperatorExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
enterVoidExpression
void enterVoidExpression(TypeScriptParser.VoidExpressionContext ctx)
Enter a parse tree produced by theVoidExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
exitVoidExpression
void exitVoidExpression(TypeScriptParser.VoidExpressionContext ctx)
Exit a parse tree produced by theVoidExpressionlabeled alternative inTypeScriptParser.singleExpression().- Parameters:
ctx- the parse tree
-
enterAsExpression
void enterAsExpression(TypeScriptParser.AsExpressionContext ctx)
Enter a parse tree produced byTypeScriptParser.asExpression().- Parameters:
ctx- the parse tree
-
exitAsExpression
void exitAsExpression(TypeScriptParser.AsExpressionContext ctx)
Exit a parse tree produced byTypeScriptParser.asExpression().- Parameters:
ctx- the parse tree
-
enterArrowFunctionDeclaration
void enterArrowFunctionDeclaration(TypeScriptParser.ArrowFunctionDeclarationContext ctx)
Enter a parse tree produced byTypeScriptParser.arrowFunctionDeclaration().- Parameters:
ctx- the parse tree
-
exitArrowFunctionDeclaration
void exitArrowFunctionDeclaration(TypeScriptParser.ArrowFunctionDeclarationContext ctx)
Exit a parse tree produced byTypeScriptParser.arrowFunctionDeclaration().- Parameters:
ctx- the parse tree
-
enterArrowFunctionParameters
void enterArrowFunctionParameters(TypeScriptParser.ArrowFunctionParametersContext ctx)
Enter a parse tree produced byTypeScriptParser.arrowFunctionParameters().- Parameters:
ctx- the parse tree
-
exitArrowFunctionParameters
void exitArrowFunctionParameters(TypeScriptParser.ArrowFunctionParametersContext ctx)
Exit a parse tree produced byTypeScriptParser.arrowFunctionParameters().- Parameters:
ctx- the parse tree
-
enterArrowFunctionBody
void enterArrowFunctionBody(TypeScriptParser.ArrowFunctionBodyContext ctx)
Enter a parse tree produced byTypeScriptParser.arrowFunctionBody().- Parameters:
ctx- the parse tree
-
exitArrowFunctionBody
void exitArrowFunctionBody(TypeScriptParser.ArrowFunctionBodyContext ctx)
Exit a parse tree produced byTypeScriptParser.arrowFunctionBody().- Parameters:
ctx- the parse tree
-
enterAssignmentOperator
void enterAssignmentOperator(TypeScriptParser.AssignmentOperatorContext ctx)
Enter a parse tree produced byTypeScriptParser.assignmentOperator().- Parameters:
ctx- the parse tree
-
exitAssignmentOperator
void exitAssignmentOperator(TypeScriptParser.AssignmentOperatorContext ctx)
Exit a parse tree produced byTypeScriptParser.assignmentOperator().- Parameters:
ctx- the parse tree
-
enterLiteral
void enterLiteral(TypeScriptParser.LiteralContext ctx)
Enter a parse tree produced byTypeScriptParser.literal().- Parameters:
ctx- the parse tree
-
exitLiteral
void exitLiteral(TypeScriptParser.LiteralContext ctx)
Exit a parse tree produced byTypeScriptParser.literal().- Parameters:
ctx- the parse tree
-
enterTemplateStringLiteral
void enterTemplateStringLiteral(TypeScriptParser.TemplateStringLiteralContext ctx)
Enter a parse tree produced byTypeScriptParser.templateStringLiteral().- Parameters:
ctx- the parse tree
-
exitTemplateStringLiteral
void exitTemplateStringLiteral(TypeScriptParser.TemplateStringLiteralContext ctx)
Exit a parse tree produced byTypeScriptParser.templateStringLiteral().- Parameters:
ctx- the parse tree
-
enterTemplateStringAtom
void enterTemplateStringAtom(TypeScriptParser.TemplateStringAtomContext ctx)
Enter a parse tree produced byTypeScriptParser.templateStringAtom().- Parameters:
ctx- the parse tree
-
exitTemplateStringAtom
void exitTemplateStringAtom(TypeScriptParser.TemplateStringAtomContext ctx)
Exit a parse tree produced byTypeScriptParser.templateStringAtom().- Parameters:
ctx- the parse tree
-
enterNumericLiteral
void enterNumericLiteral(TypeScriptParser.NumericLiteralContext ctx)
Enter a parse tree produced byTypeScriptParser.numericLiteral().- Parameters:
ctx- the parse tree
-
exitNumericLiteral
void exitNumericLiteral(TypeScriptParser.NumericLiteralContext ctx)
Exit a parse tree produced byTypeScriptParser.numericLiteral().- Parameters:
ctx- the parse tree
-
enterIdentifierName
void enterIdentifierName(TypeScriptParser.IdentifierNameContext ctx)
Enter a parse tree produced byTypeScriptParser.identifierName().- Parameters:
ctx- the parse tree
-
exitIdentifierName
void exitIdentifierName(TypeScriptParser.IdentifierNameContext ctx)
Exit a parse tree produced byTypeScriptParser.identifierName().- Parameters:
ctx- the parse tree
-
enterIdentifierOrKeyWord
void enterIdentifierOrKeyWord(TypeScriptParser.IdentifierOrKeyWordContext ctx)
Enter a parse tree produced byTypeScriptParser.identifierOrKeyWord().- Parameters:
ctx- the parse tree
-
exitIdentifierOrKeyWord
void exitIdentifierOrKeyWord(TypeScriptParser.IdentifierOrKeyWordContext ctx)
Exit a parse tree produced byTypeScriptParser.identifierOrKeyWord().- Parameters:
ctx- the parse tree
-
enterReservedWord
void enterReservedWord(TypeScriptParser.ReservedWordContext ctx)
Enter a parse tree produced byTypeScriptParser.reservedWord().- Parameters:
ctx- the parse tree
-
exitReservedWord
void exitReservedWord(TypeScriptParser.ReservedWordContext ctx)
Exit a parse tree produced byTypeScriptParser.reservedWord().- Parameters:
ctx- the parse tree
-
enterKeyword
void enterKeyword(TypeScriptParser.KeywordContext ctx)
Enter a parse tree produced byTypeScriptParser.keyword().- Parameters:
ctx- the parse tree
-
exitKeyword
void exitKeyword(TypeScriptParser.KeywordContext ctx)
Exit a parse tree produced byTypeScriptParser.keyword().- Parameters:
ctx- the parse tree
-
enterGetter
void enterGetter(TypeScriptParser.GetterContext ctx)
Enter a parse tree produced byTypeScriptParser.getter().- Parameters:
ctx- the parse tree
-
exitGetter
void exitGetter(TypeScriptParser.GetterContext ctx)
Exit a parse tree produced byTypeScriptParser.getter().- Parameters:
ctx- the parse tree
-
enterSetter
void enterSetter(TypeScriptParser.SetterContext ctx)
Enter a parse tree produced byTypeScriptParser.setter().- Parameters:
ctx- the parse tree
-
exitSetter
void exitSetter(TypeScriptParser.SetterContext ctx)
Exit a parse tree produced byTypeScriptParser.setter().- Parameters:
ctx- the parse tree
-
enterEos
void enterEos(TypeScriptParser.EosContext ctx)
Enter a parse tree produced byTypeScriptParser.eos().- Parameters:
ctx- the parse tree
-
exitEos
void exitEos(TypeScriptParser.EosContext ctx)
Exit a parse tree produced byTypeScriptParser.eos().- Parameters:
ctx- the parse tree
-
-