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